
/* ====== Erstellt Freitag 18.01.2008 ====== */
/* ====== Basis ====== */

html {
	text-align: center;	
	overflow: -moz-scrollbars-vertical; 	
}
	
body {  
	font-family: Arial, Helvetica, sans-serif;	
	margin: 20px auto;
	width: 1020px;
    font-size: 62.5%;	
    color: #333; 
}

* {
	padding: 0;
	margin: 0;
}

html>body a:focus { 
	-moz-outline-style: none; 
}

img, a img { 
  	border: none;
}

a {
	text-decoration: none;
}

.klar {  
	clear: both;  
	line-height: 0;  
	font-size: 1px;  
	height: 0;
}		

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color: #849254;
	font-size: 1.6em;
	font-weight: bold;	 
	margin: 15px 0;
}		

h2 {
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
	margin: 15px 0 10px 0;  
}

h2.bullet {
	background: url(/img/bullet_h2.gif) no-repeat scroll 0pt 5px;
	padding-left: 10px;
}

p {	
	line-height: 165%;
	font-size: 1.2em;
    margin-bottom: 10px;	
}	

.red {
	color: red;
}

.white {
	color: #fff;
}

ul {
	list-style: none;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.margin {
	margin: 6px 15px 20px 0;
	border: 1px solid #aaa;
	padding: 1px;
}

/* ====== Content ====== */

#head {
	width: 1020px;
	height: 115px;	
	background: #fff url(/img/bg_bilder.jpg) top left no-repeat;
}

#main {
	background: #fbffb9;
	border: 1px solid #aaa;
	border-top: none;
}

#center {
	width: 802px;
	margin: 0 auto;	
}

#content {
	background-color: #f0ffd0;
	text-align: left;
	width: 100%;
	height: 400px; /* für den ie */
	margin-bottom: 30px;
	border: 1px solid #92A061;
}

body#home #content {
	background: #f0ffd0 url(/img/ozeana.jpg) bottom right no-repeat;
}

/* folgende anweisung wird nicht vom ie interpretiert */
#content[id] {
    height: auto;
    min-height: 400px;
}

#contentPad {
	padding: 20px 60px 30px 60px;
}

.left {
	float: left;
	width: 340px;
}

.right {
	float: left;
	width: 340px;
}

ul.content {
	font-size: 1.2em;	
	margin-left: 20px;
}

ul.content li {
	background: url(/img/minus.gif) no-repeat scroll 0pt 7px;
	padding-left: 10px;
}
	
a.contentlink {
	color: #333;
	text-decoration: underline;
}

a.contentlink:hover {
	color: #888;
	text-decoration: underline;
}
	
.box {
	width: 130px;
	border: 1px solid #888;
	background: #fff;
	padding:  0 15px 10px;
	margin: 45px 0 0 45px;
}

div.team {
	width: 440px;
	float: right;
	padding-right: 20px;
}
	
/* ====== Wissenswertes ====== */

table.info {
    margin-bottom: 40px;	
}

table.info td {
	line-height: 165%;
	font-size: 1.2em;
    margin-bottom: 10px;	
	border-bottom: 1px solid #888;
	padding: 2px 0;
}

table.info td.breite {
	width: 420px;
}

/* ====== Hauptnavigation ====== */

ul#nav {
	float: left;	
	margin: 20px 0;		
	width: 100%;
}

#nav li {
	float: left;
	font-size: 1.2em;	
	margin-right: 14px; 
}

#nav li.last {
	margin-right: 0; 
}

#nav li a {
	font-family: Arial, Helvetica, sans-serif;		
	background: url(/img/bg_navi_over.gif) no-repeat left top;
	float: left;
	width: 122px;
	text-align: center;
	font-weight: bold;
	color: #fff;	
	padding: 5px 0;
}

body#home #n_home a, body#praxis #n_praxis a, body#team #n_team a, body#kontakt #n_kontakt a, body#leistung #n_leistung a, body#impressum #n_impressum a, #nav li a:hover {
	background: url(/img/bg_navi_green.gif) top left no-repeat;
	color: #fff;		
	padding: 5px 0;
}	

#footer {
	font-size: 1.1em;	
	margin-bottom: 30px;	
}

#dommain {
	visibility: hidden;
	font-size: 10px;
	margin-top: -5px;
}


