@import url(http://fonts.googleapis.com/css?family=Arvo:400,700);
@import url(http://fonts.googleapis.com/css?family=Gudea);

* {
	margin: 0px;
	padding: 0px;
	border:0px;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	background: url(../image/bg_body.jpg) 0px 0px no-repeat fixed;
	background-size:auto;
	font-family: 'Gudea', sans-serif;
	font-size:15px;
	line-height:22px;
	color: #333;
	background-size: 101% 101%;
}
.wrapper{
	width:1000px;
	margin:0 auto;
	position:relative;
	display:table;
	}
#head {
	width:100%;
	height:370px;
	background: url(../image/bg_head_welle_klein.png) top center repeat-x;
	}
#index #head {
	width:100%;
	height:700px;
	background: url(../image/bg_head_welle_gross.png) top center repeat-x;
	}
#slider_home {
	position:relative;
	height:460px;
	margin-top:22px;
}
#slider_home img {
	border:#FFFFFF 5px solid;
	border-radius: 20px;
	}
#slider_home_welle{
	position:absolute;
	background:url(../image/bg_welle_home.png) center 339px no-repeat;
	width:1000px;
	height:460px;
	opacity:0.65;
	z-index:1000;
	}
	
.slider_home_text {
	position:absolute;
	width:280px;
	margin-left:5px;
	margin-top:200px;
	background: rgba(128, 128, 128, 0.5);
	padding:20px;
	
	border-top-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-right-radius: 20px;
	-o-border-top-right-radius: 20px;
	
	border-bottom-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-o-border-bottom-right-radius: 20px;
}

.wasserspritzer {
	background:url(../image/wasserspritzer.png) center center no-repeat;
	width:250px;
	height:200px;
	position:relative;
	top:-125px;
	left:-100px;
}
	
/*logo und kontur weg*/
#logo{
	margin-top:36px;
	width:280px;
	height:100px;
	background: url(../image/logo.png) no-repeat;
	}
#index #logo{
	margin-top:24px;
	width:280px;
	height:100px;
	background: url(../image/logo_home.png) no-repeat;
	margin-bottom:10px;
	}
#klick_logo{
	width:280px;
	height:100px;
	display:block;
	}
#logo a:active, #logo a:focus, #logo a:hover, #logo img, #logo a img{
	border: none;
	outline :none;
}	

/*------Nav---------*/
#nav a:active, #nav a:focus, #nav a:hover, #nav img, #nav a img{
	border: none;
	outline :none;
}
#nav {
}
#nav ul li {
	list-style: none;
	display:inline-block;
}
#nav ul li a {
	text-decoration:none;
	color: #fff;
	display:inline-block;
	padding:15px 27px 15px 27px;
	margin:0px 5px 0px 0px;
	text-align:center;
	background:#666666;
	font-family: 'Arvo', serif;
	line-height:15px;
	
	border-bottom-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-o-border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;	
	-webkit-border-bottom-left-radius: 20px;
	-o-border-bottom-left-radius: 20px;
}

#nav ul li a:link, #nav ul li a:visited {
}
#nav ul li a:hover, #nav ul li a:focus {
	background: #008dcd;
}
#nav ul li .active {
	background: #008dcd;
}



/*------------contents------------*/
#maincontent{
	display:table;
	width:1000px;
	}
/*content gross*/
.contentbox_ganz{
	display:table;
	position:relative;
	width:1000px;
	background:#e6f5fc url(../image/bg_content_drops.png) center left no-repeat;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.37);
	margin-bottom:40px;
	overflow:hidden;
}
.contentbox_ganz_in_l{
	width:440px;
	padding:30px 0px 30px 30px;
	float:left;
	display:table;
	}
.contentbox_ganz_in_r{
	width:440px;
	padding:30px 30px 30px 0px;
	margin-left:520px;
	display:table;
	}

/*content klein*/

body .no_margin_bottom{
	margin-bottom: 0;
	}

