@charset "UTF-8";

@import url("reset.css");
html {
}


* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 70%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #272727;
	line-height: 1.7em;
	background-image: url(../fotos/back-img.jpg);
	background-repeat: repeat;
	background-position: left -150px;
}
#wrapper {
	overflow: hidden;
	height: 100%;
	width: 100%;
	position: absolute;
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: justify;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
h1 {
	font-size: 185%;
	margin-bottom: 10px;
	padding-left: 17px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #83AC14;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
h2 {
	font-size: 160%;
	margin-bottom: 10px;
	padding-left: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #83AC14;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
h3 {
	font-size: 130%;
	margin-bottom: 10px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

a {
	outline:0;
	text-decoration: none;
	color: #666;
}
a:focus { outline:none }

a:link {
	
}

a:visited {
	
}
a:hover {
	
}
#navi #slider ul li a {
	color: #999;
	text-decoration: underline;
}
#navi #slider ul li a:visited {
	color: #999;
	text-decoration: underline;
}
#navi #slider ul li a:hover {
	color: #9C3;
	text-decoration: none;
}
#navi {
	width: 300px;
	position: relative;
	top: 149px;
	left: 0px;
	height: 400px;
	background-color: #FFF;
	color: #333;
	float: left;
}



pre{
	display:block;
	font:12px "Courier New", Courier, monospace;
	padding:10px;
	border:1px solid #bae2f0;
	background:#e3f4f9;	
	margin:.5em 0;
	width:500px;
	}		
#logo {
	top: 10px;
	height: 110px;
	position: absolute;
	z-index: 1;
	right: 10px;
}
#kopf {
	height: 50px;
	background-color: #F0F0F0;
	z-index: 1;
	clear: both;
	width: auto;
}

/* Easy Slider */

	#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	width: 600px;
		}
#cross-links {
	display: none;
}
.slide-menu {
	font-size: 90%;
	z-index: 1;
	position: absolute;
	left: 905px;
	top: 510px;
}
#slide-box {
	width: 600px;
	background-color: #FFF;
	position: relative;
	height: 100%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
.controller-titel  {
	width: 54px;
	position: relative;
	background-image: url(../fotos/controller-titel.jpg);
	background-repeat: no-repeat;
	background-position: 10px center;
}

/* Easy Slider */

	#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	background-color: #FFF;
		}
	#slider, #slider li{
	height:400px;
	overflow:hidden;
	position: relative;
	width: 300px;
		}
#mainnavi    {
	position: absolute;
	left: 0px;
	width: 270px;
	padding-right: 20px;
	padding-left: 10px;
	background-color: #F5F5F5;
	padding-top: 5px;
	padding-bottom: 10px;
}
#mainnavi li {
	display: inline;
	margin-right: 1em;
	float: left;
}
#mainnavi ul {
	list-style-type: none;
	margin-left: 1em;
}
	span#prevBtn{
	position: absolute;
	left: 165px;
	top: 405px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	z-index: 1;
}
	span#nextBtn{
	position: absolute;
	top: 405px;
	left: 225px;
	font-family: Verdana;
	font-size: 10px;
	z-index: 1;
}					

/* // Easy Slider */
span#nextBtn a {
	color: #FFF;
	background-color: #83AC14;
	padding: 3px;
	border: 1px solid #F6F6F6;
	text-decoration: none;
}
span#prevBtn a {
	color: #FFF;
	background-color: #83AC14;
	padding: 3px;
	border: 1px solid #F6F6F6;
	text-decoration: none;
}
span#nextBtn a:hover {
	color: #333;
	background-color: #FFF;
	border: 1px solid #F6F6F6;
	text-decoration: none;
}
span#prevBtn a:hover {
	color: #333;
	background-color: #FFF;
	border: 1px solid f6f6f6;
	text-decoration: none;
}
.slide-menu a img {
	display: block;
	padding-bottom: 10px;
}
.panelauswahl {
	position: absolute;
	width: 100px;
	left: 905px;
	top: 150px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
}
.panelauswahl a {
	background-color: #FFF;
	border: 1px solid #F4F4F4;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	float: left;
	margin-right: 3px;
	margin-bottom: 4px;
	height: 20px;
	width: 20px;
}
.panelauswahl a:visited {
	background-color: #FFF;
	border: 1px solid #F4F4F4;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	float: left;
	margin-right: 3px;
	margin-bottom: 4px;
	height: 20px;
	width: 20px;
}
.panelauswahl a:hover {
	background-color: #83AC14;
	border: 1px solid #F4F4F4;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	float: left;
	margin-right: 3px;
	margin-bottom: 4px;
	height: 20px;
	width: 20px;
	color: #FFF;
}
#navi #slider ul li .align-left {
	text-align: left;
}
.hide {
	display: none;
}
.h1 {
	padding-left: 15px;
	padding-top: 10px;
}
.h2 {
	padding-left: 15px;
	padding-top: 10px;
}
.intro {
	color: #333;
	font-weight: bold;
	text-align: justify;
}
.preis {
	font-size: small;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	background-color: #9C3;
	color: #FFF;
}
.smaller-preis  { font-size: x-small; }
.preis2 {
	font-size: small;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	background-color: #093;
	color: #FFF;
}
.small {
	font-size: x-small;
	font-weight: normal;
}
.dotted {
	border: 1px dashed #666;
	margin-top: 5px;
	margin-right: 14px;
	margin-bottom: 5px;
	margin-left: 14px;
	background-color: #EFEFEF;
}
.panelauswahl .panel-titel {
	background-color: #FFF;
	padding: 3px;
	text-align: center;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 0px;
	color: #666;
}
.externLinks {
	display: block;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
}
.angebot {
	background-color: #333;
	padding: 3px;
	border: 1px solid #666;
}
.space {
	margin-top: 150px;
}

