body {
	text-align: center;
	min-width: 850px;
	background-color:#D8CAA8;
	height:100%; 
	margin-top:0;
	margin-bottom:0;
}

#bildinfo {
	visibility:hidden;
}

#wrapper {
	margin:0 auto;
	width:850px;
	text-align: left;
	border-left:solid;
	border-left-color:#999999;
	border-left-width:1px;
	border-right:solid;
	border-right-color:#999999;
	border-right-width:1px;
	background-color:#FFFFFF;
	border-bottom:solid;
	border-bottom-color:#999999;
	border-bottom-width:1px;
}

#top {
	background-image:url(../bilder/banner.jpg);
	background-repeat:repeat-x;
}

#top a:link, #top a:active, #top a:visited {
	text-decoration:none;
}

#content {
	padding:10px;
}

#contentindex {
	padding:0px;
	/*background-image:url(../bilder/contentbg.jpg);*/
}

#footer {
	border-top:solid;
	border-top-width:1px;
	border-top-color:#E1E1E1;
	text-align:center;
	
}

#footer a:link, #footer a:hover, #footer a:visited, #footer a:active, #footer a:hover {
	text-decoration:none;
	border-width:1px;
	border-color:#FFFFFF;
}



