* {
	padding:0;
	margin:0;
}

body {
	color: #222222;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #3399CC;
	

}

#bg {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
  z-index: -1;
}
#bg img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
 
}

table {

	color: #0F58A7;	
	text-align:left;
}



h2 {
	font-size:20px;
	color: #0F58A7;
}
h2 a:link {
	text-decoration:none;
	color: #222222;
}
h2 a:hover {
	text-decoration:underline;
	color: #0F58A7;
}
/* unvisited link */
a:link {
    text-decoration: none;
}

/* visited link */
a:visited {
	text-decoration: none;
    color: #222222;
}

p {
	color: #0F58A7;	
	
	line-height: 1.5;
	
	
}


h1 {
	font-size:25px;
	margin-bottom: 15px;
	color: #0F58A7;	
}
h1 a:hover{
	color:#0F58A7;
	text-decoration:underline;
	}
h1 a:link,
h1 a:visited {
    color:#0F58A7;
}

h3 {
	color: #222222;	
}

#newh1{
	font-size:25px;
	margin-bottom: 5px;
	color: #0F58A7;
	
}



#inhalt {
	color: #222222;
	margin-left: 20px;
	margin-top: 10px;
	
}

#texts {
	color: #0F58A7;
	text-align: justify;	
}

#header_top {
	background:#FFFFFF;	
	min-height: 180px;
	margin-left:45px;
	width: 100%;
	width: 900px;
	
	
}



#texts_title {
	font-weight: bold;
	text-decoration: underline;
	color: #222222;

	
}
	
#wrapper {
/*	background:url(images/bg.jpg); */
	background: #fff; /* old browsers */
	background: -moz-linear-gradient(top, #fff 0%, #BFBFBF 100%); /* firefox */
	background: -webkit-gradient(linear, center top, left bottom, color-stop(0%,#fff), color-stop(100%,#BFBFBF)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#BFBFBF',GradientType=0 ); /* ie */
	color: #fff;
	width: 100%;
	width: 900px;
	margin: 0 auto;
	margin-left:45px;
}

#logo h1 {
	float: left;
	background: url(images/logo_dark.png) no-repeat top left;
	margin-top: 25px;
	margin-left: 20px;
	width: 400px;
	height: 113px;
}

#logo h1 a {
	text-indent: -9999px;
	width: 126px;
	height: 113px;
	display: block;
}

#nav {
	margin-top: 50px;
	float: right;
	
}

#slider {

	clear: both;
	
	
}

#back{
	width: 900px;
	background-color:#FFFFFF;

	
}

#piecemaker {

	width: 800px;
	min-height: 300px;
	text-align: left;
}

#piecemaker ul {
	list-style: inside;
	
}
#piecemaker li {
	line-height:22px;
	padding-right:40px;	
}

#content {
	min-height: 340px;
	width: 800px;
	text-align: left;
	color: #0F58A7;	
	
}

#content2 {
	min-height: 100px;
}

#margin_top {
	min-height: 115px;
}
#googleMap {
	margin-top: 10px;
	text-align: left;
}




#footer-wrap {
	background: #595959; /* old browsers */
	background: -moz-linear-gradient(top, #595959 0%, #363636 100%); /* firefox */
	background: -webkit-gradient(linear, center top, left bottom, color-stop(0%,#595959), color-stop(100%,#363636)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595959', endColorstr='#363636',GradientType=0 ); /* ie */
	color: #fff;
	width: 100%;
}

#footer { /* Footer size here; padding */
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0;
	font: 12px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	
}
/* unvisited link */
#footer a:link {
	color: #FFFFFF;
	font-style:normal;
	font-weight:bold
	
}

/* visited link */
#footer a:visited {
	color: #FFFFFF;
	font-weight:bold
}

/* mouse over link */
#footer a:hover {
	color: #999999;
	font-weight:bold
}

