html, body {
	margin:0;
	padding:0;
	
	background-color:#040302;
	
	font-family: Times New Roman;
	font-size: 14px;
}
h1 {
	text-align:center;
	font-size: 22px;	
}
a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

td{padding:0 3px 0 3px;}


#container {
	padding:39px 0;
	
	background:url('../images/background.jpg') #000000 no-repeat top center;
}

#header {
	width:1080px; /* 718px - 2 * 5px [Padding] */
	height:178px; /* 184px - 2 * 3px [Padding] */
	
	margin:auto;
	padding:3px 5px;
	
	text-align:right;
	
	color:#FFFFFF;
	font-weight:bold;
	font-size: 14px;
}

#middle {
	width:1088px;
	
	margin:auto;
	margin-top:17px;
	margin-bottom:17px;
	
	padding-top:20px;
	
	background:url('../images/middle-top.png') no-repeat;
}

#middle2 {
	margin:-17px -10px;
	
	padding-bottom:27px;
	
	background:url('../images/middle-bottom.png') no-repeat bottom;
}

#middle3 {
	margin-left:-5px;
	
	min-height:400px;
	
	background:url('../images/middle.png') repeat-y;
}
	
	#menu {
		width:94px; /* 144px - 2 * 25px [Padding] */
		min-height:316px; /* 366px - 2 * 25px [Padding] */
		
		margin-top:-10px;
		padding:25px;
		
		float:left;
		z-index:1;
		background:url('../images/menu.png') repeat-y;
	}
#menu2{
    width:144px;

    margin:auto;
	margin-top:-10px;
	margin-bottom:-10px;

	padding-top:32px;

    float:left;
    z-index:2;
	background:url('../images/menu_top.png') no-repeat top;

}
#menu3{
    width:144px;

    margin:auto;

	padding-bottom:29px;

    float:left;
    z-index:3;
	background:url('../images/menu_bottom.png') no-repeat bottom;

}
#menu4 {
		width:94px; /* 144px - 2 * 25px [Padding] */
		min-height:316px; /* 366px - 2 * 25px [Padding] */

		margin-top:-10px;
		padding-left:25px;
		padding-right:25px;

		float:left;
		z-index:1;
		background:url('../images/menu_main.png') repeat-y;
	}
	
	#menu_nav ul {
		list-style:none;
		margin:0;
		padding:0;
		
	}
	
		#menu_nav ul li a {
			display:block;
		
			width:100%;
		
			color:#FFE1A9;
			
			font-weight:bold;
			font-size:14px;
			
			line-height:26px;
		}
		
		#menu_nav ul li a:hover {
			padding-left:3px;
			
			text-decoration:none;
		}
      

	
	#content {
		width:933px;
		
		margin:0 10px;
		
		float:left;
	}
	
		#content h2 {
			color:#604B4B;
			
			font-size:18px;
			font-weight:normal;
		}
        #content h3 {
			color:#000000;

			font-size:16px;
			font-weight:normal;
		}
		
		#content a {
			color:#604B4B;
			
			font-weight:bold;
		}
		
		#content hr {
			width:241px;
			height:6px;
			
			margin:auto;
			
			border:none;
			
			background:url('../images/hr.png') no-repeat;
		}

#subbar {
	width:1071px; /* 734px - 2 * 20px [Padding] */
	height:72px; /* 117px - 10px + 35px [Padding] */
	text-align:center;
	margin:auto;
	margin-top:-32px;
	margin-bottom:5px;
	padding:10px 20px;
	padding-top:35px;
	
	background:url('../images/subbar.png') no-repeat;
	
	color:#CFBA92;
}

#subbar a {
    color: #CFBA92;
    font-weight: bold;
}

#footer {
	width:1088px;
	
	margin:auto;
	
	text-align:right;
	
	color:#3d3d3d;
	
	font-size: 14px;
}

	#footer a {
		color:#CFBA92;
		
		font-weight:bold;
	}

#links {
	width:718px;
	
	margin:auto;
	margin-top:10px;
	
	
	text-align:center;
	
	color:#FFFFFF;
	
	font-size: 14px;
}

	#links a {
		color:#C1C1C1;
	}


.clear {
	clear:both;
}
/* User */
#user {
   font-size: 14px;
   color: #ffffff;
}

#user_image {
	float: left;
	margin-top: 6px;
	margin-left: 10px;
	width: 150px;
	height: 150px;
	border: 1px #ffffff solid;
}

