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

body {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.8em; line-height: 1.9; text-align: left;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}

* {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	list-style-type: square;
	list-style-position: inside;
}

#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
  	width: 80%;
}
#navigation {
	float: left;
	width: 18%;
	padding-top: 140px;
	height: 300px;
	background-color:#FFFFFF;
	padding-right: 3px;
	text-align: right;
}

#balken {
	float: left;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	left: 160px;
	width: 7%;
	height: 100em;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FF0000;
	}

#balken_index {
	float: left;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	left: 160px;
	width: 75%;
	height: 100em;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FF0000;
	}

#schriftzug {
	margin-top:276px;
	margin-left:10px;
	float: left;
	font: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 18px;
}

#navioben {
	margin-top: 15px;
	float: right;
	width: 72%;
	right: 0px;
	left: 260px;
}

#textbereich {
	margin-top: 55px;
	float: right;
	width: 72%;
	right: 0px;
	left: 260px;
}
h1 {
	font-size: 130%;
	line-height: 180%;
	margin-bottom: 2%;
	font-weight: bold;
	color: #333333;
}
h2 {
	font-size: 110%;
	line-height: 170%;
	margin-bottom: 2%;
	margin-top: 3%;
	font-weight: bold;
	color: #333333;
}
h3 {
	font-size: 110%;
	line-height: 160%;
	margin-top: 2em;
	margin-bottom: 1em;
}
#textbereich p {
	margin-bottom: 12px;
}
#textbereich a:link {
	color: #333333;
	text-decoration: underline;
}
#textbereich a:hover {
	color: #FF0000;
	text-decoration: underline;
}

ul {
margin-top:0;
margin-right:0;
margin-bottom:1em;
margin-left:0;
}

li {
margin-left:2em;
list-style-type:square;
list-style-position:outside;
}

.textfeld
{
width: 377px; 
}
.textbereich
{
width: 378px; 
}

.textrot {color: #FF0000
}
.italic {
	font-size: 1.2em;
	font-style: italic;
}
td {
	padding-left: 4px;
}

