	* {
		font-size:         1em;
		font-family:       inherit;
		line-height:       inherit;
	}
	a { 
		color: #1564c4; 
		text-decoration: none; 
		cursor:pointer;
	}

	a:visited{ 
		color: #1564c4; 
	}

	a:hover{ 
		text-decoration: underline; 
	}
	body{
		background: #fff url(../img/bg.jpg) 0 0 repeat-x;
		padding:0;
		margin:0;
		font:normal 12px Verdana, Arial, Helvetica, sans-serif;
		background-color:#BBC4D3;
	}
	body * { background-repeat: repeat-x; /* Better for Opera 7 */ }
	
	img{
		border:none;
	}
	#site{
		position:relative;
		z-index:2;
		background: transparent url(../img/main3.jpg) 0 0 no-repeat;
		width:989px;
		height:676px;
		margin:auto;
		padding-top:395px;
		
	}
	#content{
		height:200px;
		width:740px;
		margin-left:120px;
	}
	#formular{
		margin-left:20px;
		height:200px;
		width:170px;
		float:left;
		font-size:11px;
		
	}
	#formular input{
		border:1px solid #eee;
		color:#666;
		width:150px;
		margin-bottom:10px;
		font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	}
	#formular textarea{
		border:1px solid #eee;
		color:#666;
		width:150px;
		height:90px;
		margin-bottom:10px;
		font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	}
	#formular a{
		background: transparent url(../img/pfeil.gif) 0px 4px no-repeat;
		padding-left:15px;
		color:#666;
	}
	#adress{
		margin-left:20px;
		height:200px;
		width:190px;
		float:left;
		color:#666;
		font-size:11px;
	}
	#features{
		width:180px;
		margin:0 10px 0 10px;
		float:left;
		height:200px;
		color:#666;
		font-size:11px;
	}
	#features td{
		padding:0 0 10px 10px;
		vertical-align:top;
	}
	#links{
		margin-left:10px;
		height:200px;
		width:100px;
		float:left;
	}
	#impressum{
		clear:left;
		text-align:right;
	}
	#impressum a{
		color:#666;
		font-size:11px;
	}
	#impressumbox{
	position:absolute;
	background-color:#fff;
	z-index:4;
	width:500px;
	height:270px;
	left:50%;
	margin-left:-250px;
	display:none;
	margin-top:50px;
	color:#666;
	font-size:11px;
}
#impressumbox a{
	color:#666;
	font-size:11px;
}
#lightboxbg{
	position: absolute;
	display:none;
	top: 0px;
	left: 0px;
	width:1px;
	height:1px;
	background-color: #000;
	z-index:3; 
}