.user_fieldset {

	margin:auto; 
	background-image: url(../images/underlined.png);
	border: 1px #666666 solid;
	padding: 10px;
}

.user_legend {
	color: #A5878C;
	font-weight: bold;
}

.user_description {
	float: left;
	width: 125px;
	height: 20px;
}

.user_value {
	float: left;
	height: 20px;
}
.underlined {
	padding:10px;
	background-image: url(../images/underlined.png);
}
/* Box big */
.box {
        background-image: url(../images/box.png); 
        width: 522px; 
        min-height: 388px; 
        padding: 20px; 
        margin:auto; 
        top: 0px;	
}
/* Login */
#login {
	font-size: 14px;
	margin:auto;
	width:350px;
	height:100px;
}

.login_name {
	float: left;
	width: 85px;
	height: 25px;
}

.login_line {
	line-height: 18px;
}

.login_value {
	float: left;
	height: 25px;
}

/* Registration */
#registration {
	text-align:left;
}
#serverinfo {
	display: none;
	width: 300px;
	height: 100px;
	background-color: #3d3d3d;
	color: #FFFFFF;
	padding: 10px;
	position:absolute;
	
}
.registration_name {
	float: left;
	width: 175px;
	height: 35px;
}
.registration_value {
	float: left;
	height: 35px;
}

/* Top Wolves */
#top {
   font-size: 14px;
}

.top_description {
	text-align: center;
	font-weight: bold;
	float: left;
	width: 100px;
	height: 20px;
}

.top_value {
	text-align: center;
	float: left;
	width: 100px;
	height: 20px;
}
/* Raid */
#raid_attack {
	margin:auto;
	width: 500px;
	height: 280px;	
	text-align:center;
	padding-top: 270px;
	background-image: url(../images/box_raid_attack.png);
	color:#FFFFFF;
	font-size:18px;
}

/* Beutesuche alt
#beutesuche {
	margin:auto;
	width: 500px;
	height: 280px;	
	text-align:center;
	padding-top: 270px;
	background-image: url(../images/bs.png);
	color:#FFFFFF;
	font-size:18px;
}*/
#hilfe {
	display: none;
	width: 300px;
	min-height: 100px;
	background-color: #3d3d3d;
	color: #FFFFFF;
	padding: 10px;
	position:absolute;
	
}
/* Rassen */
#timber {
	display: none;
	color: #FFFFFF;
	position:absolute;
	
}
#mackenzie {
	display: none;
	color: #FFFFFF;
	position:absolute;
	
}
#polarwolf {
	display: none;
	color: #FFFFFF;
	position:absolute;
	
}
#tundra {
	display: none;
	color: #FFFFFF;
	position:absolute;
}
#mexikanische {
	display: none;
	color: #FFFFFF;
	position:absolute;
}
/* Charakter */
#charakter {
	margin:auto;
	width: 512px;
	height: 400px;	
	text-align:left;
	padding-left: 50px;
	padding-top: 28px;
	
	color:#FFFFFF;
	font-size:15px;
}
#charakter h2{
	color:#CAC5BE;
}
#charakter a{
	color:#FFFFFF;
}
/* BOX Message */
#messagebox {
	margin:auto;
	width: 542px;
	height: 60px;	
	text-align:center;
	padding-top: 30px;
	padding-left: 20px;
	color:#C12020;
	
	font-size:19px;
}
/* Rudelübersicht  !! */
#rudelbox {
	margin:auto;
	width: 562px;
	height: 228px;	
	text-align:center;
	padding-top: 200px;
	background-image: url(../images/rudelbox.png);
	color:#FFFFFF;
	font-size:15px;
}
#messagebox2 {
	margin:auto;
	width: 542px;
	height: 55px;	
	text-align:center;
	padding-top: 35px;
	padding-left: 20px;
	color:#FFFFFF;
	
	font-size:17px;
}
#messagebox2 a{
	color:#FFFFFF;
}
/* Marktplatz */
#marketplace {
	margin:auto;
	width: 562px;
	height: 280px;	
	text-align:center;
	padding-top: 209px;
	background-image: url(../images/market.png);
	color:#FFFFFF;
	font-size:15px;
}
#marketplace a{
	color:#FFFFFF;
}
/* Beutesuche neu */
#beutesuche {
	margin:auto;
	width: 562px;
	height: 280px;	
	text-align:center;
	padding-top: 209px;
	background-image: url(../images/beutesuche.png);
	color:#FFFFFF;
	font-size:15px;
}
#beutesuche a{
	color:#FFFFFF;
}
/* Lebensenergie */
#energyLow {
	margin:auto;
	width: 562px;
	height: 439px;	
	text-align:center;
	padding-top: 50px;
	background-image: url(../images/wuestenbg.png);
	color:#FFFFFF;
	font-size:15px;
}
#energyHigh {
	margin:auto;
	width: 562px;
	height: 374px;	
	text-align:center;
	padding-top: 50px;
	background-image: url(../images/greenmountain.png);
	color:#FFFFFF;
	font-size:15px;
}
#energyLow a{
	color:#FFFFFF;
}

