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

html{
	height:100%;
	overflow:auto;
	padding:0;
}

body{
	background-color:#014c2f;
	height:100%;
	width:100%;
	margin:0;
	font-family:"Century Gothic", Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

h1{
	font-size:20px;
	font-weight:bolder;
	margin-bottom:15px;
	text-align:center;
	color:#014c2f;
}

h2{
	font-size:15px;
	font-weight:bolder;
	margin-top:20px;
}

p{
	text-align:justify;
}
 
a:link, a:active, a:visited{
	text-decoration:none;
	font-weight:bolder;
	color:#000000;
}

a:hover{
	text-decoration:underline;
}

table{
	font-size:12px;
}

label{
	width:100px;
	float:left;
}

input{
	margin-bottom:5px;
}


input, input:hover, input:active, input:visited{
background-color:#FFFFFF;}
select{
	margin-bottom:5px;
}
li{
	list-style-type:circle;
	list-style-position:inside;
}

fieldset{
	border:none;
}

td{
vertical-align:top;
}

.mailForm{
	width:400px;
	float:right;
	padding-right:15px;
}

.align-center{
	text-align:center;
}

.error{
	color:#FF0000;
}
.contenttable table{
	text-align:center;
	margin-left: auto; 
	margin-right: auto;
}

.gutscheinlabel{
	width:350px;
	float:left;
}



.img-shadowHLeft{
  display: block;
  position: relative;
  float:left;
  background: url(pics/shadowH.jpg) no-repeat bottom right;
  padding: 3px 5px 8px 12px; 
  margin-right:20px;

  } 

.img-shadowHCenter{
  display: block;
  position: relative;
  background: url(pics/shadowH.jpg) no-repeat bottom right;
  padding: 3px 5px 8px 12px; 
  margin:auto;
  } 

.img-shadowHRight{
  display: block;
  position: relative;
  float:right;
  background: url(pics/shadowH.jpg) no-repeat bottom right;
  padding: 3px 5px 8px 12px; 
  margin-left:10px;
  } 


.img-shadowWLeft{
  display: block;
  position: relative;
  float:left; 
  background: url(pics/shadowW.jpg) no-repeat bottom right;
  padding: 12px 9px 5px 2px; 
  margin-right:10px;
  } 
  
.img-shadowWCenter{
  display: block;
  position: relative;
  background: url(pics/shadowW.jpg) no-repeat bottom right;
  padding: 12px 9px 5px 2px;
  margin:auto;
  } 
  
.img-shadowWRight{
  display: block;
  position: relative;
  float:right; 
  background: url(pics/shadowW.jpg) no-repeat bottom right;
  padding: 12px 9px 5px 2px; 
  margin-left:10px;
  }   
  
DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG{
	border-color:#FFFFFF;
	border-width:1px;
	margin:0px;
} 
  

.title{
	margin:15px;
}

.floatLeftContent{
margin-left:10px;

}

.clear{
clear:both;

}

#left{
	position:absolute;
	left:0px;
	top:290px;
	width:161px;
	height:339px;
	background-image:url(pics/logoLeft.jpg);
	background-repeat:no-repeat;
}



#right{
	position:absolute;
	right:0px;
	top:290px;
	width:161px;
	height:339px;
	background-image:url(pics/logoRight.jpg);
	background-repeat:no-repeat;
}

#center{
	position:relative;
	width:952px;
	min-height:100%; /*for modern browsers*/
	height: auto !important; /*for modern browsers*/
	height:100%; /*for IE*/
	top:0;
	margin:0 auto;
	background-color:#eafdd0;
	z-index:2;
	left:50%;
	margin-left:-476px;

}

#header{
	position:absolute;
	width:100%;
	height:246px;
	top:0;
	background-image:url(pics/header.jpg);
	background-repeat:no-repeat;
}

#contentContainer{

	padding: 260px 20px 50px 30px;
	
}

#contentContainer:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;

}

#content{
	float: right;
	width:700px;
	padding-right:10px;
}



#menu{
	position: absolute;
	top:250px;
	width:188px;
	max-height:555px;
	
	z-index:4;
}

#logos{
	position: absolute;
	width: 180px;
	height: 85px;
	bottom: 50px;
	z-index:3;
}

#footerContainer{
	clear: both;
	width: 100%;
	background-image:url(pics/bottom.jpg);
	background-repeat:no-repeat;
	position: absolute;
	bottom: 0 !important;
	text-align:center;
	bottom: -1px; /* For Certain IE widths */
	height: 50px;
}

#footer{
	padding-top:5px;
	color:#eafdd0;
	font-size:10px;
}

#footer a{
	color:#eafdd0;
}
