/* html, body ausgelagert in top.css */

#spektrum {
	height: 215px;
	width: 20px;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 2;
	visibility: visible;
}

/*Navi allgemein*/

a:link {
	color: #233184;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #233184;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	color: #233184;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #233184;
	font-weight: bold;
	text-decoration: none;
}

/* @end */

/*Suchfeld*/

div#search {
	margin: 0;
	padding: 10px 0 0;
	position: absolute;
	top: 110px;
	right: 20px;
}

input, textarea {
	margin: 3px 0 15px;
	border: solid 1px #dbdbdb;
	background: white;
	padding: 1px;
}

input:active,  input:focus,  input:hover {
	color: white;
	background: #233184;
}

.submit {
	font-weight: bold;
	margin: 3px 0 15px;
	border: solid 1px #dbdbdb;
	background: #d1d1d1;
	padding: 1px;
}

/* @end */
div#header {
	color: #79b30b;
	height: 81px;
}
div#wrapper {
	width: 940px;
	top: 35px;
	margin: 0 auto;
	text-align:center;
	background-color: white;
	position: relative;
	border: solid 1px gray;
}

div#container {
	text-align: left;
	margin: 20px 0 10px 0;
	width: 940px;
	background: url(/img/bg_spaltenlinien2.gif) repeat-y;
}

div#navibalken {
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	overflow: hidden;
	font-size: 14px;
	line-height: 28px;
	background: #233184 url(/img/blue.gif);
	font-weight: bold;
	height: 28px;
	width: 940px;
}

/* @group navi_main_left */

#navi_main_left {
	background-color: #233184;
	margin: 0;
	padding: 0;
	display: inline;
}

#navi_main_left li {
	background-color: #233184;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	border-right: 1px solid gray;
}

#navi_main_left a {
	padding: 28px 13px;
	text-decoration: none;
	color: #fff;
}

#navi_main_left a:hover {
	color: #fff;
	background: #575758;
	line-height: 28px;
}

#navi_main_left a.active {
	background: #bdc1da;
	color: #233184;
	display:block;
}
#DropDownMenu {
	position:absolute;
	height:251px;
	top:111px;
}
#DropDownMenu div {
	position:absolute;
	top: 0px; height: 250px;
	background-color:#233184;
	display:none;
}
* html #DropDownMenu { /* IE - Fix! */
	top:109px;
}
#DropDownMenu ul {
	position:relative;
	top:10px;
	list-style:none;
	color:#FFFFFF;
	margin:0;
	padding: 0;
}
#DropDownMenu ul li { 
	margin: 0; 
	padding: 0; 
}
#DropDownMenu ul li a:link, #DropDownMenu ul li a:visited  {
	color:#FFFFFF;
	display:block;
	width: 180px;
	text-align:left;
	padding-left:15px;
	line-height:18px;
}
#DropDownMenu ul li a:hover {
	background-color:#575758;
	text-decoration:underline;
	color:#FFFFFF;
}
#dropMenu1 { left:0px; }
#dropMenu2 { left:134px; }
#dropMenu3 { left:275px; }
#dropMenu4 { left:423px; }

/* @end */

/* @group navi_main_right */

#navi_main_right {
	margin: 0;
	padding: 0;
	display: inline;
}

#navi_main_right li {
	background-color: #233184;
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	border-left: 1px solid gray;
}

#navi_main_right a {
	padding: 7px 13px;
	text-decoration: none;
	color: #fff;
}

#navi_main_right a:hover {
	color: #fff;
	background: #575758;
	line-height: 28px;
}

#navi_main_right a.active {
	background: #bdc1da;
	color: #233184;
}

.home {
	background-color: #b6371c;
}

/* @end */

/* @group news1*/

div#news1 {
	float: left;
	width: 337px;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 0;
	padding-left: 0;
	display: inline;
}

/* @end */

/* @group news2*/

div#news2 {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	width: 337px;
	padding-right: 0;
	padding-left: 0;
	display: inline
}

.newsanriss {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding-bottom: 15px;
}

.image_right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.image_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}


/* @end */

/*

 @group adress*/

div#adress {
	float: right;
	width: 200px;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 0;
	padding-left: 0;
	display: inline;
}

/* @end */
.newsticker {
	font-weight: bold;
	background-color: #eee;
	text-decoration: none;
	margin: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
}

.newsticker_bottom {
	font-weight: bold;
	text-decoration: none;
	background-color: #eee;
	margin: 0 0 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid gray;
}
div#clear {
	clear: both;
}
div#footerwrapper {
	width: 940px;
	margin: 0 auto;
	text-align:center;
}
div#footer_left {
	color: white;
	float: left;
	padding-top: 40px;
}
div#footer_left a:link {
	color: white;
	text-decoration: none;
        font-weight: normal;
}

div#footer_left a:hover {
	text-decoration: underline;
	color: white;
        font-weight: normal;
}

div#footer_left a:visited {
	text-decoration: none;
	color: white;
        font-weight: normal;
}

div#footer_left a:active {
	text-decoration: underline;
	color: white;
        font-weight: normal;
}

div#footer_right {
	color: white;
	float: right;
	padding-top: 40px;
}
div#footer_right a:link {
	color: white;
	text-decoration: none;
        font-weight: normal;
}

div#footer_right a:hover {
	text-decoration: underline;
	color: white;
        font-weight: normal;
}

div#footer_right a:visited {
	text-decoration: none;
	color: white;
        font-weight: normal;
}

div#footer_right a:active {
	text-decoration: underline;
	color: white;
        font-weight: normal;
}