/* CSS Document */
* {
	margin: 0;
	padding: 0;
}/*Das Sternchen * setzt alles auf 0 */
body {
	text-align:center;
	background:url(../images/bg.gif) center 0 no-repeat #d3def5;
}
html {
	scrollbar-darkshadow-color:#ffffff; 
	scrollbar-track-color:#ffffff; 
	scrollbar-face-color:#ffffff; 
	scrollbar-shadow-color:#BEBEBE; 
	scrollbar-highlight-color:#BEBEBE; 
	scrollbar-3dlight-color:#ffffff; 
	scrollbar-arrow-color:#444444;

	overflow-x:hidden;
	overflow-y:auto;
}
#wrapper {
	width:950px;
	height:auto;
	margin:0px auto;
	text-align:left;
	background:url(../images/wrapper.gif) 0 0 repeat-y;
}
#head {
	width:292px;
	padding-left:656px;
	height:185px;
	background:url(../images/top.gif) 0 0 no-repeat;
	border-right:2px #ffffff solid;
}
#navi {
	width:752px;
	height:37px;
	padding-left:198px;
	background:url(../images/navi.gif) 0 0 no-repeat;
	position:relative;
}
*html #navi{
	margin-bottom:-3px;
}
#left{
	width:198px;
	padding-top:2px;
	height:auto;
	background:url(../images/left.gif) 0 0 no-repeat #ffffff;
	float:left;
}
#content {
	width:592px;
	height:auto;
	float:left;
	background:url(../images/content.jpg) 0 0 repeat-y;
}
#text {
	width:377px;
	padding:15px 200px 15px 15px;
	height:auto;
	position:relative;
}
#footer {
	width:592px;
	height:14px;
	font-size: 0.1px;
	background: url(../images/bottom.gif) 0 0 no-repeat;
}
#right{
	width:160px;
	background: url(../images/right.gif) 0 0 no-repeat;
	min-height:360px;
	height:auto;
	float:left;
}
*html #right{
	height:360px;
}
#suche{
	width:160px;
	height:60px;
	float:left;
}
	input#go, input#goto{
	width:15px;
	height:18px;
	padding:1px;
	background:url(../images/lupe.gif) no-repeat;
	color:#fff;
	font-size:1px;
	font-variant:small-caps !important;
	cursor:pointer;
	border:none;
	float:left;
	margin-top:20px;
	text-indent:-5000px;
	}
	input#suchfeld{
	font:inherit;
	color:inherit;
	width:115px;
	margin:20px 5px 0 10px;
	padding:1px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	
	border:1px solid #2358cc;
	background:#fcfcfc url(../images/form-hg.png) repeat-x;
	float:left;
	}
#email{
	width:152px;
	padding-left:8px;
	padding-top:186px;
	height:auto;
	float:left;
}
#clear {
	clear: both;
	float: none;
	height: 0;
	line-height: 0;
	font-size: 0.1px;
}
.clear {
	clear: both;
	float: none;
	height: 0;
	line-height: 0;
	font-size: 0.1px;
}
#suma {
	display:none;
}

.underline{
	text-decoration:underline;
	color: #2357de;
}

h3.abstand {
margin-top:150px;
_margin-top:75px;
}
