@charset "UTF-8";
/* CSS Document */

html{
	height:100%;
}


BODY {
	background-color: #07314a;
	margin: 0px;
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 1.5;
}

H1 {
	font-size: 15px;
	font-weight: bold;
	color: #07314a;
	margin-bottom: 5px;
}

P {
	margin: 0px;
}

IMG {
         border: none;
}

A {
	color: #2e4b9b;
	text-decoration: underline;
}

A:hover {
	color: #2e4b9b;
	text-decoration: none;
}

#oben {
	background: #dbf0f4;
	background-image: url(/fileadmin/template/img/bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	clear: both;
}

#header {
	width: 900px;
	height: 110px;
	margin: 0 auto;
}

#navi {
	width: 900px;
	height: 33px;
	margin: 0 auto;
	background-image:url(/fileadmin/template/img/navi.jpg);
	border: 1px solid #999999;
	margin-top: 15px;
	margin-bottom: 15px;
	overflow: hidden;
}

#inhalt {
	width: 900px;
	min-height: 400px;
	margin: 0 auto;
	clear: both;
	margin-bottom: 15px;
}

#sp1 {
	width: 680px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	padding-top: 10px;
	text-align: left;
}

#sp2 {
	width: 200px;
	float: left;
	margin-bottom: 15px;
}

#leiste {
	clear: both;
	width: 100%;
	background: #cae1e7;
	height: 100px;
	margin: 0 auto;
	
}

#footer {
	width: 100%;
	background: #07314a;
	border-top: 1px solid #666666;
	height: 125px;
	padding-top: 10px;
	font-size: 10px;
}

.cls {
	clear: both;
}

#mainnav {
	margin: 0;
	padding-left: 0;
	float:left;
	text-decoration: none;
	list-style: none;
	color: #666666;
	font-size: 13px;
	font-weight: bold;
}

#mainnav LI {
	line-height: 2.5;
	height: 33px;
	float:left;
	border-right: 1px solid #999999;
}

#mainnav LI:hover {
	background-image: url(/fileadmin/template/img/nav1.jpg);
}

.mnu {
	display: block;
	text-decoration: none;
	color: #999999;
	float:left;
	height: 33px;
	padding-right: 15px;
	padding-left: 15px;

}

.mnu:hover {
	color: #333333;
}

.mnu-act {
	display: block;
	text-decoration: none;
	color: #333333;
	float:left;
	height: 33px;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(/fileadmin/template/img/nav1.jpg);
}

.mnu-act:hover {
	color: #333333;
}

#subnav {
	border-collapse: collapse;
	margin: 0;
	margin-left: 20px;
	padding: 0;
	width: 160px;
	text-decoration: none;
	border-top: none;
	border-right: 1px solid #999999;
	padding-bottom: 30px;
}

#subnav LI {
	line-height:1.6;
}

.mnu1 {
	display: block;
	text-decoration: none;
	color: #333333;
	height: 20px;
	padding-left: 3px;
}

.mnu1:hover {
	color: #333333;
}

.mnu1-act {
	display: block;
	text-decoration: none;
	color: #333333;
	height: 20px;
	padding-left: 3px;
	font-weight: bold;
}

.mnu1-act:hover {
	color: #333333;
}

#subnav2 {
	border-collapse: collapse;
	margin: 0;
	padding-left: 0;
	width: 180px;
	text-decoration: none;
	list-style: none;
	border-top: none;
	font-size: 10px;
}

#subnav2 LI {
	line-height:2;
	height: 20px;
}

#subnav2 LI:hover {
}

.mnu2 {
	display: block;
	text-decoration: none;
	color: #333333;
	height: 20px;
	padding-left: 3px;
}

.mnu2:hover {
	color: #333333;
}

.mnu2-act {
	display: block;
	text-decoration: none;
	color: #333333;
	height: 20px;
	padding-left: 3px;
}

.abs {
	padding: 10px;
}

.cnt {
	width: 900px;
	margin: 0 auto;
}

.cnt1 {
	width: 910px;
	margin: 0 auto;
}

#leiste IMG {
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#links {
	width: 650px;
	float: left;
}

#rechts {
	width: 250px;
	float: right;
	text-align: right;
}

#footer {
	line-height: 1;
	color: #e5e5e5;
}

#footer A {
	text-decoration: none;
	color: #efefef;
}

#footer A:hover {
	text-decoration: underline;
}

table { border:1px solid #FFFFFF; background:#f3f3f3; border-collapse:collapse; border-spacing:0; width:100%;}
td, th { border:1px solid #FFFFFF; background:#f3f3f3; padding:3px; text-align:left; }



.news-list-date, .news-single-timedata {
	font-weight: normal;
	font-size:	11px;
	color: #999999;
	float: right;
}

.news-list-item H3, .news-single-item H2 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}

.news-list-item H3 A {
	color:  #000000;
	text-decoration: none;
}

.news-list-item H3 A:hover {
	color:  #000000;
	text-decoration: underline;
}

.news-list-item IMG {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

.clearer {
        height: 1px;	
        border: 1px solid #f3f3f3;
        color: #f3f3f3;
        clear: both;
        margin-top: 5px;
        margin-bottom: 5px;
}

.author {
	margin-top: 5px;
	font-size: 11px;
	color: #666666;
}

.news-single-img {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.news-list-item IMG {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
}

.news-list-morelink {
	margin-top: 5px;
}

/* EW-News */

.entry {
  padding-top: 5px;
  padding-bottom: 15px;
  border-bottom: 1px solid #07314a;
    width: 180px;
}

.nhdl {
  width: 185px;
  height: 25px;
  line-height: 25px;
  text-align: left;
  border-bottom: 1px solid #07314a;
  border-left: 8px solid #07314a;
  background: #07314a;
  color: #ffffff;
}

.news {
  border-bottom: 1px solid #07314a;
  width: 180px;
  padding: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}
