@charset "utf-8";

/************/
/* Struktur */
/************/

body {
	margin: 0px;
	padding: 0px;
	padding-top: 50px;
	background-color: #CCCCCC;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
#body {
	width: 800px;
	text-align: center;
	margin: 0 auto;											/* body zentrieren (für Firefox) */
	border: 1px;
	border-color: red;
}
#head {														/* verschachtelt in body/.. */
	text-align: center;
	height: 154px;
}
#content {													/* verschachtelt in body/.. */
	text-align: center;
}
	#navi {													/* verschachtelt in body/content/.. */
		text-align: left;
		background-color: white;
		color: black;
		width: 125px;
		height: 480px;
		float: left;
		padding-left: 0px;
		padding-right: 10px;
		padding-bottom: 20px;
		padding-top: 20px;
	}
	#inhalt {												/* verschachtelt in body/content/.. */
	background-color: white;
	height: 480px;
	text-align: left;
	margin-left: 135px;									/* ausrichtung des hintergrundbilds (für Firefox) */
	padding: 20px;
	}
#footer {													/* verschachtelt in body/.. */
	text-align: center;
	background-color: white;
	padding-top: 5px;
	width: 800px;
	height: 20px;
	font-size: 12px;
}

/************/
/* Infobox  */
/************/
span.rollover span { 
	display:none; 
	color: black;
}
span.rollover:hover { 
	color: black;
	background-color: #EDF4FE; 
	text-decoration: none;
	border: 0px;
	/*border:double;
	border-color: #304F9F;*/
	
}
span.rollover:hover span {
	position: absolute;
	left: 55.5%;										/*798px;*/
    top: 331px;
	display: block;
	width: 400px;
	max-width: 500px;
	z-index: 100;
	padding: 5px 5px;
	background-color: #EDF4FE;
	border: 1px;
	border-style: solid;
	border-color: red;
	color: black;
}

/**************/
/* Navigation */
/**************/
.nav-link {
	color: black;
	text-decoration: none;
}
li.nav {
	list-style: none;
	list-style-type: none;
	text-decoration: none;
	cursor: pointer;
	padding: 0px 0px 3px 5px;
	
}
li.nav:hover {													/* Rollover-effekt für Listenelemente */
	text-decoration: none;
	background-color: red;
	width: 132px;
	color: white;
	
	
}
ul {
	list-style-type: none;
	margin-left:0px;
	padding-left:0px
}
/************/
/* Elemente */
/************/

.title {
	font-size: 18px;
	font-weight: bold;
}
img {														/* Rahmen von Bildern entfernen */
	border: 0px;
}
#subnav {
	border: 1px solid;
	border-color: red;
}
.subnav {
	text-decoration: none;
	color: black;
}
.subnav:hover {
	text-decoration: none;
	background-color: red;
	color: white;

}
.links {													/* Linkszentrierung */
	float: left;
}
.rechts {													/* Rechtszentrierung */
	float: right;
}
.kf { 														/* Schrift: klein und fett */
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
.kf1 { 														/* Schrift: klein und fett */
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
.a {
	color: #ff0000;
	text-decoration: none;
}
.a:hover {
	text-decoration: underline;
}
.space {													/* Abstand für den Footer */
	padding-left: 30px;
	padding-right: 25px;
}
.nav-space {												/* Abstand für die Sub-Navigation (oben) */
	padding-left: 34px;
	padding-right: 34px;
}
.kontakt {
    border: 0;
    padding: 0;
    margin: 0;
    font-size: 13px;
    
}

