* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

body {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	/* color: #09297B; */
	color: #352618;
	font-size: 80%;
	line-height: 1.3em;
	background-color: white;
	margin: 0px;
	padding: 0px;
	overflow: -moz-scrollbars-vertical;
	}

a {
	text-decoration: none;
	color: #09297B;
}

h {
	font-weight: bold;
}
h1 {
	font-weight: bold;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
}

h2 {
	font-size: 14px;
	padding-left: 10px;
	letter-spacing: 0.03em;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #4B0842;
}

p {
		/* padding-left: 10px; */
		padding-bottom: 10px;
}




/* - - - - - H E A D E R - - - - - */

#header {
	position: absolute;
	left: 320px;
	top: 41px;
	height: 80px;
	/* background-color: red; */
}

#navigation {
	position: absolute;
	width: 500px;
	height: 30px;
	left: 58px;
	top: 52px;
}
#navigation li {
		text-decoration: none;
		list-style: none;
		display: inline;
	}

#navigation a {
		font-size: 1em;
		font-weight: bold;
		margin-right: 1.2em;
		color: #B7B6B5;
	}

#navigation a:hover {
		color: #09297B;
	}

#bild {
	position: absolute;
	width: 368px;
	left: 0px;
	top: 70px;
}

#adressblock {
	position: absolute;
	width: 267px;
	height: 210px;
	left: 0px;
	top: 396px;
	background-color: #E6D297;
	color: #352618;
}

#adresse {
	margin-right: 26px;
	margin-top: 18px;
	text-align: right;
	font-size: 0.8em;
	line-height: 1.2em;	
}
	
	
#content {
	position: absolute;
	/* width: 550px; */
	width: 50%;
	top: 80px;
	left: 294px;
	padding: 30px;
			
}

#liste {
	/* list-style-image:url("../0-pool/bullet.gif"); */
	list-style-type: square;
	list-style-position:outside; 
	padding-bottom: 10px; 
	padding-left: 16px; 
	
}
	
