@charset "utf-8";
/* CSS Document */
body {
	background-color:#d0d9d6;
}
#wrapper {
	margin: 20px 20px;
	width: 933px;
	height: 370px;
}
#inhalt {
	position:relative;
	float:left;
	width: 430px;
	height: 370px;
	background:url(Bilder/verlauf1.jpg) bottom;
	border-radius: 7px; 
	box-shadow: #777 5px 5px 5px;
	/*border:#000 10px solid;*/
}
#container {
	margin:10px;	
	width:410px;
	height:90px;
	border-radius: 7px; 
	background-color:#e3fff2;
	opacity: 0.5;
	position: absolute;
	top: 0px;
	left: 0px;
}
#suchleisten {
	margin:10px auto;	
	width:410px; 
	height:80px; 
	border-radius: 7px; 
	/*background-color:#eee;
	border:#eee double 3px;*/
	position:relative;
}
#container2 {
	margin:10px auto;	
	width:410px;
	height:90px;
	border-radius: 7px; 
	background-color:#e3fff2;
	opacity: 0.5;
	position: absolute;
	top: 100px;
	left: 10px;	
}
#news {
	color: #000;
	margin:10px auto;	
	width:410px;
	height:90px;
	border-radius: 7px;
	position:relative;
	/*background-color:#e3fff2;*/
}
#container3 {
	margin:10px auto;	
	width:410px;
	height:150px;
	border-radius: 7px; 
	background-color:#e3fff2;
	opacity: 0.5;
	position: absolute;
	top: 200px;
	left: 10px;	
}
#beide {
	margin:10px auto;	
	width:410px;
	height:150px;
	/*border-radius: 7px; 
	background-color:#e3fff2;*/
	position:relative;
}

#bild {
	float:right;	
	width:493px;
	height: 370px;
	background-color:#fff;
	border-radius: 7px;
	box-shadow: #777 5px 5px 5px;
	/*border:#000 1px solid;*/
}
a {
	font-family: Tahoma, Geneva, sans-serif;
	color: #555;
	text-decoration: none;
	margin-top: 10px;
	margin-left: auto;
	text-shadow: #777 2px 2px 9px;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

#table {
	width: 410px;
	height:150px;
	text-align:center;
}
img {
	/*box-shadow: #777 2px 2px 9px;*/
    width: 16px;
    height: 16px;
}
#wiki{
	background-image:url(Links/wiki.gif);
	background-repeat: no-repeat;
}
#google{
	background-image:url(Links/google.gif);
	margin-top:5px;
	background-repeat: no-repeat;
}
.eingabefeld {
	border-radius: 7px;
	margin:15px 5px 5px 50px;
	box-shadow: #777 5px 5px 15px; 
}
.button {
	border-radius: 7px;
	color:#555;
	box-shadow: #777 5px 5px 15px;
}
h2 {	
	text-align:center;
	font-family: Tahoma, Geneva, sans-serif;
	color: #555;
	/*line-height:90px; Stellt den text mittig weil die gleiche höhe wie das Div news - vorher mit padding gemacht*/
	padding: 0px;
}
#iframe {
	margin-left:4px;
	margin-top:3px;
}

