/* 
	Beschreibung:			Wrynns - Basic-CSS
	Zuletzt bearbeitet:		Jan Wagner
	Datum:					16.01.2010
------------------------------------------------------------------

	-1.0- Grundgeruest
	-2.0- Wrapper
	-3.0- Header
	-4.0- Content-Wrapper
	-5.0- Menu
	-6.0- Content-Aufbau
	-7.0- Raidnews
	-8.0- Gildennews
	-9.0- Aktuelles - News (Archiv)
	-10.0- Memberpics
	-11.0- Footer
	-12.0- Guestbook
	-13.0- Kontaktformular
	-14.0- Signatur
	-15.0- Fixfloat

------------------------------------------------------------------*/

/* -1.0- Grundgeruest
------------------------------------------------------------------*/

html {
	overflow-y:scroll;
	background:#000000 url(../images/background_image.jpg) top center no-repeat;
}
html, body, div, h1, h2, h3, h4, ul, ol, li, span, a, table, td, form, fieldset, img {
	border: 0;
	margin: 0;
	padding: 0;
}
body#wrynns {
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font: 62.5%/140% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-shadow: #000 1px 1px;
	letter-spacing:normal;
	overflow-x:hidden;
}
#background_image {
	display:none;/*
	position:absolute;
	margin:0px 0px 0px -625px;
	left:50%;
	width:1250px;
	height:750px;
	background:url(../images/background_image.jpg) top center no-repeat;*/
}
/*#background_image {
	position:absolute;
	margin:0px 0px 0px -625px;
	left:50%;
	width:100%;
	height:750px;
	overflow:hidden;
	background:url(../images/background_image.jpg) top left no-repeat;
}*/

/* -2.0- Wrapper
------------------------------------------------------------------*/

#wrapper {
	position:relative;
	margin:0px auto;
	width:856px;
	font-size:1.1em;
	line-height:1.4em;
}

/* -3.0- Header
------------------------------------------------------------------*/

#header_pic {
	position:absolute;
	top:0px;
	left:710px;
	width:206px;
	height:306px;
	background:url(../images/header/akama.png) no-repeat;
	display:none;
}
#header_wrapper {
	width:856px;
	height:300px;
	margin-top:-1px;
}
#header_left {
	width:29px;
	height:300px;
	float:left;
}
#header_middle {
	width:800px;
	height:300px;
	float:left;

}
#header_middle_noflash {
	width:800px;
	height:300px;
	background: url(../images/header/header_deathwing.jpg) no-repeat;
	float:left;
}
#header_right {
	width:27px;
	height:300px;
	float:left;
}

/* -4.0- Content-Wrapper
------------------------------------------------------------------*/

#content_wrapper {
	width:856px;
	padding:0 0 20px 0;
	background:url(../images/content_background.png) repeat-y;
	overflow:hidden;
}

/* -5.0- Menu
------------------------------------------------------------------*/

#menu_wrapper {
	width:816px;
	height:40px;
	padding:0px 0px 4px 40px;
	letter-spacing:0.1em;
	background:url(../images/menu_background.png) no-repeat;
}
#menu_division {
	display:none;
}

/* -6.0- Content-Aufbau
------------------------------------------------------------------*/

#content {
	width:856px;
}
#col-1 {
	width:856px;
	float:left
}
#col-1-1 {
	width:335px;
	float:left
}
#col-1-2 {
	width:493px;
	float:left
}
#col-1-3 {
	width:493px;
	float:left
}
.col-2 {
	width:444px;
}
.col-2-1 {
	width:212px;
	float:left;
	padding:0px 20px 15px 0px;
}
.col-2-2 {
	width:212px;
	float:left;
	padding:0px 0px 15px 0px;
}

/* -7.0- Raidnews
------------------------------------------------------------------*/

