/*
Colors:
Blue:	#00389A
Green:	#00389A
LGreen:	#D9E9A9
Grey:  	#686E6E
*/
body {
	background-image: url(images/background_01.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #E5ECF6;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
}
a {
	color: #00389A;
}
a:hover {
	color: #82A6E4;
}
h1,h2{
}
form{
	padding: 0px;
	margin: 0px;
}
img{
	border: none;
}
#holder{
	width: 920px;
	margin: 0px auto 1px;
	text-align: left;	
	position: relative;
	top: -28px;
}
/* ------------------------ header ------------------------ */
#header{
	position: relative;
	height: 100px;
	width: 920px;
}
#ultilityNav{
	width: 914px;
	height: 20px;
	margin: 0px auto 1px;
	position: relative;
	text-align: right;
	padding: 3px;
	z-index: 90;
	top: 0px;
}
#ultilityNav a{ 
	text-decoration: none;
}
#ultilityNav a:hover{ 
	text-decoration: underline;
}
#logoHolder{
	position: relative;
	float:left;
	width: 202px;
	height: 100px;
	text-align: center;
	padding-top: 5px;
}
#mainNaviHolder{
	position: absolute;
	left: 227px;
	top:0px;
	height: 100px;
	z-index: 100;
}
#mainNaviHolder ul{
	margin: 0px;
	padding: 0px;
}
#mainNaviHolder li{
	list-style-image: none;
	list-style-type: none;	
	/*display: inline;*/
	float:left;
	margin: 0px;
	padding: 0px;
	height: 31px;
	padding-top:69px;
}
#mainNaviHolder a{
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
	background-image: url(images/mainNavSep_04.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color:#FFFFFF;
}
.mainNavActive{
	background-color:#00389A;
}
/* ------------------------ header end ------------------------ */
/* ------------------------ picHeader ------------------------ */
#picHeader{
	position: absolute;
	width: 920px;
	height: 138px;
	background-color:#00389A;
	top: 100px;
	left: 0px;
	background-image: url(images/picHeaderBack_08.gif);
	background-repeat: no-repeat;
	background-position: left center;	
}
* html #picHeader{
	position: relative;
	top: -6px;
}
#rightPicHeader{
	position: relative;
	top: 10px;
	left: 202px;
	width: 718px;
	height:119px;
	overflow: hidden;
	/*background-image: url(images/picHeader01_09.jpg);*/
	background-repeat: no-repeat;
	background-position: left top;
}
/* ------------------------ picHeader End ------------------------ */
/* ------------------------ subNavi ------------------------ */
#subNavi{
	position: relative;
	text-align: right;
	/*border-top: 1px solid #00389A;*/
	margin-bottom: 10px;
	margin-top: 10px;
}
* html #subNavi{
	margin-top: 5px;
}
#subNavi li{
	list-style-image: none;
	list-style-type: none;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
}
* html #subNavi li{
	padding-bottom: 1px;
}
#subNavi ul{
	padding: 0px;
	margin: 0px;
}
#subNavi a{
	border-bottom: 1px solid #00389A;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	text-decoration: none;
	display: block;
	color: #686E6E;
	background-color: #FFFFFF;
}
#subLev1 a{
	font-weight: bold;
}
#subLev1 a:hover{
	background-color: #D4E0F6;
	/*font-weight: bold;*/
	color: #686E6E;
}
#subLev1 .subLev1Active a{
	background-color: #D4E0F6;
}
/*#subLev2, #subLev2 li, #subLev2 li a, #subLev2 a*/
#subLev2 li a{
	background-color: #FFFFFF;
	font-weight: normal;
	background-image: url(images/spacer_white.gif);
	background-repeat: repeat;
}
#subLev2 a{
	padding-right: 30px;
	background-color: #ffffff;
	font-weight: normal;
	color: #686E6E;
}
#subLev2 a:hover, #subLev2 .subLev1Active a{
	background-color: transparent;
	/*font-weight: bold;*/
	color: #00389A;
	background-image: url(images/spacer_white.gif);
	background-repeat: repeat;
}
#subLev3 a{
	padding-right: 50px;
	color:#686E6E !important;
}
#subLev3 a:hover, #subLev3 .subLev1Active>a{
	color:#00389A !important;
}
#subLev4 a{
	padding-right: 70px;
	color:#9A9E9E !important;
}
#subLev4 a:hover, #subLev4 .subLev1Active a{
	/*font-weight: bold;*/
	color:#557ABC !important;
}
/* ------------------------ subNavi End--------------------- */
/* ------------------------ mainContent ------------------------ */
#mainContent{
	position: relative;
	width: 920px;
	top: 125px;
	clear: both;
}
* html #mainContent{
	top: -6px;
}
#leftColumn{
	position: relative;
	float: left;
	width: 200px;
	/*margin-top: 13px;*/
	margin-top: -2px;
}
*+html #leftColumn{
	margin-top: 12px;
}
* html #leftColumn{
	margin-top: 4px;
}
.teaserLeft, .teaserRight{
	background-color: #00389A;
	width: 185px;
	padding: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #ffffff;
	text-align: right;
	padding-top: 1px;
	padding-bottom: 10px;
}
* html .teaserLeft, * html .teaserRight{
	padding-top: 5px;
}
#datenService{
	background-image: url(images/service_back.gif);
	background-repeat: no-repeat;
	background-position: left bottom;	
}
#datenProjekte{
	background-image: url(images/projekte_back.gif);
	background-repeat: no-repeat;
	background-position: left bottom;	
}
.teaserRight{
	text-align: left;
	padding-right: 5px;
	padding-left: 10px;
	width: 170px;
	margin-top: 9px;
}
.teaserLeft h1,.teaserRight h1{
	font-size: 18px;
	font-weight: bold;
}
.teaserLeft li,.teaserRight li{
	list-style-image: none;
	list-style-type: none;	
}
.teaserLeft a,.teaserRight a{
	color: #ffffff;
}
.teaserLeft a:hover,.teaserRight a:hover{
	color: #D4E0F6;
}
#searchFieldMini{
	border: 1px solid #000000;
	background-color: #D4E0F6;
	font-size: 10px;
}
#searchButtonMini{
	border: 1px solid #000000;
	background-color: #D4E0F6;
	font-size: 10px;
} 
#content{
	position: relative;
	margin: 0px auto 1px;
	padding: 0px;
	padding-bottom: 30px;
	width: 496px;
	line-height: 18px;
	overflow: hidden;
}
*+html #content{
	margin-top:10px;
}
#content h1, #content h2{
	padding-top: 15px;
	font-size: 18px;
	font-weight: bold;
	color: #00389A;
}
#content h3{
	font-size: 14px;
	color: #00389A;
}
#content hr{
	height: 1px;
	color: #00389A;
	font-size: 1px;
	width: 495px;
	border: 0px;
	border-bottom: 1px solid #00389A;
}
#content img{
	/*border: 1px solid #00389A;*/
}
#contentGewerbe .table{
	/*border: 1px solid #ff00ff;*/
	width: 230px;
}
#content a, .celmenu{
	text-decoration: underline;
}
#rightColumn{
	position: relative;
	float: right;
	width: 185px;
	margin-top: -2px;
	overflow:hidden;
}
* html #rightColumn{
	margin-top: 0px;
}
*+html #rightColumn{
	margin-top: 13px;
}
#lurTeaser{
	background-image: url(images/lur2_back.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#airportTeaser{
	background-image: url(images/bbi_back.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#kkTeaser{
	background-image: url(images/kk_back.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#partnerTeaser{
	overflow: hidden;
}
/*.myTable table{
	border-left: 1px solid #D4E0F6;
	border-top: 1px solid #D4E0F6;
}
.myTable td{
	border-right: 1px solid #D4E0F6;
	border-bottom: 1px solid #D4E0F6;
}*/
.contenttable { border-collapse: collapse; }
.contenttable td, .contenttable th{
	border: 1px solid #D4E0F6;
	border-collapse: collapse;
	vertical-align: top;
}
.drei-spalten td, .drei-spalten th{
	width:33%;
}
.tr-even { background-color: #E5ECF6; }
.sitemap1{
	padding-left: 20px;
	font-weight: bold;
	background-color: #00389A !important;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	text-decoration: none;
}
.sitemap2{
	padding-left: 40px;
	/* background-color: #B7DB4C; */
	background-color: #CCCCCC;
	border-bottom: 1px solid #ffffff;
	color: #000000;
	text-decoration: none;
}
.sitemap3{
	padding-left: 60px;
	/* background-color: #CCE57F; */
	background-color: #E5E3E3;
	border-bottom: 1px solid #ffffff;
	color: #000000;
	text-decoration: none;
}
.sitemap4{
	padding-left: 80px;
	background-color: #E0F0B2;
	border-bottom: 1px solid #ffffff;
	text-decoration: none;
}
.sitemap5{
	padding-left: 100px;
	background-color: #D4E0F6;
	border-bottom: 1px solid #ffffff;
	text-decoration: none;
}
#printButton{
	width: 18px;
	height: 18px;
	position: absolute;
	left: 700px;
	top: 17px;
	z-index: 300;
}
*+html #printButton{
	top: 27px;
}
#printButton img{
	border: 0;
}
#content input, #content textarea{
	background-color: #D4E0F6;
	border: 2px solid #00389A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 280px;
}
#content select{
	background-color: #D4E0F6;
	border: 2px solid #00389A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 280px;
}
#content .sendButton, #content .selectElem{
	width: 284px;
}
* html #content .sendButton, * html #content .selectElem{
	width: 286px;
}
.toTopDiv{
	margin-top: 20px;
}
.sendButtonAncor{
	background-color:#D4E0F6;
	border:2px solid #00389A;
	color:#000000;
	display:block;
	font-size:11px;
	text-align:center;
	text-decoration:none !important;
	width: 280px;
	cursor: default;
	margin-left: 62px;
}
.nlEditLabel {
	width:56px;
}
.sendButtonAncor:hover{
	color:#000;
}
#c6419 dl { height:150px; }
/* ------------------------ mainContent End ------------------------ */
/* ------------------------ News Start ---------------------- */
.news-list-container{
	overflow:hidden;
}
.news-list-item{
	clear:both !important;
}
.news-list-item h3{
	font-size: 10px;
	padding: 0;
	margin: 0;
	margin-bottom: 2px;
}
.news-list-item img{
	float: left;
	margin-right: 10px;
}
#content .news-list-textholder{
	float:right;
	width:365px;
}
#aktuellesTeaser{
	background-color: #82A6E4 !important;
}
#aktuellesTeaser .news-list-item img{
	display: none;
}
.news-list-item p{
	padding: 0;
	margin: 0;
}
.news-list-item h3 a, .news-list-item h3 a:hover{
	display: block;
	background-color: #82A6E4;
	color: #ffffff;
	text-decoration: none !important;
	font-size: 10px;
}
#content .news-list-item h3 a{
	padding: 0 5px 0 5px;
}
.news-list-date{
	font-size: 9px;
	text-align: right;
	font-weight: normal;
	width: 100%;
	display: block;
}
#aktuellesTeaser .news-list-date{
	text-align: left;
}
.news-list-morelink{
	
}
.news-list-morelink a{
	display: inline;
	background-color: #ffffff;
	color: #003695;
}
#aktuellesTeaser .news-list-morelink a{
	display: inline;
	background-color: transparent;
	color: #ffffff;
}
#aktuellesTeaser .news-list-morelink{
	padding-bottom: 15px;
}
.clearer{
	height: 1px;
	color: #ffffff;
	background-color: #ffffff;
	border-bottom: 1px solid #ffffff;
	display:none;
}
.news-list-browse{
}
.news-single-item{
	width: 496px;
}
.news-single-timedata,.news-single-author{
	display: none;
}
/* ------------------------ News Start ---------------------- */
