@charset 'utf-8';
/* CSS Document */
    body {
	background-image:url(images/Backgr.jpg);
	background-repeat: repeat;
	background-color:#000000;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	overflow: hidden;
	left: auto;
	right: auto;	
	}
	#wrapper {
	height: 550px;
	position: relative;
	width: 880px;
	left: 10%;
	top: auto;
	overflow: visible;
	
	}
	
	#kopf {
	position: relative;
	left: 0px;
	width: 870px;
	top: 5%;
	}
	
	#navi {
	top: 7%;
	left: -51px;
	width: 870px;
	position: relative;
	overflow: hidden;
	float: left;
	clear: left;
	padding: 0px;
	height: 50px;
	}
	

	#navi li {
	display:inline;
	list-style-type:none;
	list-style-image: none;
	margin-left: 10px;
	margin-right: 10px;
	}
	
	#navi a {
	font-size:.8em;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
	}
		
	#navi a:hover { color:#FFFFFF}
	#navi a:focus {	color:#FFFFFF}
	
	#startseite #navi01 a,
	#angebot #navi02 a,
	#philosophie #navi03 a,
	#preise #navi04 a,
	#kontakt #navi05 a,
	#links #navi06 a,
	#impressum #navi07 a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 3px;
	color: #0082c8;
	}

	
	#inhalt1 {
	color: #CCCCCC;
	font-size: small;
	position: relative;
	top: 7%;
	left: 30pt;
	width: 280px;
	line-height: 14pt;
	height: 400px;
	overflow: hidden;
	float: left;
	}
	
	#inhalt1 ul {
	padding-left: 17px;
	}
	
	#inhalt1 li {
	list-style-type:square;
	list-style-image: none;
	padding-left: 0px;
	margin-left: 0px;
	border-left-width: 0px;
	padding-bottom: 17px;
	list-style-position: outside;	
	}
		
	#inhalt1 a {
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
	}
		
	#navi a:hover { color:#0082c8F}
	#navi a:focus {
	
}
	
	#inhalt2 {
	color: #CCCCCC;
	font-size: small;
	position: relative;
	top: 7%;
	left: 65px;
	width: 530px;
	line-height: 14pt;
	height: 355px;
	overflow: hidden;
	float: left;
	}
	
	#inhalt2_sc {
	color: #CCCCCC;
	font-size: small;
	position: relative;
	top: 7%;
	left: 65px;
	width: 530px;
	line-height: 14pt;
	height: 300px;
	overflow: hidden;
	float: left;
	}
	
	#inhalt2_sc_balken {
	color: #CCCCCC;
	font-size: small;
	position: relative;
	top: 7%;
	left: 65px;
	width: 530px;
	line-height: 14pt;
	height: 335px;
	overflow-y:auto;
	overflow-x:hidden;
	float: left;
	scrollbar-arrow-color: #0082c8;
	scrollbar-base-color: #333333;
	}
	
	#inhalt3 {
	color: #CCCCCC;
	font-size: 11em;
	position: relative;
	top: 7%;
	left: 65px;
	width: 530px;
	line-height: 14pt;
	height: 50px;
	overflow: hidden;
	float: left;
	}
	
	#fuss {
	background-color: #000000;
	height: 62px;
	bottom: 0px;
	z-index: 5;
	left: 0px;
	top: auto;
	right: auto;
	width: 100%;
	float: left;
	clear: both;
	position: fixed;
	}
	
	#fusscontainer {
	position: relative;
	color: #CCCCCC;
	font-size: 11px;
	top: 10%;
	height: 62px;
	width: 100%;
	left: 10%;
	float: left;
	text-align:right;
	}
	
	
h1 {
	font-size: 18px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding-bottom: 5px;
	border-bottom-color: #CCCCCC;
	line-height: 16pt;
}	

h2 {
	font-size: 18px;
	line-height: 16pt;
	padding-top: 0px;
	margin-top: 0px;
}

.angebot {
	height: 355px;
}
input, textarea  {
	background-color: transparent;
	border-color: #CCCCCC;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	overflow: auto;
	color: #CCCCCC;
	scrollbar-arrow-color: #0082c8;
	scrollbar-base-color: #333333;
}

.button {
	background-color: #333333;
	color: #CCCCCC;
}

a:link {
	color:#CCCCCC;
	text-decoration:underline;
}
a:visited {
	color:#CCCCCC;
}
a:hover, a:focus {
	color:#FFFFFF
}
a:active {
	
	}