#content_raidnews_left {
	width:399px;
	height:146px;
	padding:0px 0px 0px 31px;
	background:url(../images/content_raidnews_left.jpg) no-repeat right;
	float:left
}
#content_raidnews_left_headline {
	width:350px;
	height:17px;
	padding:13px 0px 3px 23px;
	font-weight:bold;
}
.raidnews_date {
	padding:5px 0px 0px 23px;
	float:left;
	font-weight:bold;
	color:#cd6916;
}
.raidnews_title {
	width:148px;
	padding:5px 0px 0px 10px;
	overflow:hidden;
	white-space: nowrap;
	float:left;
	font-weight:bold;
	color:#cd6916;
}
.raidnews_subheader {
	width:125px;
	padding:5px 0px 0px 10px;
	overflow:hidden;
	white-space: nowrap;
	float:left;
}
.raidnews-button {
	width:55px;
	padding:5px 0px 0px 10px;
	white-space: nowrap;
	float:left;
}

/* -8.0- Gildennews
------------------------------------------------------------------*/

#content_guildnews_right {
	width:426px;
	height:146px;
	padding:0px 0px 0px 0px;
	background:url(../images/content_guildnews_right.jpg) no-repeat left;
	float:left
}
#content_guildnews_right_headline {
	width:350px;
	height:17px;
	padding:13px 0px 3px 21px;
	font-weight:bold;
}
.guildnews_date {
	padding:5px 0px 0px 21px;
	float:left;
	font-weight:bold;
	color:#cd6916;
}
.guildnews_title {
	padding:5px 0px 0px 10px;
	float:left;
	width:148px;
	white-space: nowrap;
	overflow:hidden;
	font-weight:bold;
	color:#cd6916;
}
.guildnews_subheader {
	width:125px;
	padding:5px 0px 0px 10px;
	overflow:hidden;
	white-space: nowrap;
	float:left;
}
.guildnews-button {
	width:55px;
	white-space: nowrap;
	padding:5px 0px 0px 10px;
	float:left;
}

/* -9.0- Aktuelles - News (Archiv)
------------------------------------------------------------------*/

#content_newsflash {
	width:304px;
	padding:0px 0px 0px 31px;
	float:left;
}
#content_newsflash_top {
	width:304px;
	height:37px;
	background:url(../images/content_newsflash_top.png) no-repeat;
}
#content_newsflash_headline {
	width:280px;
	height:20px;
	padding:12px 0px 0px 23px;
	font-weight:bold;
	color:#9a0a0a;
}
#col-1-2 #content_newsflash_headline {
	padding:0px 0px 0px 23px;
}
.content_newsflash_middle {
	width:281px;
	padding:0px 0px 0px 23px;
	overflow:hidden;
	background:url(../images/content_newsflash_middle.png) repeat-y right;
}
.content_div-1_middle {
	width:260px;
	padding:0px 21px 0px 23px;
	overflow:hidden;
	background:url(../images/content_newsflash_middle.png) repeat-y right;
}
.news_list_item_text {
	width:125px;
	float:left;
}
.news_single_text {
	/*width:422px;*/
	width:447px;
	float:left;
}
.news_archiv_text {
	width:308px;
	float:left;
}
#col-1-2 .news_list_item_text {
	width:250px;
	float:left;
}
.news_list_item_image {
	width:112px;
	margin-left:25px;
	float:left;
}
.news-button-1 {
	padding:5px 0px 0px 0px;
}
.news_list_item_image img {
	border:1px solid #ffffff;
}
#content_newsflash_bottom {
	width:304px;
	height:13px;
	background:url(../images/content_newsflash_bottom.png) no-repeat;
}
#content_news {
	width:493px;
	padding:0px;
}
#content_news_top {
	width:467px;
	height:25px;
	padding:12px 0px 0px 20px;
	color:#9a0a0a;
	font-weight:bold;
	background:url(../images/content_news_top.png) no-repeat;
}
/*class id fix*/
#content_news_middle {
	padding:0px 20px 0px 20px;
	width:453px;
	overflow:hidden;
	background:url(../images/content_news_middle.png) repeat-y right;
}
/*class id fix*/
.content_news_middle {
	padding:0px 20px 0px 20px;
	width:453px;
	overflow:hidden;
	background:url(../images/content_news_middle.png) repeat-y right;
}
.news_back {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
#content_news_bottom {
	width:493px;
	height:31px;
	background:url(../images/content_news_bottom.png) no-repeat;
}
.news-list-browse {
	padding:10px 0px 0px 0px;
}
.news-single-video {
	margin:0px 0px 20px 0px;
}

