.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}  /* for IE/Mac */

* {
	margin:0;
	padding:0;
	border:0;
}
body {
	text-align:center;
	background-color:#000000;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
#seite {
	width:610px;
	margin-top:25px;
	margin-left:auto;
	margin-right:auto;
}
#seite_o {
	background-image:url(img/seite_o.gif);
	width:610px;
	height:37px;
	clear:both;
}
#seite_l {
	background-image:url(img/seite_l.gif);
	width:40px;
	height:672px;
	float:left;
}
#seite_m {
	width:440px;
	height:672px;
	float:left;
	background-color:#FFFFFF;
	color:#000000;
}
#inhalt {
	padding:10px;
	text-align:left;
	
	height:650px;
	overflow:auto;
	
}
#seite_r {
	background-image:url(img/seite_r.gif);
	width:130px;
	height:672px;
	float:right;
}
#seite_r div {
	position:relative;
	left:0;
	color:#000000;
}
#footer {
	background-color:#000000;
}

.rechts {
	text-align:right; 
	font-size:123%;
	}
	
.links {
	text-align:left; 
	font-size:123%;
	}

/*
#seite_r div#m1 {
	top:10px;
}
#seite_r div#m2 {
	top:60px;
}
#seite_r div#m3 {
	top:120px;
}
#seite_r div#m4 {
	top:200px;
}
#seite_r div#m5 {
	top:270px;
}
#seite_r div#m6 {
	top:340px;
	display:none;
}
#seite_r div#m7 {
	top:340px;
}
#seite_r div#m8 {
	top:420px;
}
#seite_r div#m9 {
	top:470px;
}
*/
#seite_u {
	background-image:url(img/seite_u.gif);
	width:610px;
	height:31px;
	clear:both;
}

/* Inhalt */
#inhalt ul {
	list-style:none;
	margin-left:.3em;
	padding-left:.3em;
	width:80%;
}
#inhalt ul li {
	margin-left:1.5em;
	margin-bottom:.3em;
	background-image:url(img/aufzaehlung.gif);
	background-repeat:no-repeat;
	background-position:0 2px;
	padding-left:1.5em;
}


#inhalt ol {
	margin-left:.5em;
	padding-left:.5em;
	width:80%;
}
#inhalt ol li {
	margin-left:1.5em;
	margin-bottom:.3em;
}

#inhalt p {
	margin-bottom:.75em;
	line-height:1.5em;
}

h2 {
	margin-bottom:.4em;
}

h3 {
	margin-bottom:.2em;
	}

	
a{
	/*margin-bottom:.75em;*/
	line-height:1.5em;
	color:#666666;
	text-decoration:underline;
}

a:hover{
	/*margin-bottom:.75em;*/
	line-height:1.5em;
	color:#131e53;
	text-decoration:none;
}

.rot {
	color:#FF0000;
	}
	
.kleiner {
	font-size:80%;
	}

.bilder {
	margin-right:20px;
	border:1px solid #666;
}

.bildergroß {
	border:1px solid #666;
}



/* Navigation */
#inhalt ul.subnav {
	list-style:none;
	list-style-type:none;
	margin:0 auto 30px auto;
	padding:0;
	clear:both;
	display:block;
	width:399px;
	height:40px;
	text-align:center;
	background-image:url(img/linie.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
#inhalt ul.subnav li {
	display:block;
	float:left;
	list-style:none;
	width:133px;
	text-align:center;
	white-space:nowrap;
	margin:0;
	padding:0;
	background-image:none;
}
#inhalt ul.subnav li.act {
	background-image:url(img/subnav_bg.jpg);
	background-repeat:no-repeat;
	
}


