body {
	background-color: #e7d3b6;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}

h1, h2 {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 14px;
	color: #a9341e;
}


h2 { 
	font-size: 12px;
	color: #666666;
	margin-left: 20px;
	padding:0px
}

p, li, dd {
	font-size: 12px;
	line-height:12pt;
	margin-left: 20px;
	
}

li {
	margin-left: 0.6em;
	list-style-position: outside;
	padding:0.0em
}


small {
	font-size: 10px;
	line-height: 10px;
}



img {
	border: none;
}


a {
	text-decoration: none;
}

a:link {

	color: #000000;
}

a:visited {
	color: #000000;
}

a:hover, a:active, a:focus {
	background: none;
	color: #a9341e;
	text-decoration: underline;
}


.small {
	font-size: 10px;
}

.smaller {
	font-size: 7px;
}


.floatright {
	float: right;
	margin: 0.6em 0.0em 0.6em 1.2em;
}

.floatleft {
	float: left;
	margin: 0.6em 1.2em 0.6em 0.0em;
}


.high {
	color: #a9341e;
	font-style: italic;
}

.zusatz {
	font-style: italic;
	color: #666666;
}


#navi {
	position: fixed;
	background-color: #e7d3b6;
	z-index: 3;
	top: 0px;
	left: 0px;
	height: 550px;
	width: 275px;
}


#content {
	position: absolute;
	background-color: #e7d3b6;
	z-index: 1;
	top: 100px;
	left: 300px;
	width: 500px;
	height: 100%;
	padding: 10px;
	padding-left: 10px;
}

#content2 {
	position: absolute;
	background-color: #e7d3b6;
	z-index: 1;
	top: 100px;
	left: 300px;
	width: 500px;
	max-height: 80%;
	overflow: scroll;
	height: 100%;
	padding: 10px;
	padding-left: 10px;
}

#foto {
	position: absolute;
	background-color: #e7d3b6;
	z-index: 2;
	top: 20px;
	left: 700px;
	width: 170px;
	padding: 0px;
	padding-left: 0px;
	height: 5px;
}

