@charset "UTF-8";
/* CSS Document */

*{
	padding:0; /* Abstände entfernen */
	margin:0;
}


body {
	background-color: #879091;
	text-align: center;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 14px;
	line-height: 120%;
	height:100%;
}


#inhalt {
	padding: 10px 30px;
	text-align: justify;
	clear: left;
	min-height: 50px;
	background-color: #F9FBF6;
	min-height: 100%;

	height:auto !important; /* moderne Browser */

	height:100%; /* IE */
}

/* Allgemeine Formatierungen */

	

h2{
	font-size: 16px;
	text-transform: uppercase;
	line-height: 18px;  /* Höhe des linken Rands */
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

	

	/* Hauptcontainer */

	

#box{
	width: 680px;  /* Zentrierung */
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #F9FBF6;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	right: -20px;
	min-height: 100%;

	height:auto !important; /* moderne Browser */

	height:100%; /* IE */
	position: relative;
}

	

	/* Header */

	

#header{
	height: 150px;
	color:black;
	line-height: 70px;
	font-size: 25px;
	text-transform: uppercase;
	text-align: center;
	background-color: #F9FBF6;
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#header span{

	display: block;
	color: white;
	font-size: 12px;
	text-transform: none;
	margin-top: -45px;   /* nach oben verschieben */
	font-weight: normal;

	}

	

	/* Navigation */

	

#navigation{
	list-style: none;
	width: 660px;
	float: left;
	height: 40px;
	background: #e4e4e4;
	vertical-align: bottom;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 15px;
	padding-left: 20px;
	}

#navigation li{
	float: left;
	vertical-align: bottom;
}

#navigation li a{
	display: block;
	height: 40px;
	width: auto;
	text-decoration: none;
	line-height: 40px;
	float: left;
	background: #e4e4e4;
	color: #1199d0;
	vertical-align: bottom;
}


#footer {
	 position: absolute;
	 bottom: 0; /* wichtig */

}
a:link {
	color: #487487;
	text-decoration: none;
	border-top-width: 1px;
}
a:visited {
	color: #487487;
	text-decoration: none;
}
a:hover {
	color: #487487;
	text-decoration: underline;
}
a:active {
	color: #487487;
	text-decoration: underline;
}
#bild {
	border: 5px solid #FFFFFF;
	margin-bottom: 10px;
}
#bildklein {
	border: 5px solid #FFFFFF;
}

