/* CSS Document */

body {
	background-color: #999999;
}

body, td {
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}

/* DIVS */

#logo{
	position:absolute; 
	left:10%; 
	top:30px;
}

#menu{
	width: 600px; 
	position:absolute; 
	left:10%; 
	top:82px; 
}

.content{
	margin-top:16px;
	margin-bottom:30px;
	margin-left: 30px; 	
	}


h1 {
	font-size: 12px;
	color: #000000;
	line-height: 12px;
	font-weight:bold;
	margin-bottom:0px;
}

a 		{	color:black;	text-decoration: underline;	}

.space{
	background-image:url(grafik/trennbg.gif);
	background-repeat:repeat-x;
	height:15px;
}
.level1, .level2, .level3 {	font-family: Georgia,"Times New Roman", Times, serif;	}

.level1{	font-size:16px;	margin-top: 2px;	margin-left: 10px;	font-weight:bold;	}
.level2{	font-size:14px;	margin-top: 6px;	margin-left: 20px;	}
.level3{	font-size:12px;	margin-top:12px;	margin-left: 30px; 	font-weight:bold;	}


.level1 a, .level2 a, .level3 a {	white-space:nowrap;}

.m0 a, .m1 a, .m2 a 	{	text-decoration:none;	}
.m0a a, .m1a a, .m2a a	{	text-decoration:underline;	}
.m0 a:hover, .m1 a:hover, .m2 a:hover	{	text-decoration:underline;	}