@charset "utf-8";
/* CSS Document */
body{
	background-image:url(img/site_back.jpg);
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
}
.site{
	margin:auto;
	background-image:url(img/content.png);
	width:736px;
	margin-top:-9px;
}
.header{
	
	height:631px;
	width:700px;
	margin:auto;
} 
.bottom{
	background-image:url(img/bottom.png);
	height:155px;
	width:736px;
	margin:auto;
	margin-bottom:100px;
}
.menue{
	margin-left:30px;
	margin-top:20px;
	
	width:163px;
	float:left;
}
.link_field{
	background-color:#f0f0f0;
	width:175px;
	margin-top:1px;
	
}
.link_field:hover{
	background-color:#c8c8c8;
	
	width:175px;
	margin-top:1px;
}
.menuelink{
	display:block;
	text-decoration:none;
	color:#aeaeae;
	font-weight:bold;
	width:175px;
}
a:hover{
	color:#FFF;
}
.home_cont{
	margin-top:20px;
	float:left;
	width:250px;
	margin-left:20px;
	margin-right:20px;
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
	border-right:1px solid #aeaeae;
	border-left:1px solid #aeaeae;
	
}
.adresse{
		padding-top:75px;
		margin-left:40px;
		
		
}

.fewo_cont{
	margin-top:20px;
	float:left;
	width:450px;
	margin-left:20px;
	margin-right:20px;
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
	
	border-left:1px solid #aeaeae;
}
.thumb{
	width:180px;
	height:135px;
	
}

.viewer{
	display:none;
	height:560px;
	width: 700px;
	border:1px solid #999;
	background-image:url(img/white.png);
	position:fixed;
	top:25px;	
	z-index:1000;
}
.viewer_high{
	display:none;
	height:560px;
	width: 700px;
	border:1px solid #999;
	background-image:url(img/white.png);
	position:fixed;
	top:25px;
	z-index:1000;
}
.pic{
	
	display:block;
	margin:auto;
	margin-top:10px;
	
	z-index:500;
}
.close{
	display:block;
	margin-left:660px;
	margin-top:10px;
	
}
.pictext{
	
	position:relative;
	top:-60px;
	left:40px;
}

.pictext2{
		position:relative;
	top:-140px;
	left:200px;
	width:200px;
}

.linklink{
	color:#333;
	text-decoration:none;
}

.linklist a{
	color:#333;
	text-decoration:none;
	display:block;
	margin-top:-7px;
}

.linklist a:hover{
	text-decoration:none;
	color:#900;
	background-color:#e4e4e4;
}
	
