html,body
{
	margin: 0; width: 100%;
	font-family: Verdana,Arial,sans-serif;
	font-size: 0.9em; color: #1c3e64;
	background-color: #fff;
	text-align: center;
}

#container
{
	width: 800px; height: auto; margin: auto;
	
	border: solid 1px #1c3e64;
	text-align: left;
}

#clearer {clear: left;}

/* ANFANG Kopfbereich */
#logo
{
	margin-bottom: 25px;
	height: 60px;
	background-image: url(./images/top7.png);
	background-repeat: no-repeat;
	background-color: #1c3e64 !important;
	background-color: #173455;
	
}
#logo p{color: #fff; text-align: right; padding: 15px; padding-top: 10px; margin: 0;}
/* ENDE Kopfbereich */

/* ANFANG Navigation */
#navigation
{
	width: 180px; margin-left: 5px;
	font-weight: bold; float: left;
}
#navigation a{text-decoration: none; color: #386290;}
#navigation a:hover{text-decoration: underline; color: #1c3e64;}

#navigation ul{list-style-type: none; padding: 0; margin: 0;}
#navigation li.main{background-color: #386290; color: #fff; padding: 1px; padding-left: 3px; margin-top: 15px; margin-bottom: 0px;}
#navigation li.sub{margin-left: 10px; margin-top: 5px; margin-bottom: 0px;}
#navigation li.valid{margin-top: 30px; margin-bottom: 0px;}

#sel{color: #1c3e64;}

/* ENDE Navigation */

/* ANFANG Seiteninhalt */

#content
{
	height: auto;  min-height: 450px;
	line-height: 1.3em;
	margin-left: 210px;
	margin-right: 15px;
}

#content a{color: #e88943;}
#content a:hover{color: #1c3e64;}
#content ul{margin: 0; margin-bottom: 10px;}

h1,h2,h3,h4{margin: 0; margin-bottom: 5px; color: #386290;}
h1
{
	font-size: 130%; margin-left: 0px; margin-bottom: 15px;
	border-style: solid; border-color: #1c3e64;
	border-width: 0px 0px 1px 0px; text-align: right;
}
h2{font-size: 120%; font-style: italic;}
h3
{
	font-size: 110%; margin-top: 30px;
	border-style: dashed; border-color: #1c3e64;
	border-width: 0px 0px 1px 0px;
}
h4{font-size: 100%;}
p{margin: 0; margin-bottom: 15px;}
img{border-style: none;}
.text_center{text-align: center;}
object{height: 450px; width: 570px !important; width: 570px; border-style: none;}
table{font-family: Verdana,Arial,sans-serif; font-size: 0.9em; margin-bottom: 0.5em;}
td.statlabel{font-weight: bold; width: 22em;}
li{margin-bottom: 10px;}
/* ENDE Seiteninhalt */
