/* CSS Document */
body {
	font-family: Frutiger, Verdana, Arial;
	font-size: 8pt;
	color: #000000;
}

h1 {
	font-size: 9pt;
	font-weight: bold;
}

h2 {
	font-size: 8pt;
	font-weight: bold;
}

.sub {
	color: #7d7d7d;
	font-size: 7pt;
}

td {
	font-size: 8pt;
}

a:link, a:visited, a:active, a:hover {
	
}

#website {
	width: 828px;
	height: 553px;
	position:absolute; 
	left: 50%; 
	top: 50%; 
	margin-left: -414px;  
	margin-top: -276px; 
	background-color: #ffffff;
}

#logo {
	position:absolute;
	left: 0px;
	top: 0px;
	width: 235;
	height: 115;
	cursor: pointer;
}

#navigation {
	position: absolute;
	left: 0px;
	top: 115px;
	width: 235px;
	height: 438px;
	background-color: #7D7D7D;
	float: left;
	color: #FFFFFF;
}

#navigation img {
  border-width: 0px;
}

#content {
	position: absolute;
	left: 235px;
	top: 66px;
	width: 376px;
	height: 467px;
	background-color: #ffffff;
	
	overflow: hidden;
	
	float: right;
	padding:10px;
}

#content_header {
	position: absolute;
	left: 235px;
	top: 0px;
	width: 396px;
	height: 66px;
}

#content_footer {
	position: absolute;
	left: 235px;
	top: 533px;
	width: 396px;
	height: 20px;
}

#right {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 197px;
	height: 553px;
	float: right;
	color: #FFFFFF;
}

.submenu a{
	color: #444444;
	font-size: 8pt;
	padding-left: 40px;
	/* height:0px; */
	overflow:hidden;
	text-decoration: none;
	line-height: 20px;
}

#menu_bottom {
	position: absolute;
	bottom: 25px;
	left: 20px;
	color: #444444;
	font-size: 7pt;
}

#impressum a{
  position: absolute;
	left: 20px;
	bottom: 20px;
	width: 215px;
	height:20px;
	text-decoration: none;
	color: #ffffff;
}

#search {
	position: absolute;
	left: 60px;
	top: 20px;
	width: 100px;
	height: 19px;
	border-width: 1px;
	border-style: solid;
	border-color: #BBBBBB;
	font-size: 7pt;
	color: #666666;
}

.image flLeft {
	float:left;
}

/* Fenster scrollen */

#scrollWindowDiv 
	{
	position:absolute; 
	width:376px; 
	clip:rect(0,376,430,0);
	z-index:1 
	}
#scrollContentDiv 
	{
	position:absolute;
	left:0px;
	top:0px;
	font-family:verdana,helvetica;
	line-height:18px;
	font-size:12px;
	z-index:0;
	width:366px;
	height:1000px;
	}


/* temporär um Textmenü zu ermöglichen 21.08.2007 */

.top_menu a{
	color: #000000;
	font-size: 9pt;
	padding-left: 30px;
	/* height:0px; */
	overflow:hidden;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 5px;
}

.top_menu a:hover{
	color: #000090;
	font-size: 9pt;
	padding-left: 30px;
	/* height:0px; */
	overflow:hidden;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 5px;
	/*background-color: #000099;*/
}

.submenu_current a{
	color: #000090;
	font-size: 8pt;
	padding-left: 40px;
	/* height:0px; */
	overflow:hidden;
	text-decoration: none;
	line-height: 20px;
}

