/* general reset ********************************************************************************/
		* {
			margin:0;
			padding:0;
			font: normal normal 12px/1.5em Verdana, Sans-serif;
			color:Black;
		}
/* basic layout *********************************************************************************/
		body {
			background: #A8BBC7 url(img/bg_body.gif) repeat-x;
		}

		#page {
			margin: 0 auto;
			min-width: 780px;
			width: 90%;
		}

		#header {
			height: 108px;
			background: url(img/logo_header.gif) 20px bottom no-repeat;
			padding-left: 125px;
			overflow: hidden;
		}

		#header #topnav {
			height: 18px;
			background: #385C76 url(img/bg_topnav.gif) top repeat-x;
			border-bottom: 2px solid #7C848B;
			overflow: visible;
			float: right;
			padding-right: 20px;
		}

		#nav {
			height:29px;
			background: #80d0ef url(img/bg_nav.gif) repeat-x 50% top;
			border-top: 1px solid white;
			border-bottom: 1px solid white;
			overflow: hidden;
		}
		#nav ul {
			margin-left: 110px;
		}

		#main {
			clear: left;
			border: 1px solid #33556D;
			border-top-width: 0;
			background: white url(img/bg_main_transparent.png) top repeat-x;
		}

		#col1 { /* left */
			float: left;
			width: 200px;
		}
		#col1_content {
			margin: 0 3px;
			background-color: #F6F6F6;
		}
		#col1_content div {
			border-bottom: 3px solid white;
		}
		#col1_content #image_container {
			height: 372px;
			background: url(img/hoch_b1a.jpg) center top no-repeat;
			padding: 0!important;
		}

		#col2 { /* right */
			float:right;
			width: 20%;
		}
		#col2_content {
			margin: 0 3px;
			height: 100%;
		}
		#col2_content.green {
			background: #E7F3C8 url(img/bg_main_green.gif) top repeat-x;
		}

		#col2_content div {
			border-bottom: 3px solid white;
		}

		#col3 { /* center main-content */
			margin-left: 200px;
			margin-right: 20%;
			border-left: 1px solid #B0BDC6;
			border-right: 1px solid #B0BDC6;
			background: white url(img/bg_main_white.gif) top repeat-x;
			border-bottom: 1px solid white;
		}
		#col3.no_col2 {
			margin-right: 3px;
		}
		#col3_content {
			padding: 1em 0 20px;
		}
		#col3_content:after {
			content: ".";
			display: block;
			height: 0px;
			line-height: 0pt;
			margin-bottom: -16px; /* Opera */
			margin-bottom: -22px; /* FF & Safari*/
			margin-bottom: 0; /* kein Ausgleich der Schrifth?he */
			clear: both;
			visibility: hidden;
		}

		#col3 img {
			margin: 0.2em 15px 15px;
			padding: 3px;
			border: 1px solid #B0BDC6;
			background: white;
		}
		#col3 .float_right {
			float: right;
		}
		#col3 .float_left {
			float: left;
		}
		#col3 table td {
			vertical-align: top;
		}

		#ie_clearing {
			display: none
		}

		#footer {
			clear:both;
			background: #385C76 url(img/bg_topnav.gif) bottom repeat-x;
			border-top: 1px solid #B0BDC6;
			overflow: hidden;
		}

/* nav mainmenu ********************************************************************************/
		#nav li {
			float: left;
			list-style: none;
		}
		#nav li a:link, #nav li a:visited {
			display:block;
			padding: 6px 15px;
			font:normal bold 14px/normal Verdana, sans-serif;
			color: white;
			text-decoration: none;
			text-transform: uppercase;
		}
		#nav li a:hover, #nav .active {
			background-color: #87CEED;
		}
		#nav li a:active {
			background-color: #8FD8F5;
		}

