@charset "utf-8";

/* CSS */


.menu {
	width:800px; 
	font-size:12pt;
	z-index:100;
	position:absolute;
	white-space:nowrap;
}

.menu ul {
	padding:0;
	margin:0;
	margin-left:50px;
	list-style-type:none;
}

.menu li {
	float:left;
	width:92px;
	position:relative;
}

.menu a, .menu a:visited {
	display:block;
	font-size:11px;
	text-decoration:none; 
	width:92px; 
	height:22px;

	color:#000000; 
	background-image:url(../images/style-images/menue.png); 

	padding:0px;
	padding-left:0px; 
	line-height:21px;
}

.menu a span {
	position:absolute;
	width:90px;
	text-align:center;
}

.menu ul ul {
	visibility:hidden;
	
	position:absolute;
	top:22px;
	left:0px; 
	height:0px;
	width:auto;
	
	z-index:1000;
	
	/*background-color:#ff00ff;*/
	
	background:#e4e4e4; 
	border:1px solid #000000;
	
	margin-left:0px;
	padding-top:3px;
	padding-bottom:10px;
}

/* F�r IE7 */
.menu table {position:absolute; top:0; left:0;}
 
 
.menu ul ul li 
{
	display:block;
	width:auto;
	float:none;
	padding:0px;
	margin:0px;
}

.menu ul ul a, .menu ul ul a:visited
{
	background:#e4e4e4; 
	color:#000000; 

	display:block;
	position:relative;
	width:auto;
	height:auto;

	font-size:12px;
	text-align:left;

	margin:0px;
	padding:0px;
	padding-left:7px;
	padding-right:20px;
}

 
/*
.menu a:hover, .menu ul ul a:hover
*/
.menu :hover > a, .menu a.true
{
	color:#ffffff;
	background-image:url(../images/style-images/menue_hover.png);
}

.menu ul li:hover ul,
.menu ul a:hover ul
{
	visibility:visible; 
	height:auto;
}

/* ###################### */
/* ###################### */
/* ###################### */


body{
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#0000;
	font-size:12pt%;
	background:#e4e4e4;
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	position:absolute;	/*
	min-height:600px;
	min-width:480px;
	*/
}

div#header{
	position:absolute;
	width:100%;
	left:0px;
	margin:0px;
	
	/*height:auto;*/
	top:44px;
	clear:both;
	z-index:5;
}

div#headerbar{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	
	height:162px;
	width:800px;
	
	border:none;
}

div#sprachumschaltung
{
	position:absolute;
	top:-40px;
	right:10px;
	display:inline;
	font-size:8pt;
}

#sprachumschaltung li
{
	display:inline;
	margin-left:20px;
}

#sprachumschaltung li a
{
	text-decoration:none;
	color:#000000;
}

#sprachumschaltung li a:hover
{
	color:#ffffff;
}

/* --------- Header --------- */
#headerimage {
	position:relative;
	margin:0 auto;
	width:800px;
	height:140px;
	border-left:0px;
	border-right:0px;
	padding:0px;
	background:url(../images/headerimage.jpg);
}



/* -------- Navigation ---------  */
div#navigation {
	width:800px;
	height:22px;
}

.borderlines {
	border:2px solid #000000;
}

/* ------------ Content ---------- */

div#main{
	position:relative;
	margin:0px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:100%;
	top:0px;
	background-color:#d5d5d5;
	overflow:hidden;
}

div#main #titlediv {
	position:relative;
	left:15px;
	top:233px;
	font-size:22px;
	padding:0px;
	margin:0px;
	z-index:1;
}


p {
	margin-top:0px;
	padding-top:0px;
}

#main img {
	margin-bottom:10px;
	border:1px solid #808080;
}

a {
	text-decoration:none;
}

#main table
{
	border-style:none;
	border-collapse:collapse;
}

#main table.hightable tr
{
	height:40px;	
}

#main table tr
{
	line-height:1.2em;
	height:auto;
}

