/* -- HAUPTEINSTELLUNGEN   background-color: #fFF;  --*/

BODY {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;	
/*	background-image: url(/img/hvablue.gif); */
}

img  {
	border: 0px;	
	margin-right: 5px;
}

/* -- STRUKTUR -- */

#nav{
position: relative;
top: 0px;
width: 994px;
height: 32px;
text-align: left;
padding: 0px;
margin: 0px;
border: 3px #6699ff solid;
background-image: url("../img/hvablue.gif"); 
}

ul#navlist {
font-family: "arial";
text-transform: uppercase;
/* background-image: url("../img/hvablue.gif"); */
text-align: justify;
width: 98%;
position: relative;
padding-left: 11px;
margin: 0px;
font-size: 14px;
padding-top: 3px;
padding-bottom: 2px;
border-bottom: 2px #000099 solid;
border-right: 3px #000099 solid;
}

#navlist li{
display: inline;
list-style-type: none;
}

#navlist a {
padding-left: 10px;
padding-right: 10px;
}

/* touches inactives menu */

#navlist a:link, #navlist a:visited{
color: #ffffff;
background-color: #6699ff;
text-decoration: none;
font-family: sans-serif;
font-size: 14px;
font-weight: bold;
}

/* touches actives menu */

#navlist a:hover, #navlist a:active{
color: #808080;
background-color: #ccffff;
text-decoration: none;
font-family: sans-serif;
font-size: 14px;
font-weight: bold;
/* border-bottom: 3px #000099 solid;
border-top: 4px #000099 solid; */
}


/* Überschrift 1 gestalten */

h1 { 
	font-size: 36;
	font-family: "Arial", Times, serif;
	/*color: #6699cc; */
	padding-left: 8px;
	margin: 6px;
}

/* Überschrift 2 gestalten */

h2 { 
	font-size: 20;
	font-family: "Arial", Times, serif;
	/*color: #6699cc; */
	padding-left: 10px;
	margin-top: 8px;
}

h3 { 
	font-size: 16;
	font-family: "Arial", Times, serif;
	/*color: #6699cc; */
	padding-left: 10px;
	margin-top: 8px;
}

h4 { 
	font-size: 16;
	font-family: "Arial", Times, serif;
	vertical-align: text-top;
	/*color: #6699cc; */
}

h5 { 
	font-size: 16;
	text-align: center;
	font-family: "Arial", Times, serif;
	vertical-align: text-top;
	/*color: #6699cc; */
}

h6 { 
	font-size: 18;
	font-family: "Arial", Times, serif;
	padding-left: 10px;
	margin-top: 8px;
	/*vertical-align: text-top;*/
	/*color: #6699cc; */
}

/* Grafik als Aufzählungszeichen */

ul {
list-style-image: url(reddot.gif);
font-size: 16pt;
line-height: 1.3;
text-align: left;
	/*color: #6699cc; */
}

li {
font-size: 14pt;
line-height: 1.3;
text-align: left;
	/*color: #6699cc; */
}


/* Hovereffekt für normale Links */
a:hover {
text-decoration: none;
color: red;
}

/* besuchte Hyperlinks */
a:visited {
color: red; /* #cccccc; */
}

td.kl {
	text-align: left;
	vertical-align: text-top;
	font-family: "Arial", Times, serif;
	font-size: 16px;
	/*color: #6699cc; */
}
td.spez {
	text-align: center;
	vertical-align: text-top;
	font-family: "Arial", Times, serif;
	font-size: 16px;
	/*color: #6699cc; */
}

