body {
	background-image: url(../bilder/background1.jpg);
	background-repeat: repeat-x;
	font: 10px/16px "Verdana", Helvetica, Arial, sans-serif; 
	background-color: #fff;
	color: #666666;}	
			
p { font: 10px/16px "Verdana", Helvetica, Arial, sans-serif; 
	text-align: left;}

h1 { 	font: 16px/16px "Georgia", Times, serif; 
	color: #444444;
	text-align: left;}

h2 { 	font: 14px/16px "Georgia", Times, serif; 
	color: #555555;
	text-align: left;}

a { color:#393939; text-decoration:none; }
a.hover { color:#000000; }

a.menu { display:inline; margin-bottom:0px; text-align:left; font: 16px/16px "Georgia", Times, serif; 
	color: #444444; padding-right:10px; padding-left:10px; padding-top:5px; padding-bottom:5px; text-decoration:none; }

a.menu:hover   { color:#000; background-color:#f3f3f3; }
a.menu:active  { color:#ffffff; background-color:#f3f3f3; }


#container{
	position:relative;
	background-image: url(../bilder/center.jpg);
	background-repeat: repeat-x;
	margin: 0 auto 0 auto;
	width:950px;
	height:600px;
	text-align: center;
	}

#break_left{
	background-image: url(../bilder/left.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 580px;
	width: 25px;
	left: 0px;
	top: 0px;}

#break_right{
	background-image: url(../bilder/right.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 580px;
	width: 25px;
	left: 925px;
	top: 0px;}	


#content{
	position: absolute;
	left: 0px;
	top: 0px;
	margin-top:225px;
	height: 300px;
	overflow: auto;
	width: 640px;
	padding-left: 30px;
	margin-left:25px;
	}
	
#adresse{
	position: absolute;
	left: 700px;
	top: 0px;
	height: 300px;
	width: 200px;
	padding-left: 20px;
	margin-top: 225px;
	border-left: 1px solid #c2c2c2;
	}
	
#menu{
	position: absolute;
	left: 0px;
	top: 180px;
	height: 22px;
	width: 950px;
	padding-left: 45px;
	padding-top: 10px;
	text-align: left;
	}
	
#logo{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 905px;
	height: 213px;
	margin-left: 23px;
	text-align: center;
	background-color: #fff;
	}
