body{
	margin: 0px;
	background-color: #cecece;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4;
}


td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	background: #FFF;
	font-size: 0.8em;
	color: grey;
	text-decoration: none;
}

.header{
	background-color: #ffffff;
	width: 100%;
	height: 100px;
	text-align: center;
}

.tour{
	width: 100%;
	height: 50px;
	text-align: center;
	vertical-align: bottom;
}

.headimage{
	padding: 25px;
	width: 200px;
}

img{
border: none;
}

#liste ul { 
  list-style-type: disc; 
  list-style-position: outside; 
  margin: 0 0 0 15px; 
  padding: 0; 
} 

.shadow{
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#cecece', Direction=136, Strength=4);
	-webkit-box-shadow: 0px -5px 5px #aaaaaa;
	-moz-box-shadow: 0px -5px 5px #aaaaaa;
	box-shadow: 0px -5px 5px #aaaaaa;
	height: 10px;
	width: 100%;
	background: #cecece;
}

.menu{
	text-align: center;
	position:absolute;
	top:120px;
	left:50%;
	width: 820px;
	height: 60px;
	margin-left: -330px;
}

.menu div:hover{
	color: orange;
}

.menu a:hover{
	color: orange;
}

#menu_angebot{
	cursor: pointer;
}

.submenu{
	position:absolute;
	left: 275px;
	top:28px;
	z-index: 1000;
	display: none;
}

.submenu1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #FFF;
	font-size: 0.8em;
	color: grey;
	text-decoration: none;
	position: absolute;
	left: 24px;
	top:30px;
	width: 215px;
	
}


.submenu2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #FFF;
	font-size: 0.8em;
	color: grey;
	text-decoration: none;
	position: absolute;
	left: 24px;
	top:67px;
	width: 215px;
	
}


.submenu3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #FFF;
	font-size: 0.8em;
	color: grey;
	text-decoration: none;
	position: absolute;
	left: 24px;
	top:104px;
	width: 215px;
	
}

.linkbox{
	float:left;
	height: 20px;
	width: 130px;
	text-align: center;
	valign: center;
	padding: 15px;
	-moz-user-select:none;
	-khtml-user-select: none;
}

.gradient{
	width:2px;
	height: 50px;
	float: left;
}
	
.link{
	font-size: 12pt;
	text-decoration: none;
	color: #666666;
}
	
	
h1{
	font-weight: normal;
	text-align: left;
	font-size: 1.2em;
	color: #f47920;
	padding: 30px;
	margin: 0px;
	width: 600px;
	height: 20px;
	float: left;
}

h3{
	padding-top: 12px;
	margin-top: 12px
}

h4{
	padding-top: 7px;
	padding-bottom: 0px;
}


p, td{
	text-align: justify;
	font-size: 10pt;
}

table{
	padding-top: 10px;
}

.startcontent{
	height: 500px;
	width: 660px;
	float: left;
	position: absolute;
}

.hiddendivleft{
	background-color: #000000;
	position: absolute;
	width: 230px;
	height: 60px;
	left: -20px;
	top: 100px;
	opacity: 0;
}

.hiddendivright{
	background-color: #000000;
	position: absolute;
	width: 230px;
	height: 60px;
	left: 450px;
	top: 100px;
	opacity: 0;
}


.hiddendivbottom{
	background-color: #000000;
	position: absolute;
	width: 140px;
	height: 200px;
	left: 260px;
	top: 220px;
	opacity: 0;
}


.starttextright{
	text-align: right;
	font-size: 1.2em;
	color: #f28b1e;
	position: absolute;
	top: 117px;
	left: 500px;
	opacity: 0.2;
}

a{
 text-decoration: none; 
 text-underline: none;
}

.starttextcenter{
	text-align: center;
	font-size: 1.2em;
	color: #f28b1e;
	position: absolute;
	top: 290px;
	left: 50%;
	margin-left: -88px;
	width: 176px;
	opacity: 0.2;
}


.starttextleft{
	text-align: left;
	font-size: 1.2em;
	color: #f28b1e;
	position: absolute;
	top: 117px;
	left: 70px;
	opacity: 0.2;
}

.textbox a{
	color: #f4940e;
}
	
.textbox {
	text-align: left;
	background: #FFF;
	font-size: 0.8em;
	color: grey;
	width: 600px;
	height: auto;
	-moz-border-radius:15px;
	-khtml-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius: 15px;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	float: left;
}

.tour_arrow_left{
	top: 300px;
	left:50%;
	position:absolute;
	margin-left: -430px;
	width: 100px;
	height: 200px;
}

.tour_arrow_left a{
	font-weight: bold;
	color: #f1cd8b;
	font-size: 6em;
}

.tour_arrow_right a{
	font-weight: bold;
	color: #f1cd8b;
	font-size: 6em;
}

.tour_arrow_right{
	color: #fff;
	top: 300px;
	left:50%;
	position:absolute;
	margin-left: 330px;
	width:100px;
	height: 200px;
}

.content{
	top: 200px;
	left:50%;
	position:absolute;
	margin-left: -330px;
	width:660px;
	height: auto;
}
	
	
.footer{
	font-size: 0.9em;
	color: #aaaaaa;
	padding: 30px;
	width: 600px;
	height: 100px;
	float: left;
	text-align: center;
}

.footer a{
	font-size: 0.9em;
}
	
.main{
	text-align: center;
	height: 700px;
	width: 100%;
	background: #cecece; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #ffffff 12%, #cecece 70%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(12%,#ffffff), color-stop(70%,#cecece)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 12%,#cecece 70%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #ffffff 12%,#cecece 70%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #ffffff 12%,#cecece 70%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #ffffff 12%,#cecece 70%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cecece',GradientType=0 ); /* IE6-9 fallback on horizontal gradient */
}

.zitat{
	margin-left: 30px;
	margin-right: 30px;
}

.input{
	width: 210px;
	margin: 2px;
}

.textarea{
	width: 342px;
	resize: none;
	padding-left: 0px;
}

.kontakt_text{
	width: 200px;
}

.kontakt_label{
	width: 129px;
}


.ref_logo{
	width: 230px;
	text-align: center;
}
