body {
	background-color: #FFFFFF;
	font-family: sans-serif;
	margin: 0px;
	
}
#main {
	
	width:100%;
	height:100%;
}

a {color:white}
a:visited {color:white}
a:active {color:white}



table {background-color:maroon}
td {
	text-align:center;
	vertical-align: center;
	background-color:#808080;
	font-size:10pt;
}


h1#headline {
	font-size:60px;
	color:lightgrey;
	
}

h2 {
	color: #808080;
}

h3 {
	color: maroon;
}

p {
	color: maroon;
}

li {
	color: maroon;
}

div#header_shadow {
	border-style: solid;
	background-color: black;
	position: absolute; 
	top: 90px;
	left: 2px;

	height: 2px;
	width: 100%;
	z-index: 0;
}


#header {
	background-color: #800000;
	width: 100%;
	height: 100px;
	z-index: 2;
	
	
}
#background {
	background-color: white; 
	background-image: url(i/doppelpunkt.jpg);
	width: 33px;
	height: 100%;
	position: absolute;
	left: 11px;
	top: 120px;
}



div#menu {
	position: absolute;
	top: 85px;
	left: 300px;
	height: 30px;
	width: 100%;
}

div#menu_item_shadow {
	margin-top: -7px;
	margin-left: 1px;
	background-color: #cc0000;
	height: 15px;
	width: 110px;
	z-index: 10;
}

div#menu_item {
	
	font-size: 12px;
	margin-top: -8px;
	height: 15px;
	text-align: center;
	vertical-align: center;
	background-color: #808080;
	color: white;
	float: right;
	width: 110px;
	z-index: 3;
}

div#menu_spacer {
	float:right;
	
	height:30px;
	margin-top:-15px;
	width: 10px;

}
	




a#menu_item {
	display: block;
	color: white;
	text-decoration: none;
	height: 15px;
	vertical-align:center;
	
	
}
a#menu_item:hover {
	
	background-color: #ffa500;
	}

a[href ^="http://"] {
   color: white;
    background: url(i/external.png) center right no-repeat;
    padding-right: 13px;
}


#content {
	position: absolute;
	left: 90px;
	top: 120px;
	width: 1100px;
	height: 580px;
	background-color: transparent;
	float: left;
}

div#left {
	height:100%;
	width:50%;
	float: left;
	}
div#right {
	height:100%;
	width:50%;
	float:right;
}


/*div#fusszeile {
	position:absolute;
	top:700px;
	left:90px;
	text-align:center;
	width: 1150px;
	font-size: 10px;
	color:maroon;
	font-weight:bold;
	
}*/

div#fusszeile {
	position:absolute;
	top:700px;
	left:90px;
	text-align:center;
	width: 1150px;
	font-size: 10px;
	color:maroon;
	font-weight:bold;
	
}

a#footer {
	color:maroon;
	text-decoration:none;
	}
	
a#footer:hover{
	color:#ffa500;
}	


