﻿/** GENERELLES 	

border: 1px solid red;
**/

div, img, body
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: verdana, sans, tahoma;
	color: #666;
	/* background: url('grafiken/hintergrund-voll.jpg') top left repeat-x; */
}

a		{ text-decoration: none; color: #4c4c4c; }
a:hover	{ font-weight: bold; }


.foto-rechts
{
	float: right;
	margin: 10px;
}

.mitte {
	text-align: center;
}



/** DESIGN **/
#umriss
{
	margin-top: 10px;
	text-align: left;
	width: 990px;
	font-size: 0.74em;
	position: relative;
}

#umriss-spalten
{
	background: url('grafiken/hintergrund.jpg') top left repeat-y;
}

#umriss-spalten-innerhalb
{
	background: url('grafiken/navigation-hintergrund.jpg') bottom left no-repeat;
}



/** LOGO / KOPF **/
#kopf
{
	height: 108px;
	margin-bottom: 15px;
	position: relative;
}

#kopf h1
{
	font-size: 1.9em;
}

#kopf #logo
{
	position: absolute;
	bottom: 0px;
	left: 95px;
}

#kopf #zertifikat
{
	position: absolute;
	bottom: -10px;
	right: 180px;
}

#kopf #logo-ueberschrift
{
	position: absolute;
	bottom: 8px;
	left: 210px;
}

#kopf #logo-ueberschrift h1
{
	margin-bottom: 5px;
}

#kopf #logo-ueberschrift p
{
	margin-bottom: 0;
	margin-top: 0px;
}



/** KLEINE NAVIGATION OBEN **/
#kopf-navigation
{
	background-color: #999999; /* Vorher #666 */
	padding: 5px 5px 5px 10px;
	margin: 0;
	margin-right: 180px;
	font-size: 0.9em;
	text-align: right;
}

#kopf-navigation ul
{
	margin: 0;
	padding: 0;
}

#kopf-navigation ul li
{
	display: inline;
	margin: 0 3px;
}

#kopf-navigation ul li a
{
	color: white;
}

#kopf-navigation ul li span.active
{
	color: white;
	font-style: italic;
	font-weight: bold;
}



/** LINKS **/
#navigation
{
	float: left;
	width: 195px;
}

#navigation ul
{
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
	padding-left: 15px;
}

#navigation ul li
{
	margin: 10px 0;
	color: white;
	font-weight: bold;
}

#navigation ul li a, #navigation ul li span.active
{
	display: block;
	padding: 5px 5px 5px 20px;
	margin: 0 10px 0 0;
	background: url('grafiken/menuepunkt-hover.jpg') center left no-repeat;
	font-weight: normal;
	color: white;
}

#navigation ul li span.active
{
	font-weight: bold;
}

#navigation ul li a:hover
{
	text-decoration: underline;
	font-weight: normal;
	background: url('grafiken/menuepunkt.jpg') center left no-repeat;
	
}

#praxisschwerpunkte
{
}

#navigation h2
{
	font-size: 1em;
	text-align: center;
	color: white;
	/* border-bottom: 1px solid white; */
}



/** RECHTS **/
#information
{
	float: right;
	width: 175px;
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
}
#information h1
{
	font-size: 1.1em;
	margin: 15px 5px 0px 5px;
	padding: 0px;
	margin-top: 15px;
}
#information  p
{
	margin: 15px 5px 0px 5px;
	padding:0px;
}
#information  a
{
	font-size: 0.95em;
}
#information  a:hover
{
	text-decoration: underline;
	font-weight: normal;
}



/** UNTEN **/
#abschluss
{
	clear: both;
	text-align: right;
	margin: 0;
	margin-right: 180px;
	padding: 0 5px 30px 0;
	background-color: white;
}



/** MITTE **/
#inhalt
{
	margin-left: 205px;
	margin-right: 180px;
	padding: 0 10px 0 10px;
	text-align: justify;
	line-height: 150%;
	border: 1px solid white;
	border-bottom: 1px solid #abacae;
	border-right: 5px solid #abacae;
	background-color: white;
}

#inhalt h1, #inhalt h2, #inhalt h3, #inhalt h4, #inhalt h5 {
	text-align: left;
}

#inhalt h1
{
	font-size: 1.3em;
}

#inhalt h2
{
	font-size: 1.1em;
}

#inhalt h3
{
	font-size: 1em;
}
