body {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 14px;
	background-color: #E3E6E2;
}

#menu a { text-decoration: none;}	

#menu a:visited {color: black;}

#menu a:active {color: black;}

#menu a:link {color: black;}		

div {
	border: 0px solid red;
}

#wrapper {

	width: 960px;
	height: 740px;
	margin: 10px auto;
	background-image: url(../bilder/hintergrund_gc2.jpg);
	background-size: 100% 100%;
	position: relative;
}

#header {
	width: 763px;
	height: 97px;
	border-width: 0 0 3px 0;
	border-color: white;
	position: relative;
	left: 197px;	
	
}

#header h1 {
	font-size: 160%;
	color: white;
	font-weight: bolder;
	margin-left: 5px;
}


#menu li {
	margin-right: 10px;	
	margin-bottom: 10px;
	border: 1px solid black;	
	padding: 5px;	
	background-color: white;
	border-radius: 10px;
	color: black;	
	font-weight: bold;
	text-align: center;
	border: 2px solid black;
	list-style-type: none;
		}

#menu li:hover {		
	background-color: white;
	background-size: 20px;
	background-repeat: no-repeat;
	opacity: 0.4;
	}



#menu {
	height: 517px;
	width: 197px;
	position: relative;
	top: 0px;
	border-width: 0 3px 0 0;
	border-color: white;	
	float:left;
	}

#container {
	position: absolute;
	left: 201px;
	height: 477px;
	width: 678px;
	padding: 20px 40Px;
	font-size: 120%;
	background-image: url(../bilder/back_50.png);
	font-weight: bold;
	overflow: auto;	
}

#container img {
	
}


#container td {

	font-size: 80%;
}

#container a { text-decoration: none;
				color: blue;
				}	

#container a:hover {color: gray;}

#footer {
position: relative;
	
}
#container .hervorhebung {
font-style: italic;
}


.schriftkleiner {
font-size: 0.8em;
}

td img {
border: 1px solid black;
box-shadow: 2px 2px 4px gray;
}
