/*  =========================================================
Layout Stylesheet
Datei: layout.css
Datum: 2009-07-13
Autor: Stefan Brockhaus | http://www.pixtura.de
========================================================== */

/* Bildlaufleiste im Firefox immer zeigen */
html { height: 101%;
}

html, body{
  background-color:#FFFFFF;
  background-image:url(../upload/bg.gif);
  background-position:center 120px;
  background-repeat:repeat-y;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  /*background-color:#E6E6E6;*/
  margin:0;
  padding:0;
  text-align:center;
 }


#wrapper{
  margin-left:auto;
  margin-right:auto;
  text-align:left;
  width:780px;
  w\idth: 780px;
}

#header{
  background-image:url(../upload/header.gif);
  position:relative;
  height:60px;
  /* background-color:#006633;*/
  font-weight:bold;
  font-size: 90%;
  color:white;
  width:780px;
}

#header .namen{
  position:absolute;
  float:right;
  top:0;
  left:15px;
  padding-top:5px;
}

#header .praxis{
  position:relative;
  float:right;
  top:0;
  left:-15px;
  padding-top:10px;
}

#logo {
 float:left;
 display:inline;
 position:absolute;
 height:200px;
 width:123px;
 margin:10px 0px 0px 680px;
 z-index:999;
}

img, div, .pngfix, input { behavior: url("css/iepngfix.htc") }

#flash{
/*   background-color:#FFFF00;*/
   position:relative;
   height:140px;
   width:780px;
}

#content{background-color: #ffffff;
  float: right;
  display:inline;
  position: relative;
  width:780px;
  height:100%;
  line-height:120%;
 }

#left{/*background-color: #fff000;*/

display: inline;
  position: relative;
  width:210px;
  float:left;
 	font-size: 75%;
  margin-top:25px;
  margin-left:30px;
  margin-bottom:30px;
}

#right{/*background-color: #fff000;*/

display: inline;
  position: relative;
  width:480px;
  float:right;
 	font-size: 75%;
  margin-top:25px;
  margin-left:30px;
  margin-right:30px;
  margin-bottom:30px;
}

h1 {
font-size: 100%;
}


h1.team {
font-size: 12pt;
border-bottom:1px solid #006633;
border-left:1px solid #006633;
padding:5px;
color:#006633;
margin-top:40px;
}

.imagebox {
	width: 150px;
	margin-right:7px;
	margin-bottom:15px;
	padding:0px;
/*	border:1px solid black;	*/
	float:left;
  }

html>body .imagebox {
	margin-right:10px;
  }



.leistungen {background-color:#006633; padding:1px; margin-bottom:5px;}

.leistungen h1 {color:white;margin:10px; }

.leistungen a {text-decoration:none; }

/* SHOW/HIDE */
.hidden { display: none; }
.unhidden { display: block; }


 /*  *** Float containers fix:  */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
 }

.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */


.block {
  display:block;
}

.reihe {
  clear: both;
  padding: 2px 0px;
}

.box_green {
color:#ffffff;
padding: 10px;
background-color:#006633;
}


.footer {float:left;}
.footer a {
  display:block;
  float:left;
  color:#000;
  text-decoration:none;
  padding:5px 15px 0 30px;
  height:19px;
  position:relative;
  font-size:11px;
  font-weight:bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
