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

body > .MainContainer {
    height: auto;
    min-height: 100%;
}
/*
#footer {
    position: relative;
	margin-top: -150px;
	height: 150px;
	clear:both;
}
*/
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size:13px;
	font-weight: normal;
	text-align: center; 
	vertical-align: top;
	color: #fff;
	line-height: 20px;
/*
	height: 100%;
*/
	margin: 0px;
	background: #1e89ab url(../images/navigation/background_page_content.jpg) repeat-x top;
}
img, div {
   behavior: url(iepngfix.htc);
}
A:Link, A:Visited {
	color: #fff;
	text-decoration: none;
}
A:Hover {
	color: #fff;
	text-decoration: none;
}
#main {
	padding-bottom: 135px;
}  /* Muss genau so hoch sein wie der Footer */

#MainContainer {
	width: 984px;
/*	
	height:;
*/
	border: 0px solid #797979;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.clearfix:after {
    content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Bereich nicht für IE-mac Anfang \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* Bereich nicht für IE-mac Ende */
/* --- MAIN MENU -- */

.MainMenuContainer {
	width: 984px;
	height: 75px;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
	font-size: 18px;
	font-weight: lighter;
	text-align: center;
	text-transform: uppercase;
	position: relative;
}
	* html .MainMenuContainer {
		width: 984px;
		height: 75px;
		padding: 0;
		font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
		font-size: 18px;
		font-weight: lighter;
		text-align: center;
		text-transform: uppercase;
	}

.MainMenuContainer ul {
	/*
	position: absolute;
	*/
	height: 30px;
	position: relative;
	top: 57px;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 10;
}
	* html .MainMenuContainer ul {
		/*
		position: absolute;
		*/
		height: 30px;
		position: relative;
		top: 81px;
		margin: 0;
		padding: 0;
		list-style: none;
		z-index: 10;
	}
.MainMenuContainer ul li {
	padding: 0 20px 10px 10px;
	display: inline;
	border: 0px solid #fff;
}

.MainMenuContainer ul li A.MainMenuItem {
	color: #fff;
	text-decoration: none;
	border: none;
}
.MainMenuContainer ul li A.MainMenuItem:Visited {
	color: #fff;
	text-decoration: none;
}
.MainMenuContainer ul li A:Hover {
	color: #144d5f;
	text-decoration: none;
}
.MainMenuContainer ul li A.MainMenuItemActive, .MainMenuContainer ul li a#current {
	padding: 0 0 10px;
	color: #144d5f;
	text-decoration: none;
	border: none;
	background: url(../images/navigation/mainmenu_activemarker.gif) bottom center no-repeat;
}
/* -- SUB MENU -- */
#SubMenu {
	float: left;
	width: 230px;
	padding: 10px 30px 10px 10px;
}
	* html #SubMenu {
		float: left;
		width: 300px;
		padding: 0px 10px 10px 30px;
	}
#SubMenu ul {
	line-height: 35px;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}
#SubMenu ul li {
	display: block;
}

#SubMenu ul li A {
	color: #FFF;
	text-decoration: none;
	display: block;
}

#SubMenu ul li A.SubMenu:Visited {
	color: #FFF;
	text-decoration: none;
}
#SubMenu ul li A:Hover {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}

#SubMenu ul li A.SubMenuActive, #SubMenu ul li  a#active {
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
#SubMenu ul ul {
	margin: 0;
	padding: 0 10px 0 0;
	list-style: none;
	line-height: 25px;
	border-right: 1px dotted #a8d9ea;
}

#SubMenu ul ul li A {
	color: #a8d9ea;
	text-decoration: none;
	
}#SubMenu ul ul li A:Visited {
	color: #a8d9ea;
	text-decoration: none;
}
#SubMenu ul ul li A:Hover {
	color: #fff;
	text-decoration: none;
}
#SubMenu ul ul li A.SubMenuActive, #SubMenu ul ul li  a#subactive {
	color: #929481;
	text-decoration: none;
}
#Content {
	float: left;
	width: 620px;
	padding: 10px 30px 0 30px;
	border-left: 1px dotted #fff;
	/*
	border: 1px dotted #fff;
	*/
}
	* html #Content {
		float: left;
		width: 670px;
		padding: 0px 30px 0 30px;
		border-left: 2px dotted #fff;
		/*
		border: 1px dotted #fff;
		*/
	}

/* --- HEAD BOXES --- */

