@charset "ISO-8859-1";

*  {
padding:0;
margin:0;}

    body  {
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
	background-color: #d8f9fd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	margin: 0;
	background-image: url(../bilder/bg.jpg);
	background-repeat: repeat-x;
    }
a {
	color: #333333;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
a:visited {
	color: #000000;
}
p {
	line-height: 180%;
	font-size: 90%;
	margin-bottom: 12px;
	margin-top: 5px;
}
li {
	font-size: 90%;
	line-height: 150%;
	margin-left: 1.2em;
	padding-left: 0.3em;
}
h1 {
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	border-bottom-width: medium;
	border-bottom-style: dotted;
	padding-bottom: 15px;
	margin-top: 0px;
	margin-bottom: 60px;
}
h2 {
	font-size: 100%;
	margin-bottom: 20px;
	margin-top: 50px;
	line-height: 150%;
}
h3 {
	font-size: 90%;
	line-height: 150%;
	margin-bottom: 16px;
	margin-top: 30px;
}
h4 {
	font-size: 90%;
	font-weight: bold;
	margin-top: 60px;
}
h5 {
	font-size: 14px;
}

hr{
	background-color: #000; /* Farbe für Opera und Firefox */
	color: #000; /* Farbe für Internet Explorer (IE) */
	border: 0;
	height: 1px;
	margin-top: 60px;
	margin-bottom: 20px;
}
#wrapper  {
	width: 81%;
	text-align: center;
	margin: 0 auto
    } 
#logo {
	width: 228px;
	margin-left: 3em;
	padding-top: 0.7em;
}

#header {
	position: relative;
}
.headernavi {
	float: right;
	clear: left;
	font-size: 80%;
	background-color: #FFFFFF;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	padding-right: 10px;
	padding-left: 6px;
	overflow: auto;
	padding-bottom: 6px;
	padding-top: 5px;
	top: 0px;
	display: inline;
	margin-right: 5px;
	height: 100%;
	-webkit-border-radius: 0 0 15px 15px;
	-moz-border-radius: 0 0 15px 15px;
	border-radius: 0 0 15px 15px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

.headernavi ul {
	margin-top: 0.15em;
}
.headernavi li {
	display: inline;
	list-style-type: none;
	margin-left: 4px;
}
.headernavi  a {
	color: #999999;
	text-decoration: none;
}
.headernavi   a:hover, .headernavi a:focus {
	color: #000000;
}
.unfloat {
	float: left;
	height: 32px;
	display: inline;
	margin: 0px;
	padding: 0px;
	width: auto;
}
.floatright { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	clear: none;
	margin-left: 20px;
	margin-top: -5%;
    }
.center {
	text-align: center;
}
.centered {
    display: block;
	margin-top: 0;
    margin-left: auto;
    margin-right: auto 
	}
	
.floatleft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
	float: left;
	position: relative;
	top: 0px;
	display: inline;
	clear: none;
	margin-right: 10px;
    }
.clearfix {
	clear: both;
}
.bold {
	font-weight: bold;
}
.abstand-unten {
	margin-bottom: 2em;
}
#navibox {
	margin-bottom: -1px;
	position: relative;
	width: 100%;
	float: right;
	z-index:600;
	display: inline;
}
#Navigation {
	text-align: center;
	margin-top: -1em;
	margin-right: 2%;
	margin-bottom: -1px;
	margin-left: 1%;
	padding: 0px;
	float: right;
	z-index:200;
	display: inline;
  }
  #Navigation li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
	zoom: 1;
  }
.Navigation li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
	z-index:300;
}

  #Navigation a, #Navigation span {
	width: 7.4em;
	text-decoration: none;
	font-weight: bold;
	border-left-color: white;
	border-top-color: white;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	padding-right: 0.3em;
	padding-bottom: 0.1em;
	padding-left: 0.4em;
	font-size: 12px;
	height: 1.9em;
	display: inline;
	margin-top: 2.3em;
	margin-right: 0.1em;
	margin-bottom: 0;
	margin-left: 0.3em;
  }
  #Navigation a:hover, #Navigation a:focus, #Navigation span {
	border-color: white;
	border-left-color: #666666;
	border-top-color: #666666;
	margin-top: 1.9em;
	height: 2.3em;
	color: #000000;
	z-index:500;
	margin-bottom: 0px;
	display: inline;
  }
  
#Navigation #nav1 a {
	background-color: #cf3087;
}
#Navigation #nav2 a {
	background-color: #E64116;
}
#Navigation #nav3 a {
	background-color: #f19300;
}
#Navigation #nav4 a {
	background-color: #94AE34;
}

#Navigation #nav5 a {
	background-color: #7294c8;
	list-style-type: none;
	display: inline;
	float: left;
}
#Navigation #nav4:hover ul a {
	background-color:#94AE34;
	margin-top:3px;
	height:1.9em;
	padding-top: 5px;
	}
