@charset "UTF-8";

/**************** MAIN STUFF *************/

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#7492b8;
}

img{
  	border:0;
}

#container {
	left:0px;
	padding-left: 22px;
	background-color: #FFF;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-y;
	width: 1044px;
	position: relative;
	min-height: 96%;  /* blue border on the bottom of the page */
	margin-bottom: -20px;
}

* html #container {
	height: 96%; /* blue border on the bottom of the page */
}

/**************** CONTAINER SHADOWS *************/

#shadow_top {
	background-image:url(images/shadow_top.jpg); 
	background-repeat: repeat-x;
	width: 1030px;
	height: 20px;
	position: relative;
	left: 20px;
	z-index: 1;
}

#shadow_bottom {
	background-image:url(images/shadow_bottom.jpg); 
	background-repeat: repeat-x;
	width: 1030px;
	height: 20px;
	position: relative;
	left:20px;
	margin-top: 1px;
	z-index: 1;
}

#shadow_upper_left_corner {
	background-image:url(images/shadow_upper_left_corner.jpg); 
	background-repeat: no-repeat;
	position: absolute;
	width: 20px;
	height: 20px;
	z-index: 10;
	top: 10px;
	left: 10px;
}

#shadow_upper_right_corner {
	background-image:url(images/shadow_upper_right_corner.jpg); 
	background-repeat: no-repeat;
	position: absolute;
	width: 20px;
	height: 20px;
	z-index: 10;
	top: 10px;
	left: 1040px;
}

#shadow_lower_left_corner {
	background-image:url(images/shadow_lower_left_corner.jpg); 
	background-repeat: no-repeat;
	position: relative;
	width: 20px;
	height: 20px;
	z-index: 10;
	top: -30px;
	left: 10px;
}

#shadow_lower_right_corner {
	background-image:url(images/shadow_lower_right_corner.jpg); 
	background-repeat: no-repeat;
	position: relative;
	width: 20px;
	height: 20px;
	z-index: 10;
	top: -50px;
	left: 1040px;
}

/**************** LOGO *************/

#logo {
	background-color:#FFF;
	height: 142px;
	width: 320px;
	position: relative;
	top: 0px;
	left: 0px; 
}

/**************** HEADER *************/

#header {
	background-image:url(images/header_1.jpg);
	background-color: #fff;
	height: 154px;
	width: 1024px;
	position: relative;
}

#headerbildlinks {
	height: 117px;
	width: 288px;
	position: absolute;
	top: 36px;
	left: 0px;
	overflow:hidden;
}

#headerbildrechts {
	height: 117px;
	width: 174px;
	position: absolute;
	top: 36px;
	left: 851px;
	overflow:hidden;
}

#headerbildmitte {
	height: 117px;
	width: 557px;
	position: absolute;
	top: 36px;
	left: 291px;
	overflow:hidden;
}

/**************** MAIN NAVI *************/

#nav1 {
	height: 34px;
	width: 137px;
	position: absolute;
	left: 291px;
	top: 0px;
}

#nav2 {
	height: 34px;
	width: 137px;
	position: absolute;
	left: 431px;
	top: 0px;
}

#nav3 {
	height: 34px;
	width: 137px;
	position: absolute;
	left: 571px;
	top: 0px;
}

#nav4 {
	height: 34px;
	width: 137px;
	position: absolute;
	left: 711px;
	top: 0px;
}

/**************** SUB NAVI 1 SPECIALS *********/

#currentsubmenu {
    color: #003366;
}

/**************** CONTENT COLUMNS *************/

#sidebarLeft {
	width: 260px;
	position: relative;
	left: 13px;
	top: 34px;
	padding-bottom: 20px;
}

#content {
	float: right;
	width: 525px;
	position: relative;
	left: /*-33px;*/-58px;
	top: 34px;
	padding-bottom: 20px;
}

#sidebarRight {
	float: right;
	width: 150px;
	position: relative;
	left: -7px;
	top: 34px;
	padding-bottom: 20px;
}

/**************** FOOTER *************/

#footerwrap {
	height: 15px;
	background: #fff;
	position: relative;
	width: 288px;
	background-image:url(images/footer_bg.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:9px;
	color:#666;
	margin-left: 22px;
	text-align: center;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	z-index: 20;
}

#clearfooter {
	height: 30px;
	width: 100%;
	clear: both;
}

/**************** TEASER *************/

.teasertitel {
	background-image:url(images/teaser_head.jpg);
	background-position: left;
	background-color: #ccc;
	border-left:#999 thin solid;
	border-right:#999 thin solid;
	border-top:#999 thin solid;
	padding-left: 28px;
	padding-right: 10px;
	padding-top: 4px;
	margin-left: 13px;
	height: 19px;
	width: 192px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#666;
	/* overflow:hidden; */
}

.teaserheadline {
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	margin-left: 13px;
	background-color: #FFF;
	border-left:#999 thin solid;
	border-right:#999 thin solid;
	width: 210px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	color:#003366;
}

.teasertext {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 10px;
	margin-left: 13px;
	background-color:#FFF;
	border-left:#999 thin solid;
	border-right:#999 thin solid;
	width: 210px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	line-height: 20px;
	color:#666;
}
.teasertext a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	text-decoration: underline;
	color:#003366;
}

.teasertext a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	text-decoration: underline;
	color:#003366;
}

.teasertext a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	text-decoration: none;
	color:#003366;
}

.teasertext a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	text-decoration: none;
	color:#003366;
}

.teasertext a:focus {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	text-decoration: none;
	color:#003366;
}


.teaserfooter {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	margin-bottom: 20px;
	margin-left: 13px;
	border-bottom:#999 thin solid;
	border-left:#999 thin solid;
	border-right:#999 thin solid;
	background-color:#CCC;
	height: 20px;
	width: 210px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#003366;
}

.teaserfooter a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	text-decoration: underline;
	color:#003366;
}

.teaserfooter a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	text-decoration: underline;
	color:#003366;
}

.teaserfooter a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	text-decoration: none;
	color:#003366;
}

.teaserfooter a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	text-decoration: none;
	color:#003366;
}

.teaserfooter a:focus {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	text-decoration: none;
	color:#003366;
}