/* -10.0- Memberpics
------------------------------------------------------------------*/

#memberpics {
	width:258px;
}
#memberpics-02 {
	float:left;
	width:258px;
	padding:0px 0px 5px 0px;
}
#memberpics-02 {
	float:left;
	width:76px;
	padding:0px 15px 5px 0px;
}
#memberpics-03 {
	float:left;
	width:76px;
	padding:0px 15px 5px 0px;
}
#memberpics-04 {
	float:left;
	width:76px;
	padding:0px 0px 5px 0px;
}
#memberpics-05 {
	float:left;
	width:76px;
	padding:0px 15px 0px 0px;
}
#memberpics-06 {
	float:left;
	width:76px;
	padding:0px 15px 0px 0px;
}
#memberpics-07 {
	float:left;
	width:76px;
	padding:0px 0px 0px 0px;
}

/* -11.0- Footer
------------------------------------------------------------------*/

#footer {
	width:856px;
	margin-top:-20px;
	padding:200px 0px 0px 0px;
	background:url(../images/footer.png) no-repeat top;
	text-align:center;
}
#background_footer {	
	margin:-700px 0 0 -500px;
	width:1920px;
	height:726px;
	background:url(http://www.wrynns-rasselban.de/fileadmin/templates/images/background_footer.png) top left no-repeat;
}

/* -12.0- Guestbook
------------------------------------------------------------------*/

