/* CSS Document */
/* Author: webin - markus bessler */
/* Site: restaurant-priaeus.de */

html, body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}
body{
	font-size:90%;
	background-color:#a7c7e6;
}
a:link, a:visited{
	color:#000000;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
#wrapper{
	width:990px;
	height:700px;
	margin:0 auto;
	position:relative;
}
#wrapper.restaurant{
	background:url(../pic_include/restaurant_bg.jpg) left top no-repeat;
}
#wrapper.pension{
	background:url(../pic_include/pension_bg.jpg) left top no-repeat;
}
#wrapper.kontakt{
	background:url(../pic_include/kontakt_bg.jpg) left top no-repeat;
}

#menu{
	width:200px;
	height:300px;
	top:240px;
	left:0px;
	position:absolute;
}
#menu.start{
	padding-left:20px;
	
}
#impressum{
	width:150px;
	height:30px;
	margin-top:-25px;
}
#content{
	padding-top:280px;
	margin-left:220px;
	width:650px;
	padding-right:100px;
	position:relative;
}
.impressum{
	margin-left:20px;
	color:#000000;
	text-decoration:none;
}
.fl-r{
	float:right;
}

