﻿body {
	background-color: #808080;
}
div#foto {
	width: 800px;
	height: 533px;
	position: absolute;
	top: 30px;
	left: 200px;
}
div#inhaltsverzeichnis {
	width: 190px;
	height: 528px;
	position: absolute;
	top: 30px;
	left: 10px;
	background-color: silver;
	padding-top: 5px;
}
div#inhaltspunkt {
	margin: 12px 15px 12px 15px;
	padding: 6px 3px 3px 3px;
	height: 20px;
	background-color: white;
	color: #FF0000;
	font-weight: bold;
	font-family: Arial, Helvetica, Sans-Serif;
	text-align: center;
}
div#inhaltspunkt a{
	color: #FF0000;
	text-decoration: none;
}
div#startseite {
    min-height:375px;
	position: absolute;
	top: 140px;
	left: 350px;
}
div#startseite p{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 24pt;
	color: #FF0000;
}
p.willkommen{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 24pt;
	color: #FF0000;
}
div#text {
	width: 740px;
	height: auto;
    min-height:200px;
	position: absolute;
	top: 563px;
	left: 200px;
	background-color: #EEEEEE;
	padding: 10px 30px 30px 30px;
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
}
div#text p {
	margin: 5pt 0pt 0pt 0pt;

}
div#text h1 {
	margin: 10pt 0pt 5pt 0pt;
	color: #000000;
	font-size: 12pt;
	font-weight: bold;
}
div#text h2 {
	margin: 10pt 0pt 0pt 0pt;
	color: #FF0000;
	font-size: 10pt;
	font-weight: bold;
}
div#text h2 + p {
	margin: 3pt 0pt 0pt 0pt;
}
div#text h2 a {
	color: #FF0000;
	text-decoration: underline;
}
div#text a {
	color: #000000;
	text-decoration: underline;
}
div#logo {
	position: absolute;
	top: 415px;
	left: 15px;
}