#referenzseite    #nav4   ul a, #nav4 ul a     {
	height: 1.9em;
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	background-color: #FF0000;
}
#nav4    ul li a, .topmenu ul:hover li a, .topmenu ul a, .topmenu:hover ul a     {
	height: 1.9em;
	margin-bottom: 0em;
	margin-top: 0em;
	background-color: #3366FF;
}


#Navigation #nav4 ul a:hover {
	background-color:#94AE34;
	color: #000000;
	}
ul#Navigation nav4:hover .topmenu:hover {
	z-index: 900;
	position: absolute;
	}
#indexseite #nav1 a, #serviceseite #nav2 a, #personseite #nav3 a, #referenzseite #nav4 a, #kontaktseite #nav5 a {
	color: #FFFFFF;
	height: 3.05em;
	margin-top: 1.2em;
	margin-bottom: 0px;
}
#container2 {
	text-align: center;
	padding: 0px;
	position: relative;
	z-index: 200;
	background-color: #FFFFFF;
	min-width: 600px;
	margin-bottom: 2em;
	z-index:1;
	margin-top: 0px;
}
#container2 {
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	-webkit-box-shadow: 10px 10px 50px grey;
	-moz-box-shadow: 10px 10px 50px grey;
	box-shadow: 2px 10px 50px grey;
	border: thin solid #cccccc;
		-webkit-border-radius: 0 10px 10px 0;
-moz-border-radius: 0 10px 10px 0;
border-radius: 0 10px 10px 0;
}
#sidebar2 {
	width: 300px;
	float: left;
	height: 632px;
	z-index: 510;
}
#mainContent  {
	text-align: left;
	padding-right: 8%;
	padding-left: 350px;
	padding-top: 1em;
	position: relative;
	padding-bottom: 50px;
	z-index:2;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	} 
#button {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	right: 30px;
	top: -30px;
	width: 115px;
	height: 20px;
	float: right;
	clear: none;
	display: inline;
}
#button a {
	color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	background-color: #FFFFFF;
}

#footer-wrapper  {
	float: none;
	background-color: #DDDDDD;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
    } 
#footer-wrapper  p  {
	margin: 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
	font-size: 0.7em;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
    }
#footer-wrapper a:hover, #footer a:focus {
	text-decoration: none;
}
.footer-inner {
	width: 80%;
	min-width: 20em;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	bottom: 0px;
	clear:left;
}
#mainnav dfn, .unsichtbar{
position:absolute;
top:-1000px;
left:-1000px;
width:0;  für alte ies
height:0;    für alte ies
overflow:hidden;  /*für alte ies*/
display:inline;  /*für alte ies*/
}
.einzug {
	margin-left: 0px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-bottom: 20px;
}
/*Kontaktformular*/
fieldset{
	padding:1em;
	margin:1em;
	border:1px solid #ccc;
}
form {
	border: thin solid #CCCCCC;
	padding: 0px;
	margin: 0px;
}
#telefon {
	padding-top: 35px;
	margin-top: 90px;
	padding-bottom: 20px;
}
#telefon img{
	margin-left:1em;
	margin-top:0.2em
	}
#h3 img{
	margin-left:1em;
	margin-top:-1em
	}
.kontaktformular {
	padding: 20px;
	border: medium dotted #7294c8;
	margin-top: 0px;
	text-align: center;
	height: 100%;
}
#fransen {
	height: 80px;
	background-image: url(../bilder/Bilder/fransen_03.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin-top: 0px;
	background-position: left top;
}
.einzuglinks {
	margin-left: 8%;
	margin-bottom: 50px;
	margin-right: 10px;
}
a img {
	border : 0 none;
}

#socialmedia {
	color: #999999;
	float: left;
	margin-right: 0em;
	margin-bottom: 2em;
	margin-left: 0.2em;
	clear: right;
	position: relative;
}
#socialmedia img {
	margin-right: 0.6em;
	margin-left: 0.1em;
}
#bottom_nav {
	color: #999999;
	float: right;
	clear: none;
	position: relative;
	margin-top: -5px;
	padding-right: 4px;
}
#bottom_nav   a {
	color: #666666;
	text-decoration: none;
	font-style: normal;
}
#bottom_nav  a:hover, #top_nav  a:focus {
	color: #000000;
}
.xx img {
	margin: -20px 0 20px 0;
	float: right;
}
.xx {
	width: 60%;
	margin-bottom: 40px;
}
#indexseite   .Stil1    {
	color: #0000FF;
}
#indexseite #wrapper #container2 #mainContent a {
	color: #D9003E;
}
#indexseite   #telefon img        {
	margin-left: -4px;
	margin-right: -3px;
}
