/* CSS Document */

* {
	padding: 0;
}

body {
	color: #eef0f6;
	background-color: #191d2c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

#wrapper {
	width:1024px;
	height:768px;
	position:absolute;
	top:424px;
	left:843px;
	margin-left:-512px;
	margin-top:-384px;
}

#header {
	color: #FFFFFF;
	font-size: 9pt;
	padding-bottom: 20px;
	line-height: 120%;
}

#header h1 {
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
}

#header h2 {
	font-size: 10pt;
}

#navigation {
	float: left;
	width: 120px;
	padding-top: 20px;
	margin-left: 0px;
}

#navigation a {
	display: block;
	text-decoration: none;
	color: #ced2d3;
	background-color: #191d2c;
	padding: 4px;
}

#navigation a:hover {
	color: #191d2c;
	background-color: #ccccff;
}

#navigation ul {
	width: 14em;
}

#navigation li {
	list-style-type:none;
	margin: 0;
}

#navigation ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: italic;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 8px;
}

#textbereich {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-top: 20px;
}

#uebermich_bild {
	height: 600px;
	width: 160px;
	float: left;
}

#textbereich h1 {
	font-size: 12pt;
	font-style: italic;
}

#textbereich h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
}

#textbereich img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 30px;
	margin-bottom: 60px;
}

#bilder_unten img {
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 5px;
}

#textbereich #start_bild {
	width: 260px;
	height: 600px;
	float: left;
	margin-left: 10px;
}

#footer {
	clear: both;
	padding: 10px 20px 20px 20px;
	border-top: 1px solid #ccccff;
}

#footer address {
	font-size: 80%;
	text-align: center;
	font-style: normal;
	letter-spacing: 2px;
	line-height: 1.5em;
}

#textbereich #downloads {
	float: left;
}

#textbereich #downloads a {
	display: block;
	text-decoration: none;
	color: #ced2d3;
	background-color: #191d2c;
	padding: 4px;
}

#textbereich #downloads a:hover {
	color: #191d2c;
	background-color: #ccccff;
}

textarea {
	width:250px;
}

input {
	width:249.5px;
}
#wrapper #navigation ul li a {
	font-weight: bold;
}

