html
{
height:100%;
margin:0;
padding:0;
}


body {
   	background-color: #6699CC;
  	/*Hintergrundbild ist für den weißen Bereich links zuständig */
 	background-image: url(/WGAPublisher/online/file/background/hg.gif);
 	background-repeat: repeat-y;
 	margin-left:0;
 	margin-top:0;
  	padding-top:0;
  	padding-left:0;
	font-family: arial, helvetica, sans-serif;
	font-size: 76%;
	color: #000;
	}

#text1 {width:700px;}
td, div {
font-family: arial, helvetica, sans-serif;
}

/*Macht Barrierefrei-Navigation unsichtbar*/
.jump
 {
 display:none;
 font-size:1px;
 }

.navtypo
 { 
 color: #000000;
 text-decoration: none;
 font-family: Arial, Helvetica, sans-serif;
 }

.navtyposelected
 { 
 color: #CC0000; 
 font-weight: bold; 
 text-decoration: none; 
 font-style: normal;
 font-family: Arial, Helvetica, sans-serif; 
 }

a {
	color: #990000;
	text-decoration: none;

	}
a:link {
	}
a:visited {
	}
a:active {color: #CC0000;
	}
a:hover {

            color:#CC0000;
	}
/*Für Teaser - > mehr - Link*/
a.mehr  {
            text-decoration: underline;
            }

/*Navigationsformatierung*/


a.navtypo {
	line-height: 0.9em;
}

a.navtyposelected {
	line-height: 0.8em;
}	




.navlist {
list-style: none;
margin-left: 0px;
margin-right:0px;
padding-left: 0px;
border: none; 
line-height:1.2em;
margin-bottom:0.4em;
margin-top:0px;
padding-top:0px;
padding-right:0px;
padding-bottom:0px;
padding-right:0px;
}