.tx-veguestbook-pi1 p.tx-guestbook-form-error {
	font-weight:bold;
	color:#990000;
}
.tx-veguestbook-pi1 .tx-guestbook-result {
	font-weight:bold;
	float:left;
	padding:10px 0px 0px 0px;
}
.tx-veguestbook-pi1 .tx-guestbook-pagination {
	font-size:0.9em;
	letter-spacing:3px;
	padding:10px 0px 0px 0px;
	font-weight:bold;
	float:right;
}
.tx-veguestbook-pi1 .tx-guestbook-header {
	clear:both;
	color:#FFF;
	display:block;
	font-size:100%;
	font-weight:bold;
	padding: 1em;
}
.tx-veguestbook-pi1 .tx-guestbook-header {
	width:400px;
	height:10px;
}
.tx-veguestbook-pi1 .tx-guestbook-left {
	float:left;
	width:150px;
	padding: 5px 0px 0px 0px;
	margin:0px 15px 0px 0px;
	background:#000000;
	text-align:left;
}
.tx-veguestbook-pi1 .tx-guestbook-left {
	height:4em;
}
.tx-veguestbook-pi1 .tx-guestbook-left p {
	color:#ffffff;
}
.tx-veguestbook-pi1 .tx-guestbook-right {
	float:left;
	background:#1a1a1a;
	padding: 5px 10px 5px 10px;
	/*width:235px;*/
	width:260px;
	overflow:hidden;
}
.tx-veguestbook-pi1 .tx-guestbook-no-entries {
	padding:10px 0px 0px 0px;
}
.tx-veguestbook-pi1 .tx-guestbook-latest p,  .tx-veguestbook-pi1 .tx-guestbook-right p {
	color:#ffffff;
}
.tx-veguestbook-pi1 .tx-guestbook-latest p.tx-guestbook-date,  .tx-veguestbook-pi1 .tx-guestbook-right p.tx-guestbook-date {
	font-weight: bold;
}
.tx-veguestbook-pi1 .tx-guestbook-right h3 {
	font-size:100%;
	color:#990000;
	font-weight:bold;
	background:none;
}
.tx-veguestbook-pi1 .tx-guestbook-right .tx-guestbook-comment {
	font-size:75%;
	color:#ffffff;
	font-style: italic;
}
.tx-veguestbook-pi1 .tx-guestbook-latest {
	display:block;
	padding:0.25em;
	clear:both;
}
.tx-veguestbook-pi1 .tx-guestbook-field {
	clear:both;
	width:100%;
	display:block;
	padding: 5px 0;
}
.tx-veguestbook-pi1 .tx-guestbook-field label {
	clear: both;
	display: block;
	float: left;
	width:60px;
}
.tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-med,  .tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-med-2 {
	float:left;
	width:188px;
	padding:2px;
	margin:0px 0px 0px 5px;
	border:1px solid #000000;
	font-size:0.9em;
	letter-spacing:0px;
	background:#1a1a1a;
	color:#FFFFFF;
}
.tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-med:focus,  .tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-med-2:focus {
	border:1px solid #000000;
	background:#121212;
}
.tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-big {
	float:left;
	width:188px;
	padding:2px;
	margin:0px 0px 0px 5px;
	border:1px solid #000000;
	font-size:0.9em;
	letter-spacing:0px;
	background:#1a1a1a;
	color:#FFFFFF;
}
.tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-big:focus {
	border:1px solid #000000;
	background:#121212;
}
.tx-veguestbook-pi1 .tx-guestbook-field textarea.tx-guestbook-form-textarea {
	width: 253px;
	display: block;
	float: left;
	margin:5px 0px 0px 0px;
	border:1px solid #000000;
	font-family:Tahoma;
	font-size:1.0em;
	letter-spacing:0px;
	padding:2px;
	background:#1a1a1a;
	color:#FFFFFF;
}
.tx-veguestbook-pi1 .tx-guestbook-field textarea.tx-guestbook-form-textarea:focus {
	border:1px solid #000000;
	background:#121212;
}
.tx-veguestbook-pi1 .tx-guestbook-field span.tx-guestbook-form-obligationfield {
	color:#990000;
}
.tx-veguestbook-pi1 fieldset {
	border:none;
}
.tx-veguestbook-pi1 legend {
	display:none;
}
.tx-veguestbook-pi1 .tx-guestbook-freecap {
	float:left;
	display:block;
	background:#F7F7F7;
	border:1px solid #CCC;
}
.tx-veguestbook-pi1 .tx-guestbook-freecap {
	margin-left:2.25em;
}
.tx-veguestbook-pi1 img {
	float:left;
	width:150px;
	height:50px;
	display:block;
	margin:10px 0px 0px 0px;
	padding:0px;
}
.tx-veguestbook-pi1 .tx-guestbook-freecap input {
	float:left;
}
.tx-veguestbook-pi1 .tx-guestbook-freecap label {
	clear:both;
	display:block;
	float:none;
	width:10em;
	margin-bottom:0.5em;
}
.tx-veguestbook-pi1 .tx-guestbook-freecap p {
	font-size:75%;
	padding:0.25em;
}
.tx-veguestbook-pi1 .tx-guestbook-freecap h3 {
	display:none;
}
.tx-veguestbook-pi1 .tx-guestbook-freecap span.tx-srfreecap-pi2-cant-read {
	color:#990000;
}
.tx-veguestbook-pi1 span.tx-srfreecap-pi2-cant-read {
	color:#ffffff;
	width:100px;
}
.tx-veguestbook-pi1 .tx-guestbook-field-captcha {
	padding:10px 0px 10px 0px;
}
.tx-veguestbook-pi1 .tx-guestbook-clear {
	clear:both;
	display:block;
	line-height:0.1em;
	height:1px;
}
.tx-veguestbook-pi1 input.tx-guestbook-submit {
	width:auto;
	display:block;
	border:1px solid #000000;
	background:#ffffff;
	font-family:Tahoma;
	font-size:1.0em;
	letter-spacing:0px;
	background:#1a1a1a;
	color:#FFFFFF;
}
.tx-veguestbook-pi1 input.tx-guestbook-submit:hover {
	border:1px solid #000000;
	background:#cd6916;
}

