@CHARSET "ISO-8859-1";

div{
	border: solid 0px grey;
}

label{
float: left;
width:150px;
}




h1 { 
        color:black; 
        font-size: 16px;
}
h2 { 
        color:black; 
        font-size: 14px;
}
h3 { 
        color:black; 
        font-size: 12px;
}
h4 { 
        color:black; 
        font-size: 10px;
}
h6 { 
        color:black; 
        font-size: 8px;
}
h7 { 
        color:black; 
        font-size: 12px;
        font-weight: bold;
}
/* MORE */
h15{ 
        color:darkblu; 
        font-size: 11px;
        font-weight: normal;
}
h16{ 
        color:darkgrey; 
        font-size: 11px;
        font-weight: normal;
}
/* LATEST_NEWS DATUM */
h25{ 
        color:black; 
        font-size: 11px;
}
/* SUB_TITLE */
h26{ 
        color:black; 
        font-size: 11px;
}
html, body, *{
	font-family: verdana;
}
html,body{
	text-align: center;
	font-family: verdana;
	font-size: 11px;
}
#all{
	text-align: left;
	width: 950px;
	margin: 0px auto;
	font-family: verdana;
	font-size: 11px;
}

a{
color: darkblue;
}
a:hover{
color: red;
}

img { border: 0px; }
a img { border: 0px; }

#metanav{
	text-align: right;
        font-size: 9px;
	padding: 1px;
	font-family: verdana;


}
#header{
	height: 110px;
	background: white;
        font-family: verdana; 
	font-size: 18px; 
	font-colour: black;
	background-image:url(../FILES/bilder/logo.jpg); margin:0px; padding:0px;
}
#second_navigation{
	padding: 2px 185px;
	font-size: 9px;
	border: 1px dotted #DD0C0D;
	background: #EFEFEF;
}
#subheader{
	padding: 2px 185px;
	font-size: 10px;
        border: 1px dotted silver;
	background: #EEEEEE;
}
#leftbarnav{
	float:left;
	width: 170px;}
#nav{
	padding:18px 0px;
	float:left;
	width: 170px;
	font-size: 12px;
}
#undernav{
	float:left;
	width: 170px;
	font-size: 10px;
}
#content{
	padding: 15px 185px;
        font-size: 12px;
	list-style-image:url(../FILES/bilder/aids-schleife_16x16.gif)
}
#content td{
	padding: 0px 0px;
        font-size: 12px;
	list-style-image:url(../FILES/bilder/aids-schleife_16x16.gif)
}
#sidebar {
float: right;
        font-size: 10px;
	width: 170px;
	padding: 5px 0px;
	list-style-image:url(../FILES/bilder/aids-schleife_16x16.gif)
}
#sidebar td{
	padding: 0px 0px;
        font-size: 10px;
	list-style-image:url(../FILES/bilder/aids-schleife_16x16.gif)
}
#footer{
	clear: both;
	padding: 2px 185px;
	border: 1px dotted silver;
	background: #EEEEEE;
	font-size: 9px;
}


#metanav ul, #metanav li{
	display: inline;
}

/* Test */
#nav ul a, #nav ul span, #nav ul h2 {
    display:block;
    text-decoration: none;
    border: 1px solid black;
    border-left-color: silver; border-top-color: silver;
}
/* Test */


#nav ul, #nav li{
	display: inline;
	margin: 0px;
	padding: 0px;
}
#nav a{
	border: 1px solid #DD0C0D;
	text-decoration: none;
}
#nav a:hover{
	color: yellow; background-color: red;
}
#nav li.active a{
	font-size: 12px; color: yellow;
	color: #DD0C0D; background-color: white;
}
#nav ul li a{
	display:block;
	padding: 2px 10px;
        color: white; background-color: #DD0C0D;
}
#nav ul ul li a{
	padding-left: 30px;
        color: #DD0C0D; background-color: white;
}

#startpagenavigation a{
  vertical-align: baseline;
  font-size: 16px;
  text-decoration: none;
  border: solid white 1px;
  display: block;
  height: 60px;
	padding: 2px;

}

#startpagenavigation a:hover{
  border: solid silver 1px;
}
