html, body{
	margin:0;
	padding:0;
	font-family:Verdana,Tahoma,Arial,sans-serif;
	font-size:11px;
	background-image:url("images/hintergrund.jpg");
	color:#000000;
}

h1{
	font-size:16px;
	color:#000000;
	font-weight:normal;
}

h2{
	font-size:12px;
	color:#000000;
	font-weight:bold;
}

p{
	line-height:12px;
	margin-top:0px;
	margin-bottom:15px;
}

a{
	color:#000000;
}

#homepage{
	width:1000px;
	margin:0px auto;
}

#kopf{
	margin-top:10px;
}

#head{
	height:120px;
	background-image:url("images/content_hintergrund_mitte.png");
	background-repeat:repeat-y;
}

#head_left{
	position:relative;
	top:-18px;
	width:130px;
	height:130px;
	padding:4px 10px;
	float:left;
}

#head_center{
	position:relative;
	top:-18px;
	width:676px;
	height:100px;
	padding:2px;
	margin-left:10px;
	margin-right:10px;
	float:left;
}

#head_center_left{
	float:left;
}

#head_center_center{
	float:left;
	width:396px;
	text-align:center;
}


#head_center_right{
	float:left;
}

#head_right{
	position:relative;
	top:0px;
	width:130px;
	height:112px;
	padding:4px 10px;
	float:left;
}

#nach_head{
	position:relative;
	top:-18px;
}

#mainnavi{
	position:relative;
	top:-18px;
	width:1000px;
	height:20px;
	background-image:url("images/weisses_langes_rechteck.png");
	background-repeat:no-repeat;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
}

#mainnavi a{
	font-size:13px;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}

#mainnavi a.active{
	font-weight:bold;
}

#vorinhalt{
	position:relative;
	top:-18px;
}

#inhalt{
	position:relative;
	top:-18px;
	background-image:url("images/content_hintergrund_mitte.png");
	background-repeat:repeat-y;
}

#subnavi{
	width:150px;
	float:left;
}

#subnavi a{
	font-size:12px;
	color:#000000;
	display:block;
	height: 16px;
	padding-top:12px;
	padding-bottom:12px;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
}

#subnavi a.active{
	font-weight:bold;
}


#subnavi a.subsubnavi{
	padding-top:2px;
	padding-bottom:2px;
	padding-left:10px;
	padding-right:10px;
}

#subnavi a.subsubnavi_active{
	font-weight:bold;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:10px;
	padding-right:10px;
}

#content{
	width:660px;
	margin-left:20px;
	margin-right:20px;
	float:left;
}

#right{
	width:130px;
	float:left;
	padding-top:12px;
	padding-bottom:12px;
	padding-left:10px;
	padding-right:10px;
}

#nachinhalt{
	position:relative;
	top:-18px;
}

#footer{
	position:relative;
	top:-18px;
	width:1000px;
	height:20px;
	background-image:url("images/weisses_langes_rechteck.png");
	background-repeat:no-repeat;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:10px;
	text-align:left;
}

#footer a{
	font-size:13px;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}

#footer a:hover{
	Text-decoration:underline;
}

/*** Plugin Shoutbox ***/
#shout_container {
 border:none;
 width: 660px;
}

#shout_contentwrap {
 font: 8pt Arial;
 height: 300px;
 background:none;
 overflow: auto;
}
 
#shout_content {
 margin: 5px;
}
 
#shout_content .name {
 color: #555555;
 font-weight: bold;
 padding-right: 5px;
}
 
#shout_inputwrap {
 font: 8pt Arial;
}
 
#shout_input {
 margin: 5px;
}
 
#shout_input .text {
 border: 1px solid #888888;
 font: 8pt Arial;
 width: 200px;
 background-color: #f4f4f4;
}

#shout_input .textname {
 border: 1px solid #888888;
 font: 8pt Arial;
 width: 100px;
 background-color: #f4f4f4;
}
 
#shout_input .button {
 width: 100px;
 margin-top: 4px;
 background-color: #000000;
 font: bold 8pt Arial;
 color: white;
 border: 1px solid #888888;
}