/* -13.0- Kontaktformular
------------------------------------------------------------------*/

.tx_powermail_pi1_fieldwrap_html_radio_title {
	float:left;
	margin-right:48px;
}
.required.powermail_kontaktformular.powermail_textarea {
	width:200px;
	float:left;
	padding:2px;
	margin:0px 0px 10px 5px;
	border:1px solid #000000;
	letter-spacing:0px;
	font: Verdana;
	font-size:1.2em;
	color:#FFFFFF;
	background:#1a1a1a;
}
.required.powermail_kontaktformular.powermail_textarea:focus {
	margin:0px 0px 10px 5px;
	border:1px solid #000000;
	background:#121212;
	color:#FFFFFF;
}
.tx-powermail-pi1 input {
	width:200px;
	float:left;
	padding:2px;
	margin:0px 0px 0px 5px;
	border:1px solid #000000;
	font-size:0.9em;
	letter-spacing:0px;
	background:#1a1a1a;
	color:#FFFFFF;
}
.tx-powermail-pi1 input:focus {
	margin:0px 0px 0px 5px;
	border:1px solid #000000;
	background:#121212;
	color:#FFFFFF;
}
.tx-powermail-pi1 select {
	width:206px;
	float:left;
	padding:2px;
	margin:0px 0px 0px 5px;
	border:1px solid #000000;
	font-size:0.9em;
	letter-spacing:0px;
	background:#1a1a1a;
	color:#FFFFFF;
}
.tx-powermail-pi1 select:focus {
	border:1px solid #4998D1;
	background:#121212;
	color:#FFFFFF;
}
.tx-powermail-pi1 label {
	width:80px;
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 10px 10px 0px;
}
.tx-powermail-pi1 .powermail_submit {
	width:206px;
	border:1px solid #000000;
	background:#1a1a1a;
	color:#FFFFFF;
	font-family:Tahoma;
	font-size:1.0em;
	letter-spacing:0px;
}
.tx-powermail-pi1 .powermail_submit:active {
	border:1px solid #000000;
	color:#FFFFFF;
	background:#cd6916;
}
.tx-powermail-pi1 legend {
	margin: 0px 0px 8px 0px;
	padding: 22px 0px 10px 0px;
	font-size: 1.5em;
	line-height:1.3em;
	font-weight:bold;
	color:#FFFFFF;
}
.tx_powermail_pi1_fieldwrap_html {
	clear:both;
}
.tx_powermail_pi1_fieldwrap_html_submit {
	padding-left:90px;
}
.powermail_mandatory_js {
	margin:0px 0px 0px 5px;
	padding:2px 2px 2px 2px;
	float:left;
	display:inherit;
	background-color:#cd6916;
	border:0px solid #4998D1;
}

/* -14.0- Signatur
------------------------------------------------------------------*/

