body {
	color: #4d4b4a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #985832;
	
}
* {margin: 0px;padding: 0px;}
.clear{clear:both;}
#container {
	margin: 0px auto;
	text-align: left;
	width: 774px;
	
}

/****************************** TOP ****************************/
#header {
	margin: 0px 0px 0px 0px;
	width: 774px;
	height:258px;
	background-image: url(image/layout/top.jpg);
	background-repeat: no-repeat;
	position:relative;	
}


/********************** Content_L ***************************/

#menue_L {
	width:165px;
	height:257px;
	background-image: url(image/layout/menue_background_main.jpg);
	background-repeat:no-repeat;
	float:left;
	position:relative;
	

}

#menue_L ul#links{
	list-style-type: none;
	position:relative;
	top:0px;
	left:20px;
	width: 120px;
	
}
#menue_L ul#links a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
    letter-spacing: 3px;
	

}
#menue_L ul#links a:hover{
	color:#982C2A;
}



/********************** Content ***************************/

#content {
	background-color: #BA9B65;
	width:600px;
	min-height:370px;
	margin: 0px 0px 0px 165px;
}

#content p{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	margin: 0px 10px 0px 10px;
	font-size: 13px;

}

#content a{
	font-family: Arial, Helvetica, sans-serif;
	/*text-align:left;*/
	color: #cccccc;
	font-weight: bolder;
	font-size: 13px;
	text-decoration:underline;

}

#content a:hover{
	color: #000000;

}

#content ul{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	margin: 0px 10px 0px 30px;
	font-size: 13px;
}

#content li{
	margin: 0px 0px 10px 0px;
}

#wurf{
	width:340px;
	background-image:url(image/welpen/wurfaufzaehlung_mid.jpg);
	font-size: 13px;
	margin: 0px 0px 0px 120px;

}

#wurf2{
	background-image:url(image/welpen/wochenhintergrund_mid.jpg);
	background-repeat: repeat-y;
	
}

#wurf2 p{
	font-size: 13px;
	padding: 15px 0px 0px 60px;

}

#info {
	background-image:url(image/layout/infos/background-mid.jpg);
	background-repeat:repeat-y;
	margin-left:10px;
}

#info p{
	padding-left:10px;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bolder;
	width:570px;
	color: #982C2A;
	margin: 0px 0px 15px 11px;
	padding: 15px 0px 0px 0px;
	border-bottom: 1px groove #982C2A;
}


h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #982C2A;
	text-decoration: underline;
	margin: 20px 0px 10px 10px;
}

h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	color: #000000;
	text-decoration: underline;
	margin: 20px 0px 10px 10px;
}

h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bolder;
	color: #B24B2C;
	text-decoration: underline;
	margin: 20px 0px 10px 5px;
}

#bilder_L {

	float:left;
	padding:0px;
	margin:10px 5px 10px 5px;
	max-width:290px;

}

#bilder_L p{
	margin:5px 5px 0px 5px;
}

#bilder_R {

	float:right;
	padding:0px;
	margin:10px 5px 10px 5px;
	max-width:290px;

}

#bilder_R p{
	margin:5px 5px 0px 5px;
}




/********************** footer ***************************/
#footer, #footer a {
	background-image:url(image/layout/footer.jpg);
	background-repeat:no-repeat;
	width: 774px;
	height:117px;
	padding: 10px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #cccccc;
}
#footer a:hover{
	color:#000000;
}

#footer p{
	text-align:left;
	color: #000000;
	font-weight: normal;

}

/********************** Schrift-Formatierung ***************************/

.orange {
	color: #B24B2C;
	font-weight: bold;
	font-size: 13px;
}

.rot {
	color: #990000;
	font-weight: bold;
	font-size: 13px;
}

.rechts{
	float:right;
	text-decoration:underline;
	padding: 10px 0px 5px 10px;

}

.links{
	float:left;
	padding: 0px 10px 10px 0px;
}

.textR{
	text-align:right;
}

.aufzaehlung1{	
	padding-left:15px;
}
.aufzaehlung2{	
	padding-left:20px;
}

.fett{
	font-weight: bold;
}

.center{
	text-align:center;
}

.unterstrichen{
	text-decoration:underline;
}


