/*definition der container*/
#container {
	width: 900px;
	padding:0px;
	margin: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#head {
	position: relative;
	margin-top: 10px;
	width:900px; 
	height: 180px;
	background-color: white;
	border: 1px solid #003366;
}	
#navi {
	position: relative;
	margin-top: -1px;
	width:900px; 
	height: 20px;
	background-color: #003366;
	border: 1px solid #000033;
	background-image: url(images/naviback.gif);
}
#border {
	position: relative;
	margin-top: 0px;
	width:900px; height:auto;
	border: 1px solid #003366;
	background-color: #FFFFFF;
}
#inhalt {
	padding-left: 30px;
	padding-top: 14px;	
	padding-right: 30px;	
	padding-bottom: 20px;
}
#back{
	position: absolute;
	left: 141px;
	margin-left: +160px;
	top: 113px;
	width: 160px;
	height: 600px;
	z-index: 1;
}
/*------------hauptnavigation horizontal oben-------------*/

#navcontainer
{
margin: 1px 0 0 56px;
padding: 0;
background: #003366;
}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#navcontainer ul li a
{
width: 100px;
padding: 2px;
margin: 1px 1px 1px 1px;
color: #FFFFFF;
text-decoration: none;
display: block;
text-align: center;
font: normal 12px Arial, Helvetica, sans-serif;
border-left: 1px solid white;
}

#navcontainer ul li a:hover
{
color: #000000;
font-weight:bold;
background: #FFFFFF;
}

#navcontainer a:active
{
color: #FFFFFF;
font-weight:bold;
}

#navcontainer li#active a
{
border: 0px solid #F3F3F3;
color: #FFFFFF;
}
/*definition des body*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image:url(images/back_verlauf.jpg);
	background-repeat:repeat-x;
}

/*definition der standard html-elemente*/
a:link {
	color: black;
}
a:hover {
	color: #CC0000;
}
a:visited {
	color: black;
}
a:active {
	color: black;
}
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size : 22px;
	font-style : normal;
	font-weight : bold;
	color: #003366;
	text-decoration : none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
	color: black;
	text-decoration : none;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-style : normal;
	font-weight : bold;
	color: black;
	text-decoration : none;
}
P {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	color: black; 
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: black;
}
ul {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color: black;
	list-style-type : circle;
}
input {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color: black; 
}
select {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color: black; 
}
submit {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color: black; 
}
hr {
	height:1px;
	width:500px;
	align:left;
}

/*definition spezieller elemente*/
.datestamp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
.suche {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}


