/*HTML TAGS*/
html, body {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-position: left;
	background-repeat: repeat-y;
	background-image:url(../images/bg_main.gif)
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #269dde;
	text-decoration: underline;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 17px;/**/
}
img {
	border: 0;
}
input.pollsubmit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #666666;
	cursor: hand;
	border: none;
}
input.searchfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #FFFFFF;
	color: #666666;
	cursor: hand;
	border: none;
	padding-left: 3px;
}
input.searchsubmit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #269dde;
	cursor: hand;
	border: none;
}
input {
	/*border: solid 1px #8c8d8e;*/
}
hr {
	color: #8c8c8e;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	line-height: 17px;
}
th {
	font-weight: bold;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 3px;
}
/*td {
	height: 20px;
}*/
div {
	font-size: 11px;
	color: #666666;
}
/*HOLDER DIV's*/
#hldr_header {
	width: 781px;
	height: 90px;
	background-image: url(../images/logobalken.gif);
	background-repeat: no-repeat;
}
#hldr_searchbox {
	position: absolute;
	height: 20px;
	/*left: 474px;*/
	left: 550px;/**/
	top: 10px;
	width: 222px;
	text-align: right;
}
	#searchbox_txt{
		float: left;
	}
	#searchbox_field{
		float: left;
	}
	#searchbox_btn {
		float: left;
	}
#hldr_menuadd {
	position: absolute;
	height: 17px;
	left: 371px;
	top: 13px;
	width: 170px;
	text-align:right;
	font-weight: bold;
}
#hldr_printbtn {
	position: absolute;
	top: 69px;
	left: 760px;
}
#hldr_menuDis {
	width: 589px;
	height: 25px;
	background-color: #fcfcfd;/**/
	background-image: url(../images/bg_menuSub.gif);
	background-repeat: no-repeat;
	background-position: 1px;
	left: 190px;
	top: 90px;/**/
	position: absolute;
	border-top: 1px solid #8b8c8d;
	border-right: 1px solid #8b8c8d;
	border-bottom: none;
	border-left: 1px solid #8b8c8d;
}
/*BEGINN: STAR HACK FÜR IE*/
  * html #hldr_menuDis {
	width: 591px; 
  }

#hldr_menuHome {
	width: 589px;
	height: 25px;
	background-color: #fcfcfd;/**/
	background-image: url(../images/bg_menuSub.gif);
	background-repeat: no-repeat;
	background-position: 1px;
	left: 190px;
	top: 90px;/**/
	position: absolute;
	border-top: 1px solid #8b8c8d;
	border-right: 1px solid #8b8c8d;
	border-bottom: none;
	border-left: 1px solid #8b8c8d;
}
/*BEGINN: STAR HACK FÜR IE*/
  * html #hldr_menuHome {
	width: 591px; 
  }
/*END: STAR HACK FÜR IE*/
#hldr_menuDisSub {
	width: 589px;
	background-repeat: no-repeat;
	background-position: 1px;
	left: 190px;
	top: 115px;/**/
	position: absolute;
}

#hldr_menuTop {
	position: relative;
	/*top: 90px;*/
	left: 0px;
	width: 177px !important;
	width: 190px;
	/*height: 306px;*/
	background-image: url(../images/bg_menu.gif);/**/
	background-repeat: repeat-y;
	padding-left: 13px;
	padding-bottom: 105px;
}
	
	#hldr_menuTop div.menuTop-level-1 a,
	#hldr_menuTop div.menuTop-level-2 a,
	#hldr_menuTop div.menuTop-level-3 a {
		display: block;
		height: auto !important;
		height: 1px;
		border-bottom: 1px solid #fff;
		font-size: 12px;
		text-decoration: none;
		font-weight: bold;
	}

	#hldr_menuTop div.menuTop-level-1 a {
		width: 167px !important;
		width: 177px;
		padding: 4px 5px 6px 5px;
		background: #35a4df url(../images/menuTop_bg.gif) repeat-x 0 0;
		color: #fff;
	}
	
	#hldr_menuTop div.menuTop-level-1-act a,
	#hldr_menuTop div.menuTop-level-1 a:hover {	
		background: #0d61c2 url(../images/menuTop_bg_hover.gif) repeat-x 0 0;
	}
	
	#hldr_menuTop div.menuTop-level-2 a {
		width: 167px !important;
		width: 177px;
		padding: 2px 5px 6px 5px;
		background: #dce9ef;
		color: #4d7fb5;
	}
	
	#hldr_menuTop div.menuTop-level-2-act a,
	#hldr_menuTop div.menuTop-level-2 a:hover {
		background: #c6e2ef;
		color: #0d5eb5;
	}
	
	#hldr_menuTop div.menuTop-level-3 a {
		width: 155px !important;
		width: 177px;
		padding: 2px 5px 6px 17px;
		background: #d2dee4;
		color: #4d7fb5;
	}
	
	#hldr_menuTop div.menuTop-level-3-act a,
	#hldr_menuTop div.menuTop-level-3 a:hover {
		background: #acdaef;
		color: #0d5eb5;
	}

#hldr_menu {
	position: relative;
	/*top: 90px; aoechslin*/
	/*top: 396px;*/
	left: 0px;
	width: 190px;
	background-image: url(../images/bg_menu.gif);/**/
	background-repeat: repeat-y;
	/*padding-top: 25px;*/
}
#hldr_content {
	position: absolute;
	top: 170px;
	width: 529px;
	left: 221px;
	vertical-align: top;
}
.bg_3col {
	background-image: url(../images/bg_3col_temp.gif);
	background-repeat: repeat-y;
	height: 950px;/**/
	background-position: 176px;
	border-left: dashed 1px #cccccc;
	border-right: dashed 1px #cccccc;
}
.bg_3col_ftr {
	border: dashed 1px #cccccc;
	font-weight: bold;
	padding: 3px;
}