#beforeheader-wrap {
	background: #595959; /* old browsers */
	background: -moz-linear-gradient(top, #595959 0%, #363636 100%); /* firefox */
	background: -webkit-gradient(linear, center top, left bottom, color-stop(0%,#595959), color-stop(100%,#363636)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595959', endColorstr='#363636',GradientType=0 ); /* ie */
	color: #fff;
	width: 100%;
}

#beforeheader { /*  size here; padding */
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 0;
}

input#join {
    color: #222;
    font-size: 12px;
    border: none;
    padding: 5px;
    width: 150px;
    height: 21px;
	background: #EFEFEF; /* old browsers */
	background: -moz-linear-gradient(top, #EFEFEF 0%, #D9D9D9 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EFEFEF), color-stop(100%,#D9D9D9)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EFEFEF', endColorstr='#D9D9D9',GradientType=0 ); /* ie */
}

input.submit {
	background: #EFEFEF; /* old browsers */
	background: -moz-linear-gradient(top, #EFEFEF 0%, #D9D9D9 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EFEFEF), color-stop(100%,#D9D9D9)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EFEFEF', endColorstr='#D9D9D9',GradientType=0 ); /* ie */
	font-weight: bold;
	font-size: 13px;
	color: #8dac2d;
	text-transform: uppercase;
	border: none;
	height: 31px;
	width: 70px;
	padding: 0 5px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

input.submit:hover {
	color: #769026;
}



/* ---------------------------------------------------------------------- */
/* HTML5/CSS3 Gray Navigation Menu 
/* ----------------------------------------------------------------------
Version: 1.0
Author: Ixtendo
Author URI: http://www.ixtendo.com
License: MIT License
License URI: http://www.opensource.org/licenses/mit-license.php
------------------------------------------------------------------------- */


* {
	margin: 0;
	padding: 0;
	outline: none;	
}

ul {
	list-style: none;	
}

#navigation {
	margin: 10px 0;	
	font: bold 12px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #444;
}

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

#navigation ul {	
	float: left;
	border-radius: 100px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.07);
    overflow: hidden;
}

#navigation li {
	float: left;
	border-style: solid; 
	border-width: 1px;
    border-color: #BABABA #BABABA #BABABA #FFF;
	box-shadow: 0 1px rgba(255,255,255,1) inset;
	-webkit-box-shadow: 0 1px rgba(255,255,255,1) inset;
	background: #F7F7F7; /* Old browsers */
	background: -moz-linear-gradient(top, #F7F7F7 0%, #dedddd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F7F7F7), color-stop(100%,#dedddd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #F7F7F7 0%,#dedddd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #F7F7F7 0%,#dedddd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #F7F7F7 0%,#dedddd 100%); /* IE10+ */
	background: linear-gradient(top, #F7F7F7 0%,#dedddd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F7F7F7', endColorstr='#dedddd',GradientType=0 ); /* IE6-9 */	
}

#navigation li:hover, #navigation li.current {
	box-shadow: 0 1px rgba(255,255,255,0.2) inset;
	-webkit-box-shadow: 0 1px rgba(255,255,255,0.2) inset;
	border-color: #353535 !important;
	background: #353535; /* Old browsers */
	background: -moz-linear-gradient(top, #686767 0%, #353535 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#686767), color-stop(100%,#353535)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #686767 0%,#353535 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #686767 0%,#353535 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #686767 0%,#353535 100%); /* IE10+ */
	background: linear-gradient(top, #686767 0%,#353535 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#686767', endColorstr='#353535',GradientType=0 ); /* IE6-9 */
}

#navigation a {
	display: block;
	padding: 10px 15px;
	color: #444;
	text-decoration: none;
	text-shadow: 0 1px #FFF;
}

#navigation a:hover, #navigation li.current a {
	color: #FFF;
	text-shadow: 0 1px #000;
}

#navigation li:first-child {
	border-left-color: #BABABA;
	border-radius: 100px 0 0 100px;
}

#navigation li:last-child {
	border-radius: 0 100px 100px 0;
}


/*
slideshow at index
*/
#fotos {
	margin:0;
	margin-left: 7%;
	width:800px;
	height:450px;
}
#fotos ul {
	list-style:none;
	padding:0;
	margin:0;
}
#fotos ul li img {
	width:790px;
	
}


div.content {
	overflow:auto;
	position: fixed;
	float: left;
	width: 100%;
	height:100%;
	margin: 0;
}

div.hintergrundbild, div.hintergrundbild_home, div.hintergrundbild_team, div.hintergrundbild_ordination, div.hintergrundbild_kontakt, div.hintergrundbild_tafel, div.hintergrundbild_infos  {
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
}


