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;
}


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

#header {
	width:708px; /* 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:715px;
	
	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:-7px;
	
	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:560px;
		
		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:698px; /* 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;
}

#footer {
	width:718px;
	
	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; 
        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: 12px;

}