#energyHigh a{
	color:#FFFFFF;
}
.underlined_energy {
	padding:10px;
	background-image: url(../images/underlined.png);
}
/* Forms */
.text {
	color: #ffffff;
	background-color: #604B4B;	
	font-size: 12px;

	border: 1px #000000 solid;
}

.select {
	color: #ffffff;
	background-color: #604B4B;
	font-size: 12px;
	border: 1px #000000 solid;
	width: 100px;
}

.button {
	font-size: 12px;

	color: #ffffff;
	background-color: #604B4B;
	border: 1px #000000 solid;
}

#sell {
	font-size: 14px;

}


.box_forum_header {
	float					: left;
	width					: 460px;
	padding					: 6px 10px 6px 10px;
	font-weight				: bold;
	color					: #fff;
	background-color		: #CC9349;
	voice-family			: "\"}\"";
	voice-family			: inherit;
	width					: 440px;
}
html>body .box_forum_header {
	width					: 440px;
}

.box_zeile {
 float				: left;
 display				: inline; /* fr IE6-Bug (doppelte Inhalte) */
 background-color: #e1e1e1;
 min-height:20px;
}
.box_zeile:hover {
	background-color		: #E1B986;
}

.box_517 {
	float					: left;
	width					: 416px;
	padding					: 6px 5px 6px 5px;
	voice-family			: "\"}\"";
	voice-family			: inherit;
	width					: 406px;
}
html>body .box_517 {
	width					: 406px;
}
.box_517:hover {
	background-color		: #E1B986;
}
.box_517h {
	float					: left;
	width					: 416px;
	padding					: 6px 5px 6px 5px;
	color					: #fff;
	voice-family			: "\"}\"";
	voice-family			: inherit;
	width					: 406px;
}
html>body .box_517h {
	width					: 406px;
}

.box_85 {
	float					: left;
	width					: 90px;
	padding					: 6px 5px 6px 5px;
	text-align				: center;
	voice-family			: "\"}\"";
	voice-family			: inherit;
	width					: 80px;
}
html>body .box_85 {
	width					: 80px;
}
.box_85h {
	float					: left;
	width					: 90px;
	padding					: 6px 5px 6px 5px;
	color					: #fff;
	text-align				: center;
	voice-family			: "\"}\"";
	voice-family			: inherit;
	width					: 80px;
}
html>body .box_85h {
	width					: 80px;
}

.box_604 {
	float					: left;
	width					: 933px;
	padding					: 6px 10px 6px 10px;
	voice-family			: "\"}\"";
	voice-family			: inherit;
	width					: 913px;
}
html>body .box_604 {
	width					: 913px;
}

.box_301 {
	float					: left;
	color: #454545;
	width					: 460x;
	padding					: 6px 10px 6px 10px;
	voice-family			: "\"}\"";
	voice-family			: inherit;
	width					: 440px;
}
html>body .box_301 {
	width					: 440px;
}
.box_301:hover {
	background-color		: #E1B986;
}

.com_beitrag_02 {
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 1em;
	width				: 477px;
	height				: 285px;
	color				: #333;
	background-color	: #fff;
	padding				: 2px 2px 2px 5px;
}

.com_beitragtitle_input {
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	width				: 480px;
	padding				: 2px 2px 0 5px;
	height				: 15px;
	color				: #000;
	font-weight			: bold;
}

.bg_hell				{ background-color: #F0D9BA; }
.bg_dunkel				{ background-color: #CC9349; }

.bwb					{ border-bottom: 2px solid #fff; }

.tr01 {background-color:#F0D9BA;}
.tr01:hover {background-color:#E1B986;}
.tr02:hover {background-color:#E1B986;}
.tr02{background-color:#F0D0A7;}