body{
	font-family: Arial,sans-serif;
	color: #000000;
	line-height: 1.200;
	margin: 5px;
	padding: 5px;
	text-align: justify;
}

a:link, a:visited {color: #000099; text-decoration: none; }
a:hover {color: #ff0000; text-decoration: underline; }

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 5px;
	text-align: center;
	color: #ff0000
}

h1{ font-size:18pt; }
h2{ font-size:16pt; }
h3{ font-size:14pt; }
h4{ font-size:12pt; }
h5{ font-size:11pt; }
h6{ font-size:10pt; }

p, li { font-size:10pt; }
p {text-align:justify; text-indent:0.0mm}
p.center {text-align:center; }
p.rechts  {text-align:right; }

/*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: auto auto auto auto;
	padding: 0px;
	background-color:#ffffff;
	border-top: 1px solid #ff0000;
	border-right: 0px solid #ff0000;
	border-left: 0px solid #ff0000;
	width:750px;
	height:750px;
}

#menu-box{
	margin: auto auto auto 0px;
	padding: 5px;
	background-color: #ccccff;
	border-bottom: 1px solid #ff0000;
	border-right: 1px solid #ff0000;
	border-left: 1px solid #ff0000;
	width:200px;
}

#text-box{
 margin: auto auto auto auto;
 padding: 5px;
 background-color:#ffffff;
 border:0px solid #ffffff;
 width:500px;
 float:right;
}

/* 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; }
