/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Background-Farbe, da Netscape bzw. Mozilla keinen Farbverlauf darstellen.
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
body {background-color:#316A80;}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Allgemein, verschiedene Schriftgrössen, -Farben etc.
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #FF0000;
	font-weight: bold;
        padding-Top:-50px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	font-weight: normal;
	padding:4 px;

}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #AAAAAA;
	font-weight: normal;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: "red";
	font-weight: normal;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: normal;
	color: #BBBBBB;
	font-weight: normal;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: red;
	font-size: 12px;
}

.add2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
}

.font1 {
        font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8FA8A8;
	font-weight: normal;

}
.font2 {
        font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6D8686;
	font-weight: normal;

}

.font3 {
        font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00AAAA;
	font-weight: normal;

}
.font4 {
        font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00AAAA;
	font-weight: normal;

}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Linkdarstellng  */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
a.type_1:link { color:brown; }
a.type_1:visited { color:brown; }
a.type_1:hover { color:aqua; }

a.type_2:link { color:#888888; }
a.type_2:visited { color:#888888;}
a.type_2:hover { color:aqua; }

a.type_3:link { color:red; }
a.type_3:visited { color:red;}
a.type_3:hover { color:aqua; }

a.type_4:link { color:red; font-size: 8px;}
a.type_4:visited { color:red;font-size: 8px;}
a.type_4:hover { color:aqua; font-size: 8px;}

a.type_5:link { color:red; font-size: 10px; text-decoration:bold;}
a.type_5:visited { color:red;font-size: 10px;text-decoration:bold;}
a.type_5:hover { color:aqua; font-size: 10px;text-decoration:bold;}

a:link {color:yellow;text-decoration:none;}
a:visited {color:yellow;text-decoration:none;}
a:active {color:yellow;text-decoration:none;}
a:hover {color:aqua;text-decoration:none;}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Top-Navigation, Menüs */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.topNavi {
	float:left;
	position:relative;
        display:inline;
	background-color: #9EBAE90;
	font-family: Arial, Helvetica, sans-serif;
	color:red;
        
	font-size: 12px;
	text-align:center;
        font-weight:bold;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* DropDown-Menü */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.dropDownBox {
	position:absolute;
	visibility:hidden;
	text-align:center;
	left:-30;
	top:22px;
	width:220px;

	background-color:#888888;
        border-right:1px solid #FFFFFF;
        border-bottom:1px solid #FFFFFF;
        border-top:1px solid #FFFFFF;
        border-left:1px solid #FFFFFF;
}
.dropDownNavi {
	white-space:nowrap;
	color:#FF8040F;
	background-color:#888888;

	height:30px;
	padding-top:5px;
	text-transform:none;
}
.dropDownNaviActive {
	white-space:nowrap;
	color:Aqua;
	background-color:#888888;

	//width:170px;
	height:30px;
	padding-top:5px;
	text-transform:none;
}

