@charset "utf-8";
/* CSS Document */

body {
	color: #FBF2EF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	background-color:#0B3B24;
	}
	
#wrapper {
	margin:0px auto;
	width:800px;
	text-align:center;
	}
	
#bilder {
	width:600px;
	height:430px;
	margin:0px auto;
}	
	
#logo {
	background-image:url(/img/logo_landleben_grau_gruen.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:280px;
	margin:0px auto;
	height:170px;
}

a {
	color:#985432;
	}
	
#titel {
	margin:0px 0px 30px 0px;
	font-weight:bold;
	font-size:1.1em;
	}
	
#adresse {
	font-size:0.8em;
	margin-top:20px;
	}
