body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin-left: 40px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

img.links { margin-right:15pt; margin-bottom:3pt}
img.rechts { margin-left:15pt; margin-bottom:3pt}


a:link { text-decoration: none; color: #0000CC; }
a:visited { text-decoration: none; color: #0000CC; }
a:hover { text-decoration: underline; color: #CC0000; }
a:active { text-decoration: none; color: #0000CC; }
a:focus { text-decoration:underline;  color:#0000CC; }

h1,h2,h3,h4,h5,h6 { text-align:center; }

h1 { font-size:20pt; }
h2 { font-size:17pt; }
h3 { font-size:14pt; }
h4 { font-size:12pt; }
h5 { font-size:10pt; }
h6 { font-size:8pt; }

p,h1,h2,h3,h4,h5,h6,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
		{ font-family:Arial,sans-serif;  } 


p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:12pt; }

p {text-align:justify; text-indent:0.0mm}
p.center {text-align:center; text-indent:0.0mm}
p.rechts {text-align:right; text-indent:0.0mm}
.klein { font-size:10pt;  }
.anmerkung { font-size:10pt; font-variant:small-caps;}
.einruck { margin-left:20pt; }
.fussnote { font-size:10pt; }

ul { list-style-image:url(bullet.gif) } 
ul.d { list-style-image:url(bullet.gif) } 


/*margin:
Eine Angabe = alle vier Ränder des Elements erhalten den gleichen Außenabstand.
Zwei Angaben = erste für oben/unten, zweite für rechts/links.
Drei Angaben = erste für oben, zweite für rechts/links, dritte für unten.
Vier Angaben = erste für oben, zweite für rechts, dritte für unten, vierte für links.
*/


#gesamt-box{
	margin: 0px auto auto 0px;
	padding: 0px;
	background-color:#ffffff;
	border-top:1px solid #ff0000;
	width:960px;
}

#text-box{
 margin: auto auto auto auto;
 padding: 5px;
 background-color:#ffffff;
 border:0px solid #ffffff;
 width:770px;
 float:right;
}

/*Menue*/

#menu-box{
	margin: auto auto auto 0px;
	padding: 5px;
	background-color: #ff0000;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-right: 0px solid #000000;
	border-left: 0px solid #000000;
	width:162px;
}

#sectionMenulinks a{
font-family:Verdana;
font-size:12px;
color:#000000;
font-weight:normal;
text-decoration:none;
}

#sectionMenulinks a.link {
display:block;
width:150px;
padding:5px;
background-color:#efefef;
border:1px solid #000000;
margin:5px 0px;
text-align:center;
text-decoration:none;
}

#sectionMenulinks a.link:hover {
color:#ffffff;
background-color:#990000;
text-decoration:none;
}



/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE; }

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none; }
