@charset "UTF-8";
/* CSS Document */

/* ======== Definition Inhaltscontainer */
#container {
	width: 900px;
    	height: auto;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
    	padding: 0px;
}

#container #logo {
	width: 900px;
	height: 120;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#container #navioben {
	display: none;
	width: 700px;
    	height: 20;
	margin-top: 76px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9b0e33;
	padding: 0px;
}

/* Setze mit float: left Container nebeneinander */
#container #hn {
	display: none;
	width: 200px;
	height: auto;
	margin-top: 160px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;
	float: left;
}

#container #c2 {
	width: 900px;
	height: auto;
	margin-top: 160px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;
	float: left;
}


#container #c3 {
	display: none;
	width: 180px;
	height: auto;
	margin-top: 160px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;
	visibility: visible; 
	float: left;
}


/* ======== Definition Footer - soll immer mit 20px Abstand unter dem l&auml;ngsten Container sein */
#container #footer {
	width: 900px;
	height: 40px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9b0e33;
	border-bottom-color: #9b0e33;
	float: left;
}

#container #footer #adresse {
	width: 900px;
	height: 30px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9b0e33;
	text-align: left;
	float: left;
}
#container #footer #ddt {
	width: 900px;
	height: 30px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9b0e33;
	text-align: right;
	float: left;
}




/* ======== Definition Inhaltscontainer hn Navigation */

/* Hauptnavigation erste Linie oben */
#container #hn {
	border-top-style: solid;
	border-top-color: #000000;
	border-top-width: 1px;
	padding-top: 4px;
	padding-bottom: 4px;	
}

#hn ul {
	list-style-type: none;
	margin left: 5px;
	padding: 0px;
	line-height: 18px;
}

/* Hyperlink erste Hierarchiestufe */
#hn ul li a { 
	display: block;
	height: 18px;
	text-decoration: none; 
	color: #000000; 
	/*font-weight: bold; */
	margin: 0; 
	padding: 3px 0 1px; 
	border-bottom: 1px solid #000000; 
	border-top-style: none; 
}

/* Aktive erste Hierarchiestufe */
#hn ul li a.aktiv {
	text-decoration: none;
	/* font-weight: bold; */
	/* Abstand Navigation */
	display: block;
	height: 18px;
	color: #9b0e33;
	padding: 3 0 1 5px;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
/* Rollover erste Hierarchie */
#hn ul li a:hover {
	color: #9b0e33;
	border-bottom-color: #9b0e33;
	border-bottom-width: 1px; 
}

/* ============== */
/* Einzug zweite Hierarchie */
#hn ul li ul li {
	list-style-type: none;
	margin left: 10px;
	padding: 0px;
	line-height: 18px;
}

/* Hyperlink zweite Hierarchiestufe */
#hn ul li ul li a {
	display: block;
	height: 18px;
	text-decoration: none; 
	color: #000000; 
	/*font-weight: bold; */
	margin: 0; 
	padding: 3 0 1 10px; 
	border-bottom: 1px solid #000000; 
	border-top-style: none; 
}

/* Aktive zweite Hierarchiestufe */
#hn ul li ul li a.aktiv {
	text-decoration: none;
	/* font-weight: bold; */
	/* Abstand Navigation */
	display: block;
	height: 18px;
	color: #9b0e33;
	padding: 3 0 1 10px;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
/* Rollover zweite Hierarchie */
#hn ul li ul li a:hover {
	color: #9b0e33;
	border-bottom-color: #9b0e33;
	border-bottom-width: 1px; 
}

/* Adress Link */

#container #footer #adresse a, #container #footer #ddt a {
	text-decoration: none;
	color: #000000;
}
#container #footer #adresse a:hover, #container #footer #ddt a:hover {
	text-decoration: none;
	color: #9b0e33;
}