@charset "utf-8";
/* CSS Document */
html,body{
	margin:0;
	padding:0;
	height:100%;
	background-color:#333;
	background-image:url(images/seiten_hg.png);
	background-repeat: repeat-y;
	background-position:center top;
}
	.Stil1{
	font-size:12px;
	font-family:Arial;
	color:#FFF;
	padding-left:8px;
	padding-bottom:11px;
}

#seite{
	height:100%;
	width:982px;
	margin:0 auto;
	}
#content{
	background-repeat: repeat-y;
	background-position:-2px top;
	padding:0 0 0 0;
	margin:0 0 0 0;
	float:left;
	}
#shoutbox{
	width:153px;
	padding:0 0 0 0;
	padding-left:2px;
	margin:0 0 0 0;
	float:left;
}
#shoutbox .oben{
	background-image:url(images/shoutbox_oben.png);
	background-repeat:no-repeat;
	width:153px;
	height:37px;
}
#shoutbox .mitte{
	background-image:url(images/shoutbox_mitte.png);
	background-repeat:repeat-y;
	padding-left:5px;
	width:153px;
	color:#FFF;
	font-family:Arial;
	font-size:12px;
	
}
#shoutbox .ende{
	background-image:url(images/shoutbox_ende.png);
	background-repeat:no-repeat;
	width:153px;
	height:20px;
}
#cont{
	width:662px;
	padding:0 0 0 0;
	padding-left:5px;
	margin:0 0 0 0;
	float:left;
	color:#FFF;
	font-family:Arial;
	
}
#cont .oben{
	background-image:url(images/cont_oben.png);
	background-repeat:no-repeat;
	height:37px;
	width:662px;
	padding-left:14px;
}
#cont .mitte{
	background-image:url(images/cont_mitte.png);
	background-repeat:repeat-y;
	padding-left:3px;
	width:662px;
	color:#FFF;
	font-size:14px;
	float:left;
}
#cont .unten{
	background-image:url(images/cont_unten.png);
	background-repeat:no-repeat;
	height:20px;
	width:662px;
}
#rechts{
	width:152px;
	padding:0 0 0 0;
	padding-left:5px;
	margin:0 0 0 0;
	float:right;
}
#rechts .oben{
	background-image:url(images/rechtebox_oben.png);
	background-repeat:no-repeat;
	width:152px;
	height:37px;
}
#rechts .mitte{
	background-image:url(images/rechtebox_mitte.png);
	background-repeat:repeat-y;
	width:152px;
	color:#FFF;
	font-family:Arial;
	font-size:14px;
	}
#rechts .unten{
	background-image:url(images/rechtebox_unten.png);
	background-repeat:no-repeat;
	height:17px;
	width:152px;
}
#footer{
	width:982px;
	padding:0 0 0 0;
	padding-left:0px;
	margin:0 0 0 0;
	float:left;
	color:#FFF;
	font-family:Arial;
	
}
#footer .inhalt{
	float:center;
	color:#FFF;
	font-family:Arial;
	text-align:center;
	font-size:12px;
}
