/*Globaler CSS Reset*/
* {
	margin: 0;
	padding: 0;
}
/*Hintergrundbild der gesamten Webseite und am häufigsten verwendete Schriftart*/
html {
	background: none;
	color: #000;
	/*Standardtschrift der Homepage */
	font: 13px Verdana, Arial, Helvetica, sans-serif;
}
A:link    {color: #006699;}

A:visited {color: #006699;}
/*Zentrierung des Hauptteils.*/
div#haupt  {
	margin: auto;
	width: 800px;
	overflow: hidden;
	border-right: 1px solid #B21212;
}
/*Navigation übersprigen (Barrierefreiheit*/
a#aux {
	height: 1px;
	overflow: hidden;
	position: absolute;
	top: -999em;
	width: 1px;
}
a#aux:focus, a#aux:active {
	background: #e1e1e1;
	border-bottom: 5px solid;
	display: block;
	height: auto;
	padding: 1em 0;
	text-align: center;
	top: 0;
	width: 770px;
}
div#nav-1 h1 {
background: url(../graphic/kma-logo.png) no-repeat;
}
div#nav-1 h1 a {
display: block;
height: 118px;
text-decoration: none;
text-indent: -999em;
width: 150px;

}
/*Top Navigation*/
div#nav-1 {
background: #B21212;
height: 118px;
position: relative;
}
div#nav-1 ul {
	left: 251px;
	list-style: none;
	position: absolute;
	float: left;
	top: 13px;
}
div#nav-1 li {
float:	left;
height: 85px;
margin-right: 5px;
width: 109px;
}
div#nav-1 li a {
display: block;
height: 100%;
text-decoration: none;
text-indent: -999em;
}
div#nav-1 li#kma_print a {
background:url(../graphic/KMA-Print.gif);
}
div#nav-1 li#kma_print a:focus, div#nav-1 li#kma_print a:hover, div#nav-1 li#kma_print a:active {
background:url(../graphic/KMA-Print-over.gif);
}
div#nav-1 li#kma_funk a {
background:url(../graphic/KMA-Hoerfunk.gif);
}
div#nav-1 li#kma_funk a:focus, div#nav-1 li#kma_funk a:hover, div#nav-1 li#kma_funk a:active {
background:url(../graphic/KMA-Hoerfunk-over.gif);
}
div#nav-1 li#kma_tv a {
background:url(../graphic/KMA-TV.gif);
}
div#nav-1 li#kma_tv a:focus, div#nav-1 li#kma_tv a:hover, div#nav-1 li#kma_tv a:active {
background:url(../graphic/KMA-TV-over.gif);
}
div#nav-1 li#referenten a {
background:url(../graphic/KMA-Referenten-weis.gif);
}
div#nav-1 li#referenten a:focus, div#nav-1 li#referenten a:hover, div#nav-1 li#referenten a:active {
background:url(../graphic/KMA-Referenten-weis-over.gif);
}
/*Haupttteil*/
div#haupt {
background: #FFF url(../graphic/nav-schatten.gif) repeat-y;
}
/*Seitennavigation*/
div#nav-2 {
background: #B21212 url(../graphic/kma_schriftzug.png) no-repeat;
float: left;
height: auto;
width: 150px;
}
div#nav-2 ul {
border-bottom: 1px solid #FFF;
list-style: none;
margin-top: 110px;
margin-bottom: 45px;
}
div#nav-2 li, div#nav-2 li a {
color: #FFF;
text-align: right;
}
div#nav-2 li {
border-top: 1px solid;
/*Schriftgröße Linke Navigation*/
font-size: 14px;
height: 3em;
width: 150px;
}
div#nav-2 li a, div#nav-2 li span {
display: block;
font-weight: normal;
height: 100%;
padding-right: 18px;
text-decoration: none;
}
div#nav-2 li a:hover, div#nav-2 li span {
font-weight: bold;
}
div#nav-2 li a:hover, div#nav-2 li span {
background: url(../graphic/nav-highlight.png);
}
/*Inhalt*/
div#inhalt {
float: left;
padding: 10px 0 15px 55px;
width: 565px;
_overflow: hidden;
_display: inline;
}
div#haupt {
overflow: hidden;
}
div#inhalt div {
float: left;
margin: 15px 20px 15px 0;
width: auto;
}
/*Fuszzeile*/
div#fusszeile {
height: 30px;
clear: left;
background: #B21212;
color: #FFF;
}
div#fusszeile a {
color: #FFF;
text-decoration: none;
}
/*Überschriftengröße*/
.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
}
/*Bildunterschrift*/
.bildunterschrift {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style:italic;
}
/*Schriftgröße Unterpunkt linke Navigation*/
div#nav-2 li.unterpunkt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 1.5em;
	margin-top: 0.5em;
	margin-bottom: 0.1em;
	border: none;
}
