* {
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 0;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 8pt;
	font-family: arial, verdana, sans-serif;
}
body {
	width: 100%;
	text-align: center;
	background-color:rgb(241,241,241);
}

#bg {
	margin:5em;
	text-align:left;
	width:800px;
	border:1px solid rgb(222,222,222);
	background-color:rgb(222,222,222);
}
#head {
	width:100%;
	border-bottom-color:#014E94;
	border-bottom-style:dotted;
}
#logo {
	width:600px;
	height:105px;
	background-image: url(bilder/logo.gif);
	background-repeat:no-repeat;
	/*background-position:center;*/
	background-position:3em;
}
.content {
	width: 100%;
	float: left;
	height: auto !important;
	height: 240px;
	min-height: 240px;
	background-color:white;
	border-top:1px solid rgb(220,220,220);
	border-bottom:1px solid rgb(220,220,220);
}
#navigation {
	margin-top:  2em;
	padding-left:3em;
	float:left;
	width:200px;
	height: auto !important;
}
#navigation ul {
	text-align: left;
	list-style: none;
}

#navigation li {
	margin-bottom:1.5em;
	width:100%;
}

#navigation li img{
	margin:0;
}

#navigation li a {
	width:100%;
	padding:0;
	margin:0;
}

#navigation li.activ {
}

#inner-content {
	padding-left:3em;
	padding-bottom:1em;
	float:left;
	width:400px;
	height: auto !important;
	color:#020A69;
}
#inner-content h1 {
	margin-top:1em;
	margin-bottom:1em;
	font-size:1.2em;
	text-decoration:underline;
}
#inner-content h2 {
	margin-top:1.5em;
	font-size:1em;
}
#inner-content p {
	margin-bottom:0.5em;
	font-size:1em;
	text-align:justify;
}


/*--------------------------------------------------------------
FOOTER: START
------------------------------------------------------------- */
div.footer {
	width: 100%;
	text-align: right;
	/*margin: 13px 0 5px 0;*/
}
.copyright {
	width: 100%;
	text-align: right;
	margin: 5px 0px 20px 0;
	color: rgb(177,180,183);
	font-size: 8pt;
	font-weight: 400;
}
/*--------------------------------------------------------------
FOOTER: END
------------------------------------------------------------- */

div.block {
	font-size:1em;
	width:100%;
	margin-bottom:2em;
	border-left:1px solid rgb(241,241,241);
	border-bottom:2px solid rgb(241,241,241);
}

div.block p, td {
	padding-left:0.6em;
}

div.block_hl {
	font-size:1em;
	width:100%;
	margin-bottom:2em;
	/*
	border-left:1px solid rgb(241,241,241);
	border-bottom:2px solid rgb(241,241,241);
	*/
	border:1px solid red;
}

div.block_hl p, td {
	padding-left:0.6em;
}

div.teaser {
	font-size:1.3em;
	width:100%;
	padding-left:0.2em;
	margin-bottom:0.2em;
	background: rgb(241,241,241);
}

div.infobox {
	font-size:1em;
	width:100%;
	margin-bottom:2em;
}

div.infobox a{
	font-size:1.2em;
	color:red;
	text-decoration:none; 
}

div.search {
	text-align:right;
	font-size:1em;
	margin-top:-2em;
	margin-right:3em;
}

div.search input {
	margin-top:0.5em;
	margin-bottom:0.5em;
	border:1px solid rgb(200,200,200);
}

input, textarea {
	background-color: rgb(234,234,234);
	border:1px solid rgb(200,200,200);
	border-bottom:1px solid rgb(180,180,180);
	border-right:1px solid rgb(180,180,180);
}

input.checkbox {
	background-color: #ffffff;
	border:0;
}

input.buttom {
	width: 95px;
	background-color: rgb(234,234,234);
	border:1px solid rgb(200,200,200);
	border-bottom:1px solid rgb(180,180,180);
	border-right:1px solid rgb(180,180,180);
	margin-bottom:5px;
}

a {
	color:#020a69;
	text-decoration:none; 
}
a:hover {
	text-decoration:underline; 
}
a:active {
	text-decoration:none; 
}

.oebv {
	color:#a02222;
}
.oebv:hover {
	color:#a02222;
	text-decoration:underline;
}
.zert {
	color:#108910
}
.zert:hover {
	color:#108910
	text-decoration:underline;
	background-color:#a02222
}
.hl {
	color:red;
	text-decoration:underline;
}


#nav {
	float:left;
	width:175px;
	height: auto !important;
}
#nav ul {
	padding-top:1em;
	text-align: left;
	list-style: none;
	border-top:1px dashed rgb(200,200,200);
}
#nav li{
	font-variant:small-caps;
	padding-left:0.5em;
	width:100%;
	border-bottom:1px dashed rgb(200,200,200);
	margin-bottom:1em;
}
#nav li a{
	text-decoration:none;
	display: block; 
}
#nav li a:hover{
	background: rgb(241,241,241);
}
#nav li.activ {
}
#nav li.inactiv {
	background: rgb(241,241,241);
	border-left:0.5em solid rgb(200,200,200);
}
.eintrag{
	padding-left:0.5em;
	font-size:1.2em;
}






