a:link    { color: #00529B; }
a:visited { color: #00529B; }
a:focus   { color: #00529B; }
a:hover   { color: #00529B; }
a:active  { color: #00529B; }

a.grau:link    { color: #666666; text-decoration:none; }
a.grau:visited { color: #666666; text-decoration:none; }
a.grau:focus   { color: #666666; text-decoration:none; }
a.grau:hover   { color: #666666; text-decoration:none; }
a.grau:active  { color: #666666; text-decoration:none; }

a.graunotunderlined:link    { color: #666666; text-decoration:none; font-size: 10px; } 
a.graunotunderlined:visited { color: #666666; text-decoration:none; font-size: 10px; }
a.graunotunderlined:focus   { color: #666666; text-decoration:none; font-size: 10px; }
a.graunotunderlined:hover   { color: #666666; text-decoration:none; font-size: 10px; }
a.graunotunderlined:active  { color: #666666; text-decoration:none; font-size: 10px; }

#INDEXID {
	font-size: 14px;
}

body {
margin-top:30;
padding:0;
background-image: url(images/hg.png);
overflow-y: scroll;
}

* html, 
* html body	{
margin-top:30;
padding:0;
height:100%;
}
		
#footer	{
top:0px;
width:900px;
height:80px;
background:#CCCCCC;
/* position:fixed; */
}
		
* html #footer {
top:0px;
width: 900px;
height:80px;
background:#CCCCCC;
}

table.haupttabelle {
width:  900px;
height: 80px;
border-top: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
border-left:  1px solid #CCCCCC;
border-bottom:  1px solid #CCCCCC;
border-collapse: collapse;
}

td {
padding:0;
font-size: 12px;
color: #00529B; 
font-family: Arial; 
text-align: left
font-weight: normal; 
}

td.inhalt {
padding: 15px;
background-image: url(images/inhalt_hg.jpg);
font-weight: normal; 
font-size: 12px; 
color: #00529B; 
font-family: Arial; 
text-align: left
}

/* Überschrift */

h1 {
	font-family: Arial;
	text-align: left;
	font-size: 12px;
	color: #00529B;
	font-weight: bold;
}

/* Fußzeile */

b1 {
font-family: Arial;
text-align: center;
font-size: 12px; 
color: #666666;
font-weight: normal; 
}

td.header {
padding: 0;
background-color:#FFFFFF;
}

/* NAVIGATION */

#mainnavi {
background-image: url('images/navibg.gif');
background-position: top left;
background-repeat: no-repeat;
width: 100%;
height: 27px;
text-align: left;
line-height: 27px;
padding-left: 20px;
margin: 0 auto;
}

/* top navigation */

ul#mainlevel-nav {
list-style: none;
padding: 0;
margin: 0;
float: right;
background: none
}

ul#mainlevel-nav li {
padding-left: 0px;
padding-right: 0px;
float: left;
margin: 0;
font-size: 11px;
line-height: 13px;
white-space: nowrap;
border-right: 1px solid #646464;
background: none
}

ul#mainlevel-nav li a {
display: block;
padding-left: 14px;
padding-right: 14px;
text-decoration: none;
color: #646464;
background: transparent;
}

ul#mainlevel-nav li a:hover {
color: #646464;
text-decoration: underline;
}

/* for mainmenu flat list on the blue bg */

ul#mainlevel-menu {
list-style: none;
padding: 0;
margin: 0;
float: left;
background: none
}

ul#mainlevel-menu li {
padding-left: 0px;
padding-right: 0px;
float: left;
margin: 0;
font-size: 13px;
line-height: 27px;
white-space: nowrap;
	
/* use this, if you don't want to use images */
/* border-right: 1px solid #4077b2; */
background: none;
background-image: url('images/line.gif');
background-position: top right;
background-repeat: no-repeat;
font-weight: bold;
}

ul#mainlevel-menu li a {
display: block;
padding-left: 14px;
padding-right: 14px;
text-decoration: none;
color: #ffffff;
background: transparent;
}

ul#mainlevel-menu li a:hover {	
color: #ffffff;
/* text-decoration: underline; */
background-color: #4077b2;
}

ul#mainlevel-menu li #active_menu-menu {	
background-image: url('images/activebg.gif');
background-position: top left;
background-repeat:repeat-x;
color: #444444;
}