#siggen {
	width:800px;
	margin:375px auto 0 auto;
	font: 62.5%/140% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-shadow: #000 1px 1px;
	letter-spacing:normal;
	font-size:12px;
	line-height:14px;
	overflow:hidden;
	background:#000;
}
#siggen strong {
	color:#cd6916
}
#siggen .left {
	float:left;
	padding-left:25px;
	width:250px;
}
#siggen .right {
	float:right;
	padding:5px 0 0 0;
}
#siggen h1 {
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 15px;
	line-height:13px;
}
#siggen a:link, #siggen a:visited {
	color:#cd6916;
	text-decoration:none;
	font-weight:bold;
}
#siggen a:hover {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}
#siggen .left input {
	width:200px;
	float:left;
	padding:2px 0px 2px 5px;
	margin:0px 0px 10px 0px;
	border:1px solid #000000;
	font-size:0.9em;
	letter-spacing:0px;
	background:#1a1a1a;
	color:#FFFFFF;
}
#siggen input:focus {
	border:1px solid #000000;
	background:#121212;
	color:#FFFFFF;
}
#siggen select {
	width:208px;
	float:left;
	padding:2px;
	margin:0px 0px 10px 0px;
	border:1px solid #000000;
	font-size:0.9em;
	letter-spacing:0px;
	background:#1a1a1a;
	color:#FFFFFF;
}
#siggen select:focus {
	border:1px solid #4998D1;
	background:#121212;
	color:#FFFFFF;
}
#siggen input.signatur_submit {
	margin:25px 0px 50px 0px;
	width:200px;
	border:1px solid #000000;
	color:#FFFFFF;
	font-family:Tahoma;
	letter-spacing:0px;
	cursor:pointer;
}
 #siggen input..signatur_submit:active {
 border:1px solid #000000;
 color:#FFFFFF;
 background:#cd6916;
}
#siggen label {
	margin:15px 0px 3px 0px;
	clear:both;
	display:block;
	float:none;
	font-family:tahoma;
	font-size:14px;
	font-weight:bold;
}
#siggen #banner_list {
	padding:0px 25px 25px 0px;
}
#siggen .sex {
	color:#FFFFFF;
	height:10px;
	width:100px;
	float:left;
	font-family:tahoma;
	font-size:12px;
	font-weight:bold;
}
#siggen .sex input {
	width:25px;
	float:left;
}

/* -14.0- FixFloat
------------------------------------------------------------------*/

.fixfloat {
	clear:both;
	margin:0;
	padding:0;
	height:0px;
	line-height:0px;
	font-size:0px;
}
.division {
	margin:20px 0px 0px 0px;
	padding:0;
	height:2px;
	width:260px;
	background:url(../images/division.jpg) repeat-x;
}
#col-1-2 .division {
	margin:20px 0px 20px 0px;
	padding:0;
	height:2px;
	width:445px;
	background:url(../images/division.jpg) repeat-x;
}
div.msw-shoutbox-pi1 {
	width:445px;
}
div.msw-shoutbox-pi1-form {
	width:auto;
	margin:10px 0 0 0;
}
div.msw-shoutbox-pi1-list {
	width:auto;
	margin:10px 0 0 0;
	height:110px;
	overflow-y:scroll;
}
div.msw-shoutbox-pi1-form input {
	display: block;
	float:left;
	margin:0 5px 0 0;
	border:1px solid #000000;
	font-family:Tahoma;
	font-size:10px;
	letter-spacing:0px;
	padding:2px;
}
div.msw-shoutbox-pi1-form div.shout-name input {
	width:95px;
}
div.msw-shoutbox-pi1-form div.shout-text input {
	width:223px;
}
div.msw-shoutbox-pi1-msg {
	max-width:420px;
	overflow:hidden;
	border-bottom:1px solid #464646;
}
div.msw-shoutbox-pi1-msg-left {
	float:left;
	margin-right:5px;
	margin-bottom:3px;
}
div.msw-shoutbox-pi1-msg-right {
	float:left;
	margin-bottom:3px;
}
div.msw-shoutbox-pi1-form input.select_shoutbox {
	width:105px;
	display:block;
	margin-right:0px !important;
	font-family:Tahoma;
	font-size:10px;
	letter-spacing:0px;
	border:none !important;
	color:#ffffff;
	background: url(../images/shoutbox_send.jpg);
}

/* EXT rgaccordion
------------------------------------------------------------------*/

h3.rgaccord1-toggle {
	font-weight:bold;
	font-size:1.0em;
	color:#cd6916;
	line-height:1.2em;
	height: 19px;
	background: #1a1a1a;
	border:0px solid #ffffff;
	padding:6px 10px 2px 10px;
	cursor:pointer;
}

h3.act, h3:hover {
	color:#ffffff;
}

div.rgaccord1-content {
	width:390px;
	background: #1a1a1a;
	padding:6px 23px 8px 10px;
	text-align:left;
}

div.rgaccord1-content .ce {
	margin-bottom:0;
}

div.rgaccord1-content h1 {
	display:none;
}
.rgaccord1-nest {
	width:423px;
	margin:0px 0px 10px 0px;
}