html {
	font-size:9pt;

}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	text-align: center;
}

#distance { 
	width:1px;
	height:50px;
	margin-bottom:-280px; /* half of container's height */
	float:left;
	}

/* div areas */

#container{
	margin:0 auto; 
	position:relative; /* puts container in front of distance */
	text-align:left;
		width:1000px;
		background-repeat:no-repeat;
		height:574px;
		position:relative;
}

/* front page */
#front_page {
	margin:0;
	padding:0;
	font-weight:bold;
	width:1024px; 
	height:570px; 
	background-color:#fff;
	background-image:url('grafix/front_bg.jpg'); 
	background-repeat:no-repeat; 
	background-position:bottom right;
	text-align: left;
}

#front_header {
		width:992px; 
		height:155px; 
		/* background-image:url('grafix/front_top.jpg');  */
		float:left;
}

#border_right {
		width:32px; 
		height:550px; 
		background-image:url('grafix/right_bg.jpg');
		float:right;
}

#front_content {
		float:left;
		position:relative;
		width:992px; 
		height:420px; 
		background-image:url('grafix/left_bg.jpg');
		background-repeat: repeat-y; 
}

.submenu {
	position:absolute; 
	bottom:333px;
	display:none;
	color:#005A34;
}

.submenu a {
	color:#005A34;
	text-decoration:none;
}

.front_menu {
	position:absolute; 
	top:240px;
	text-align: center;
	display:block;
	width:110px;
	height:25px;
	color:#005A34;
	text-decoration:none;
}

a.front_menu:hover{
	background-image:url('grafix/arrow.gif');
	background-repeat:no-repeat;
	background-position:bottom center;
	color:#999; 
}

/* content pages */
#header {
	width:1024px; 
	height:141px; 
	background-image:url('grafix/top.jpg');
	background-repeat: no-repeat;
}

#content {
	width:1024px; 
	background-image:url('grafix/content_bg.jpg'); 
	background-repeat: repeat-y; 
	height:350px;
}

/* menues */

.top_menu {
	font-weight:bold;
	width:90px;
	position:absolute; 
	top:30px;
	text-align: center;
	height:30px;
	color:#FFFFFF;
	text-decoration:none;
	left:70px;
}

a.top_menu:hover{
	color:#AEDACD; 
}
a.top_menu_active {
	background-image:url('grafix/arrow_white.gif');
	background-repeat:no-repeat;
	background-position:bottom center;
	color:#FFF; 
}


#menu_left {
	position:absolute;
	left:1px;
	width:220px;
  	height:350px;
	z-index:3;
  /*	 height:auto !important;  */ /* für moderne Browser */
  /*	 height:350px; */  /*für den IE */
}

/* content */
#content_right {
	width:760px; 
	height:350px; 
	position:absolute;
	left:200px;
	overflow: auto;
	padding: 0 15px;
}

#content_right a img {
	border-color:#005A34;
}

#content_right td { 
  vertical-align:top;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:9pt;
}

#content_right td.bg_left { 
	padding:0 40px 0 0; 
	text-align:right;
  	background-image:url('grafix/content_left_bg.jpg');
  	background-repeat:no-repeat;
  	background-position:top right;
	width:250px;
}

#content_right h1 { 
	color:#999;
	font-size:16pt;
	font-weight:normal;
	margin:0 -20px 0 0;
}

#content_right h2 { 
	color:#017E60;
	font-size:12pt;
	margin:3px -20px 3px 0;
}

#content_right h3 { 
	font-size:10pt;
	margin-bottom:5px;
	padding-top:40px; 
}

#content_right h4 { 
	font-size:9pt;
	margin-bottom:5px;
}

#content_right em { 
	font-weight:bold;
}
#content_right a{
	color:#017E60;
	text-decoration: none; 
}