#main table td, #main table th
{
	border-style:solid;
	border-width:thin;
	border-collapse:collapse;
	padding:2px;
	
	border:0px;
}

#main table td span
{
	display:block;
	margin-left:10px;
	color:#000;
	margin-top:5px;
}


#main table
{
	margin-bottom:10px;
}

#scrollcontainer, #nonscrollcontainer {
	position:absolute;
	width:800px;
	top:275px;
	bottom:67px;
	padding:0px;
	/*background-color:#00ff00;*/
}

#nonscrollcontainer {
	width:350px;
	left:430px;
}

div#main div#scrollcontainer{
	overflow:auto;
}

div#main div#nonscrollcontainer{
	overflow:show;
	
}

div#left, div#right {
	position:relative;
	width:360px;
	top:0px;
	margin:0px;
	padding:0px;
	margin-left:50px;
	margin-right:20px;
	font-size:11px;
}

div#main div#left{
	float:left;
}

div#main div#right {
	float:left;
	width:290px;
	margin-left:20px;
	margin-right:0px;
}

#right ul
{
	margin:0px;
	padding:0px;
	width:300px;
}

#right li div{
	width:30px;
	height:20px;
	position:absolute;
	display:inline;
	border:1px solid #808080;
}



#right li a span
{
	position:relative;
	/*margin-left:40px;*/
	height:20px;
	margin-left:40px;
	width:300px;
	top:3px;
}

#right li {
	list-style:none;
	height:20px;
	margin-bottom:5px;
	overflow:visible;
	padding:0px;
	width:300px;
}


/* ############################## */
/* ############################## */
/* ############################## */


div#main div#centerbar{
	position:relative;
	float:left;
	background-color:#aaaaaa;
	width:1px;
	margin:0px;
	padding:0px;
	margin-left:10px;
	margin-right:9px;
	/*margin-top:5%;*/
	/*margin-bottom:5%;*/
	top:-20px;
	height:100%;
	z-index:100;
}



div#left ul
{
	padding-left:40px;	
	line-height:1.5em;
}

div#left ul ul
{
	padding-left:15px;
}


/* ------- footer ------ */
div#footer {
	position:fixed;
	width:100%;

	bottom:0px;
	clear:both;
}

div#footerbar {
	position:relative;
	margin-left:auto;
	margin-right:auto;

	height:65px;
	width:800px;

	border-left:0px;
	border-right:0px;
	border-bottom:0px;

	background:#63a6e5;
}

#footer
{
	text-align:left;
	color:#000000;
	font-size:10px;
}

div#footer_anschrift{
	position:absolute;
	right:250px;
	top:12px;
}

 div#footer_kontakt {
	position:absolute;
	width:200px;
	right:10px;
	top:12px;
}

div#footermenue {
	position:absolute;
	left:50px;
	top:25px;
}

#footermenue a {
	text-decoration:none;	
}

#footer ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

#footer li{
	display:inline;
	margin:0px;
	margin-right:40px;
	padding:0px;
	left:0px;
}

#footer tr, #footer td {
	line-height:0.9em;
	margin:0px;
	padding:0px;
	border:0px;
}

#footer a:link,
#footer a:visited {color:#000000;}

#footer a:hover,
#footer a:active {color:#ffffff;}


.menu ul ul :hover > a,

#main table.colored td, #left th,
#main a, #main a:visited
{
	/* color:#63a6e5; */
	color:#3d658c;
}

#left th
{
	vertical-align:top;
}


#main a:hover, #main a.active
{
	color:#ffffff;	
}

.menu ul ul :hover  > a{
	background-image:none;
}
 
#right li a:hover, #right li a.true {
	/*font-weight:bold;
	letter-spacing:-0.1em;*/
}


#right li a , #right li a:visited{
	color:#000000;
	text-decoration:none;
	height:20px;
	width:300px;
}

#right li a:hover,
#right li a.true
{
	color:#3d658c;
}

/* -- clear -- */
.clear {
	clear:both;
	font-size:0px;
	height:1px;
	line-height:0px;
	padding:0px;
}

