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

html, body {
	margin:0;
	padding:0;
	height:100%;		
}

iframe {
	width:100%;
	height:100em;
	border:0; }
		
body{
	font-family: Tahoma, 'Andika', sans-serif;
	font-size:12px;
	background:#333;
	}

form {
	text-align:left !important;
	background-color:#005777;
	width: 305px;
	padding:20px;
	border: 1px #333;
	color:#FFF;
	}
	
label{
	display:block;
	cursor:pointer;
	}

textarea{
	width:300px;
	border: 1px solid #333;
	height:7em;
	}
	

input:focus:focus,
textarea:focus{
	background-color:#999;
	}

#wrapper {
	background:#fff;
	width:95%;
	margin:auto;
/* Für moderne Browser */
	min-height:100%;

/* Für den Internet Explorer */
	height:auto !important;
	height:100%;  
	position:relative;
	border-radius:40px 40px 20px 20px;
}

#header {
	height:4em
}

#content {
	min-height:100%;
	padding-bottom:72px;
}

#spacer{
	height:10px;
	background-color:#333;
	}

#navi{
	text-align:right;
	background-color: #005777;
	color: #bbebfd;
	height:40px;
	border-radius: 10px 10px 0px 0px;
	letter-spacing: 0.1em;
	padding-right:10px;
	}
	
#navi ul{
	padding-top:20px;
	margin:0;
	}
	
#navi li{
	font-weight:bold;
	text-decoration: none;
	display:inline;
	list-style-type:none;
	color:#bbebfd;
	background-color:#333;
	border-bottom: 4px solid #333;
	margin: 0;
	}

#navi a{
	font-weight:bold;
	text-decoration: none;
	padding: 4px 4px 0px 8px;
	
	}

#navi li a{
	display:inline;
	list-style-type:none;
	color:#bbebfd;
	background-color:#005777;
	border-bottom: 2px solid #005777;
	}
	
#navi li.aktiv a {
	background-color:#333;
	border-bottom: 2px solid #333;
	border-radius: 8px 8px 0 0;
	}
	
#navi li a:hover{
	display:inline;
	list-style-type:none;
	background-color:#333;
	border-bottom: 2px solid #333;
	color:#bbebfd;
	border-radius: 8px 8px 0 0;
	}
	
#logo{
	margin-left:10px;
	float:left;
	width:132px;
	height:40px;
	}
	
#frame{
	height:inherit;
	}

#left{
	position:relative;
	height:inherit;
	float:left;
	width:200px;
	padding: 10px;
	text-align:left;
	}

#right.home{
	height:inherit;
	overflow:auto;
	text-align:center;
	padding: 10px 2px 10px 3px;
	}
	
#right{
	height:inherit;
	overflow:auto;
	padding: 10px 2px 10px 3px;
	}

#fehler{
	background-color:#000;
	color:#0F0;
	font-family:VT323;
	font-size:2em;
	letter-spacing:4px;
	margin-top:10px !important;
	margin:auto;
	width:600px !important;
	height:400px !important;
	overflow:auto !important;
	border: 1px solid #005777;
	}
#fehler h1{
	margin:0;
	padding:4px;
	font-family:VT323;
	font-size:2em;
	letter-spacing:2px;
	font-weight:bold;
	}

#right.center{
	height:inherit;
	overflow:auto;
	text-align:center;
	padding: 10px 30px 10px 10px;
	}

#right.gallery ul{
	text-align:center;
	padding: 20px;

	}
	
#right.gallery li{
	float:left;
	padding:10px;
	margin:10px;
	display:inline;
	list-style-type:none;
	border:solid #666 2px;
	}

#kontakt{
	float:left;
	margin-right:60px;}


#agb{
	margin:0;
	}

#footer {
	position:absolute;
	float:left;
	bottom:0;
	width:100%;
	height:70px;
	background:#005777;
	border-radius: 0px 0px 10px 10px;
	text-align:right;
	color:#bbebfd;
}

#footer.like{
	position:absolute;
	left:10px;
	width:450px;
	}

.fb-like{
	margin-top:4px !important;
	color:#FFF !important;
	}
.fb-like a{
	color:#bbebfd !important;
	}
.fb-like a:hover{
	color:#fff !important;
	}

#footer.navi{
	position:absolute;
	right:10px;
	width:auto;
	}

#footer.navi ul{
	margin-top:2px;
	padding-right:20px;
	}
	
#footer.navi li{
	display:inline;
	list-style-type:none;
	color:#bbebfd;
	background-color:#333;
	border-top: 2px solid #fff;
	margin: 0;
	}

#footer.navi a{
	font-weight:bold;
	text-decoration: none;
	padding: 0px 4px 0px 8px;
	
	}

#footer.navi li a{
	display:inline;
	list-style-type:none;
	color:#bbebfd;
	background-color:#005777;
	border-top: 2px solid #fff;
	}
	
#footer.navi li.aktiv a {
	background-color:#fff;
	color:#005777 !important;
	border-bottom: 2px solid #FFF;
	border-radius: 0 0 8px 8px;
	}
	
#footer.navi li a:hover{
	display:inline;
	font-weight:bold;
	list-style-type:none;
	color:#005777 !important;
	background-color:#fff;
	border-bottom: 2px solid #fff;
	color:#bbebfd;
	border-radius: 0 0 8px 8px;
	}