html {height: 100%; margin-bottom: 1px; }
body { font: 76% arial,sans-serif;}


div#container { 
	width:960px; margin:0 auto; position:relative; 
}

/*
Hauptmenü in der Kopfzeile
*/

div#kopf {
	float:left; width:765px; font:14px arial,sans-serif;
	position:absolute; z-index:1;
}

div#kopf ul {
	margin:0; padding:0px 0px 0px 20px; list-style:none;
}
	
div#kopf li {
	float:left; background:url("images/left.gif") no-repeat left top;
	margin:0; padding:0px 3px 0px 4px;
}
div#kopf a {
	float:left; display:block; background:url("images/right.gif") no-repeat right top;
	padding:4px 7px 4px 4px; text-decoration:none; font-weight:bold; color:#a8001e;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
div#kopf a {float:none;}
/* End IE5-Mac hack */

div#kopf a:hover {
	color:#a8001e;
}
div#kopf a:focus {
	-moz-outline: none; /* fuer unseren Browser der Wahl */
	outline: none; /* CSS 3 */
	ie-dummy: expression(this.hideFocus=true); /* IE >= 5.5 */
}
div#kopf #current {
	background-image:url("images/left_on.gif");	border-width:0;
}
div#kopf #current a {
	background-image:url("images/right_on.gif"); color:#a8001e; padding:4px 7px 6px 4px;
}



/*
Submenü in der Kopfzeile
*/

div#submenu {
	float:left; height:29px; text-align:center; 
	color: #a8001e; background:url("images/menu_hg.gif") repeat-x bottom;
	position:absolute; z-index:-1; top:24px; left:0px;
}
    
div#submenu a {
	text-decoration:none; font-weight:normal; color:#a8001e;
	padding:0 0 0 0px; background:url("") repeat-x bottom;
	  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
div#submenu a {float:none;}
/* End IE5-Mac hack */
div#submenu a:hover {
	color:#a8001e; font-weight:bold;
      }
div#submenu a:focus {
	-moz-outline: none; /* fuer unseren Browser der Wahl */
	outline: none; /* CSS 3 */
	ie-dummy: expression(this.hideFocus=true); /* IE >= 5.5 */
}

div#submenu #current {
	color:#a8001e; font-weight:bold; background:url("") repeat-x bottom;
}
div#submenu #current a {
	color:#a8001e; font-weight:bold;
}

div#submenu table {
	line-height:16px; font-size:12px;
}


/*
Logo in der Kopfzeile
*/

div#logo  {
	float:left; top:-6px; width:172px; position:absolute; left:753px;
	background:url("") repeat-x bottom;
}

div#logo a {
	color:#a8001e; font-weight:bold; background:url("") repeat-x bottom;
}
/*
Submen in Textteil
*/

.submenu2 {
	width:150px; height:480px; vertical-align:top;font-size:12px; line-height:20px;
	padding:0 0 0 10px
/*	background:#DBDBD2 url("images/navhg_ueberuns.jpg") no-repeat left top;
*/
 }

.submenu2 a {
	text-decoration:none; font-weight:normal; color:#000; font-size:12px;
	
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
.submenu2 a {float:none;}
/* End IE5-Mac hack */
.submenu2 a:hover {
	color:#000; font-weight:bold;
}

.submenu2 #current {
	color:#000; font-weight:bold;
}
.submenu2 #current a {
	color:#000; font-weight:bold;
}

.submenu2 a:focus {
	 -moz-outline: none; /* fuer unseren Browser der Wahl */
	 outline: none; /* CSS 3 */
	 ie-dummy: expression(this.hideFocus=true); /* IE >= 5.5 */
}

/*
Inhalt der Seite
*/

.content {
	height:480px; width:750px;
 }
.content p {
	padding:0 0 0 0px
 }
.content a {
	text-decoration:underline; font-weight:normal; color:#a8001e;
}
    
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
.content a {float:none;}
/* End IE5-Mac hack */
    
.content a:hover {
	color:#a8001e;
}
.content #current {
	color:#a8001e;
v}
.content #current a {
	color:#a8001e;
}
.content a:focus {
	 -moz-outline: none; /* fuer unseren Browser der Wahl */
	 outline: none; /* CSS 3 */
	 ie-dummy: expression(this.hideFocus=true); /* IE >= 5.5 */
}

div#seite {
	padding-left:0px; font: 14px arial,sans-serif; line-height:18px;
	clear:left;width:100%; position:absolute; top:60px;
}


/*
Sonstige Formatierungen
*/

.headline {
	font-weight: bold; color:#000000;
} 
.team {
	font-size:12px; line-height:14px; color:#000000;
} 
.fussnote {
	font-size:12px; line-height:14px; color:#000000;
} 
.fusszeile {font-size: 11px;}
.fusszeile a {
	text-decoration:none; font-weight:normal; color:#000;
	
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
.fusszeile a {float:none;}
/* End IE5-Mac hack */
.fusszeile a:hover {
	color:#000; font-weight:bold;
}

.fusszeile #current {
	color:#000; font-weight:bold;
}
.fusszeile #current a {
	color:#000; font-weight:bold;
}

.submenu2 a:focus {
	 -moz-outline: none; /* fuer unseren Browser der Wahl */
	 outline: none; /* CSS 3 */
	 ie-dummy: expression(this.hideFocus=true); /* IE >= 5.5 */
}



.submenu2text {
	margin-left: 0px; font-size:12px;
	line-height:14px; text-align:left;
} 
			

table {font-size:1em; line-height:normal;}
p {font-size:1.0em; margin-top:0; margin-bottom:0.5em;}
td,th {
 vertical-align:top;
}
th, .th{
  background-color:#ccc;
  padding:3px;
  text-align:center;
}

#popup {
background: #fff;
width: 495px;
height: 375px;
position: absolute;
border: 1px solid #0000CF;
font:14px arial,sans-serif;
display:none;
}
