body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color:#333333;
}

img {border:0px;}

/* DIVs */
div#header{
	margin-top:20px;
	height:28px;
	max-height:28px;
	width:761px;
	max-width:761px;
	padding-right:120px;
	margin-bottom: 5px;

	background-repeat:no-repeat;
	text-align:left;
	padding-left:80px;
	padding-top:172px;
}

div#content{
	background-image:url(images/content_hg.jpg);
	background-color:#EBEBEB;
	background-repeat:no-repeat;
	width:801px;
	max-width:801px;
	text-align:left;
	padding:20px;
}

div#footer{
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	margin-top:0px;
	width:841px;
	max-width:841px;
	text-align:right;
	padding-top:10px;
	margin-bottom:20px;
}
div#rechts{
	float:right;
	margin-top:100px;
	width:260px;
	max-width:260px;
}

/* Text */
p{
	line-height:140%;
	text-align:left;
	margin: 0px 325px 25px 0px;
}
p.rechts{
	font-size:0.9em;
	margin:0px 0px 0px 5px;

}


/* Überschriften */
h1{
	font-family:Arial, Helvetica, sans-serif;
	color:#000066;
	font-size:1.3em;
	margin: 20px 325px 10px 0px;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	color:#333333;
	margin: 10px 325px 10px 0px;
}

h3{
	font-size:0.9em;
	background-color:#FAFAFA;
	font-weight:normal;
	color:#000066;
	display:block;
	width:259px;
	padding:3px 3px 3px 5px;
	margin-top:30px;
	margin-bottom:5px;
	border-bottom:2px solid #B5B5B5;
}

/* Navi und Links  */
a.navi{
	font-size:1.2em;
	font-weight:bold;
	color:#333333;
	float:left;
	width:100px;
	text-align:center;
	margin-right:10px;
	text-decoration:none;
	margin-top:0px;
	padding:4px 10px 4px 10px;
border-bottom:1px solid #EBEBEB;

}

a.navi:hover{
	color:#000066;
	background-color:#FAFAFA;
border-bottom:1px solid #444444;

}

a.subnavi{
	color:#666666;
	font-size:0.9em;
	font-weight:normal;
	text-decoration:underline;
	display:inline;
	margin-right:30px;
	padding:0px 5px 0px 0px;
}

a.subnavi:hover{
	color:#000000;
}

a.links{
	color:#3366cc;
	font-weight:normal;
	text-decoration:none;
}

a.links:hover{
	font-weight:normal;
	color:#C8070E;
}

a.moderation {
	font-size:0.9em;
	background-color:#FAFAFA;
	font-weight:normal;
	color:#3366cc;
	border-bottom:2px solid #B5B5B5;
	background-image:url(images/icons/link.gif);
	background-position: 2px 3px;
	background-repeat:no-repeat;
	padding:5px 5px 5px 25px;
	text-decoration:none;
	display:block;
	width:400px;
}

a.moderation:hover {
	font-size:0.9em;
	background-color:#FAFAFA;
	font-weight:normal;
	color:#C8070E;
	border-bottom:2px solid #B5B5B5;
	background-image:url(images/icons/link.gif);
	background-position: 2px 3px;
	background-repeat:no-repeat;
	padding:5px 5px 5px 25px;
	text-decoration:none;
	display:block;
	width:400px;
}

/* Sonstiges*/
.bild_rechts{
	margin-top:30px;

	border: 6px solid #B5B5B5;

}

li {
	list-style-type:square;
	width:400px;	
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	background-image:url(/images/icons/bullet.gif);
	background-repeat:no-repeat;
	border-top:1px dotted #666666;
	margin:5px 0px 5px 0px;
	padding:5px 10px 2px 20px;
}

ul{
	margin:0px;
	width:400px;
	text-align:left;
	padding:0px 30px 0px 0px;
	border-bottom:1px dotted #666666;
}