.contentbox{
	margin-bottom:40px;
}
.contentbox_halb_l{
	width:425px;
	float:left;
	display:table;
	background:#e6f5fc url(../image/bg_content_drops.png) center right no-repeat;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.37);
	padding:30px;
}
.contentbox_halb_r{
	width:425px;
	margin-left:515px;
	display:table;
	background:#e6f5fc url(../image/bg_content_drops.png) center left no-repeat;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.37);
	padding:30px;
}

.contentbox_halb_in_l{
	width:200px;
	float:left;
}
.contentbox_halb_in_r{
	width:200px;
	margin-left:220px;
	padding-left:10px;
}

.contentbox_halb_l, .contentbox_halb_r, .contentbox_ganz {
	border-radius:20px;
	}

/*------------footer-------------*/
#footer{
	width:100%;
	height:380px;
	background: url(../image/bg_footer_riff.png) top center repeat-x;
	overflow:hidden;
	}
#footer_unten{
	width:100%;
	margin-top:324px;
	padding:18px 0px;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.37);
	background: rgba(128, 128, 128, 0.6);
	}
	
	

/*------------elements-------------*/
#maincontent ul{
	margin-bottom:0.4em;
	}
#maincontent li{
	margin-left: 15px;
	}
	

h1, h2, h3, h4{
	font-family: 'Arvo', serif;
	font-weight: 400;
	}
h1{
	font-size: 26px;
	color: #008dcd;
	margin-bottom:17px;
	text-transform:uppercase;
	line-height:32px;
}
h2{
	font-size: 19px;
	color: #008dcd;
	margin-bottom:7px;
}
h3 {
	font-size: 16px;
	color: #008dcd;
	margin-bottom:5px;
}
	
p{
	margin-bottom:0.5em;
	}
a:link, a:visited {
	text-decoration:underline;
	color: #666;
}
body a:hover {
	color:#008dcd;
	text-decoration:none;
}
#footer_unten p, #footer_unten a {
	color: #fff;
	font-family: 'Arvo', serif;
	}
.slider_home_text h1 {
	font-size: 20px;
	color: #ffffff;
	margin-bottom:10px;
	text-transform:none;
	line-height:28px;
	}
.slider_home_text p {
	font-size: 15px;
	color: #ffffff;
	text-transform:none;
	line-height:21px;
	}
.slider_home_text a {
	text-decoration:none;
	display:block;
	position:relative;
	color: #ffffff;
	font-size: 15px;
	}

/*===============================================*/
/*Kontaktformulat*/
.adresse {
	width: 180px;
	position: absolute;
	top: 30px;
	right: 0px;
	padding: 8px;
	border: 1px dashed #CCC;
}
#kontaktformular {
}
#kontaktformular p{
	margin-bottom:4px;
}
#kontaktformular input, #kontaktformular textarea {
	color:#666;
	font-size: 14px;
}
#kontaktformular input:focus, #kontaktformular textarea:focus {
	border: 1px solid #CCC;
}
.formtext {
	width: 120px;
	display: block;
	clear:both;
	margin-top:15px;
	font-family: 'Arvo', serif;
	font-weight: 400;
}
.formimput {
	width: 100%;
	padding:5px;
	border: 1px solid #fff;
}
.dropdown_formular {
	padding:3px;
	border: 1px solid #CCC;
	margin:2px 0px;
	color:#666;
}
#nachricht {
	}
body #senden{
	margin-top:4px;
	background-clip: padding-box;
	background-color: #008dcd;
	background-image: linear-gradient(to bottom, #83CAFA, #008dcd);
	border-radius: 3px;
	color: white;
	display: inline-block;
	font-size: 16px;
	padding: 7px 18px;
	text-decoration: none;
	}
body #senden:hover { 
	background-color: #513C61;
	background-image: linear-gradient(to bottom, #008dcd, #008dcd);
	cursor: pointer;
}
body #senden:focus {
	background-color: #513C61;
	background-image: linear-gradient(to bottom, #008dcd, #008dcd);
	cursor: pointer;
	border:none;
}