#posAuto {
	/*
	*/
	position:absolute;
	top: 50%;
	left: 50%;
	width: 900px;
	height: 100px;
	/*
	overflow-x: auto;
	overflow-y: auto;
	*/
	margin-top: -70px;
	margin-left: -450px;
}

.HeadBoxHome {
	position: relative;
	width: 904px;
	border: 0px solid black;
	height: 274px;
	/*
	margin-top: -13px;
	line-height: 120px;
	vertical-align: middle;
	*/
	background: url(../images/navigation/headbox_home.png) no-repeat;
	padding: 40px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #205667;
	/* color: #0085ac; */
	text-shadow: #fff 1px 1px 1px;
	line-height: 20px;
}
	* html .HeadBoxHome {
		width: 984px;
		border: 0px solid black;
		height: 354px;
		background: url(../images/navigation/headbox_home.png) no-repeat;
		padding: 40px;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 18px;
		color: #205667;
		/* color: #0085ac; */
		text-shadow: #fff 1px 1px 1px;
		line-height: 20px;
		position: relative;
		z-index: 9;
	}

.HeadBoxCont {
	width: 904px;
	border: 0px solid black;
	height: 60px;
	/*
	margin-top: -13px;
	*/
	background: url(../images/navigation/headbox_content.png) no-repeat;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #205667;
	/* color: #0085ac; */
	text-shadow: #fff 1px 1px 1px;
	line-height: 35px;
	padding: 55px 40px 35px;
}
	* html .HeadBoxCont {
		width: 984px;
		border: 0px solid black;
		height: 140px;
		background: url(../images/navigation/headbox_content.png) no-repeat;
		padding: 40px;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 24px;
		color: #205667;
		/* color: #0085ac; */
		text-shadow: #fff 1px 1px 1px;
		line-height: 35px;
	}

/* --- HOME COLUMNS --- */

.HomeColumnFirst {
	float: left;
	width: 250px;
	padding: 0 30px 0 40px;
	/*
	border: 1px dotted #fff;
	*/
	border-left: 0px dotted #fff;
}
.HomeColumn {
	float: left;
	width: 250px;
	padding: 0 30px 0 40px;
	border-left: 1px dotted #fff;
}
	* html .HomeColumnFirst {
		float: left;
		width: 320px;
		padding: 0 30px 0 40px;
		/*
		border: 1px dotted #fff;
		*/
		border-left: 0px dotted #fff;
	}
	* html .HomeColumn {
		float: left;
		width: 320px;
		padding: 0 30px 0 40px;
		border-left: 1px dotted #fff;
	}
/* --- FOOTER --- */
#FooterContainer {
/*
	clear: left;
*/
	width: 960px;
	height: 135px;
	margin: -135 auto 0 auto;
	padding-top: 20px;
	background: url(../images/navigation/background_footer.png) no-repeat;
	text-align: center;
	vertical-align: top;
	color: #cbe9f0;
	font: normal 12px Helvetica, Arial, sans-serif;
	text-decoration: none;
	line-height: 20px;
/*	text-shadow: #000000 -1px -1px 1px;*/
    position: relative;
	margin-top: -135px;
	clear:both;

}


A.Footer {
	color: #cbe9f0;
	font-weight: bold;
	text-decoration: none;
}

A.Footer:Visited {
	color: #cbe9f0;
	font-weight: bold;
	text-decoration: none;
}

A.Footer:Hover {
	color: #FFF;
	text-decoration: none;
}

/* --- FONT DEFINITIONS --- */

strong {
	font-weight: bold;
	}

H1 {
	text-align:;
	color: #205667;
	/* color: #0085ac; */
	font: 24px "Helvetica Neue", Arial, sans-serif;
	font-weight: normal;
	margin-top: 0;
	text-transform: uppercase; 
	text-shadow: #fff 1px 1px 1px;
}

H2 {
	text-align:;
	color: #fff;
	font: 24px "Helvetica Neue", Arial, sans-serif;
	font-weight: normal;
	margin-top: 0;
	line-height: 40px;
/*	text-transform: uppercase; */
/*	text-shadow: #496ab1 -1px -1px 1px; */
}

H3 {
	text-align:;
	color: #fff;
	font: 18px "Helvetica Neue", Arial, sans-serif;
	font-weight: bold;
	margin-top: 0;
/*	text-transform: uppercase; */
/*	text-shadow: #496ab1 -1px -1px 1px; */
}

.FooterText {
	text-align: left;
	color: #89abcd;
	font: 10px Helvetica, Arial, sans-serif;
	text-decoration: none;
	line-height: 10px;
}
