/* CSS Document */

body {
	color: black;
	background-color: white;
	font-family: "Courier New", Courier, monospace;

	}
	
a {
	color: #8c0811;
	background-color: transparent;
	font-weight: normal;
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
    }
a: hover, a:focus {
	color: #333333;
	background-color: transparent;
	text-decoration: none;
	}
h3 {
	font-size: 1.2em;
	}

div#head {
	background: white url(bilder/logo.jpg) top no-repeat;
	width: 911px;
	height: 174px;
	}
div#globnav {
	color: black;
	background: transparent  url( bilder/globnav01.jpg) top no-repeat;
	width: 911px;
	height: 40px;
	}
#globnav td {
	color: black;
	background-color: transparent;
	font-size: 1.1em;
	padding-top: 11px;
	text-align: center;
	border-right: 2px solid #59040a;
	}
#globnav a {
	color: black;
	font-weight: normal;
	text-transform: uppercase;
	background: transparent;
	}
#globnav a:hover, #globnav a:focus {
	color: #999999;
	background-color: transparent;
	
	}

.einsnav {
	border-left: 3px solid #59040a;
	}

div#top {
	width: 911px;
	max-width: 911px;
	margin: auto;
	
	}
div#main {
	color: black;
	width: 908px;
	border: 1px solid #59040a;
	margin-top: 3px;
	
	background: transparent url(bilder/hinterrechts.jpg) top left repeat-y;
	}
	
div#sidebar {
	float: right;
	color: white;
	background-color: #99CCFF;
	width: 160px;

	
	border: 1px solid black;
	
	margin: 6px;
} 
#sidebar a {
	color: #000000;
	background-color: transparent;
	}
#sidebar a:hover, #sidebar a:focus {
	color: #FFFFFF;
	background-color: transparent;
	}
.menuhead {
	color: white;
	background-color: #336699;
	border-bottom: 1px solid black;
	text-transform: uppercase;
	margin-top: 0;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: normal;
	padding: 5px;
	text-align: center;
	font-weight: normal;
	}
.menu {
	color: black;
	background-color: transparent;
	border-bottom: 1px solid black;
	text-transform: uppercase;
	line-height: normal;
	padding-left: 5px;
	padding-bottom: 5px;
	text-align: left;
	font-size: .8em;
	}

.news {
	color: black;
	background-color: white;
	border: 1px solid black;
	margin: 4px;
	padding: 3px;
	}
div#mitte {
	margin-top: 10px;
	margin-left: 160px;
	margin-right: 20px;
	margin-bottom: 20px;
	
	}
#mitte a {
	color: #8c0811;
	background-color: transparent;
	}
		
		
#mitte a:hover, #mitte a:focus {
	color: black;
	background-color: transparent;
	}
.klein {
	font-size: .7em;
	}

div#footer {
	color: black;
	background-color: transparent;
	
	margin: 0;
	padding: 0;
	text-align: center
	}