/*Banner ---------------------------------------------------------------------------*/
#hldr_banner {
	position: absolute;
	top: 90px;
	left: 790px;
	width: 162px;
	/*background-color: #FFFFCC;*/
	border: solid 1px #8c8d8e
}
#hldr_banner_ti {
	color: #666666;
	font-weight: bold;
	text-align: right;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#banner {
	color: #666666;
	font-weight: bold;
	text-align: left;
	padding-bottom: 5px;
}
/**/
#hldr_content_colLeft {
	position: absolute;
	top: -3px;
	left: 0px;
	width: 170px;
}
/*BEGINN: STAR HACK FÜR IE*/
  * html #hldr_content_colLeft {
	top: 0px; 
  }
/*END: STAR HACK FÜR IE*/
#hldr_content_colRight {
	position: absolute;
	top: -3px;
	left: 192px;
	width: 340px;
}
/*BEGINN: STAR HACK FÜR IE*/
  * html #hldr_content_colRight {
	top: 0px; 
  }
/*END: STAR HACK FÜR IE*/


/*FCE HOME ---------------------------------------------------------------------------*/
.fce_container_home {
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 0px;
	position: relative;
	vertical-align: top;
}
.fce_container_home_ti {
	position: relative;
	background-color: #269dde;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	padding: 2px;
}
.fce_container_home_ct {
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	/*padding-top: 13px;*/
	padding-bottom: 0px;
	padding-left: 2px;
	padding-right: 2px;
	top: -5px;/**/
}
/*BEGINN: STAR HACK FÜR IE*/
  * html .fce_container_home_ct {
	top: -10px;
  }
/*END: STAR HACK FÜR IE*/

/*3COL TEMP---------------------------------------------------------------------------*/
#hldr_content_3_colLeft {
	position: absolute;
	top: -3px;
	left: 0px;
	width: 176px;
}
/*BEGINN: STAR HACK FÜR IE*/
  * html #hldr_content_3_colLeft {
	top: 0px; 
  }
/*END: STAR HACK FÜR IE*/



#hldr_content_3_colCenter {
	position: absolute;
	top: -3px;
	left: 177px;
	width: 175px;
}
/*BEGINN: STAR HACK FÜR IE*/
  * html #hldr_content_3_colCenter {
	top: 0px; 
  }
/*END: STAR HACK FÜR IE*/

#hldr_content_3_colRight {
	position: absolute;
	top: -3px;
	left: 353px;
	width: 176px;
}
/*BEGINN: STAR HACK FÜR IE*/
  * html #hldr_content_3_colRight {
	top: 0px; 
  }
/*END: STAR HACK FÜR IE*/


/*2COL TEMP---------------------------------------------------------------------------*/
.bg_2col {
	background-image: url(../images/bg_2col_temp.gif);
	background-repeat: repeat-y;
	height: 1550px;/**/
	background-position: 176px;
	border-left: dashed 1px #cccccc;
	border-right: dashed 1px #cccccc;
}


#hldr_content_2_colLeft {
	position: absolute;
	top: -3px;
	left: 0px;
	width: 352px;
}
/*BEGINN: STAR HACK FÜR IE*/
  * html #hldr_content_2_colLeft {
	top: 0px; 
  }
/*END: STAR HACK FÜR IE*/


#hldr_content_2_colRight {
	position: absolute;
	top: -3px;
	left: 353px;
	width: 176px;
}
/*BEGINN: STAR HACK FÜR IE*/
  * html #hldr_content_2_colRight {
	top: 0px; 
  }
/*END: STAR HACK FÜR IE*/



/*NEWS---------------------------------------------------------------------------*/
.news-list-item {
	padding-top: 0px;
	padding-bottom: 10px;
}
.news-list-item-home {
	padding-top: 15px;
}

.news-list-item a{
	font-size: 10px;
}
.news-single-imgcaption {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 13px;
}
.news-single-backlink a{
	font-size: 10px;
}



/*EVENTS---------------------------------------------------------------------------*/
.single_event {
	margin-bottom: 20px;
}
.event_title {
	margin: 10px 0px 10px;
	color: #269dde;
	font-weight: bold;
}
.event_upcoming {
	margin: 5px;
	color: #269dde;
	font-weight: bold;
}
.event_title_upcoming {
	margin-bottom: 5px;
}
.event_description {

}
.event_location {
	
}
.event_date_time {

}
.event_border {
	height: 1px; 
	border-top: solid 1px #CCCCCC;
}


/*TEAM---------------------------------------------------------------------------*/
.region_title {
	margin: 10px 0px 10px;
	color: #269dde;
	font-weight: bold;
}
.department {
	margin: 5px;
	color: #269dde;
	font-weight: bold;
}

/*TABLE STYLE WITH BORDERS---------------------------------------------------------------------------*/
.tbl_with_borders {
	/*border-bottom: solid 1px #269dde;*/
}

tbody.tbl_with_borders td{
	border-bottom: solid 1px #269dde;
	height: 20px;
	font-size: 10px;
	vertical-align: middle;

}
tbody.td {
}
/*FORM STYLES ---------------------------------------------------------------------------*/
form.adv td {
	padding-bottom: 7px;
}
.txtfield {
	border: solid 1px #8e8d8c;
	height: 18px;
}
.btn {
	border: solid 1px #269dde;
	background-color: #dedfdf;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #269dde;
}
