*{
	font-size:14px;
	text-align:left;
	margin:0px;
	padding:0px;
	
}

body{
	background-color:#eef4d6;
	background-image:url(../background.jpg);
	font-family:Helvetica, Arial, Verdana, sans-serif;
	text-align:center;
	position:center;
	line-height:20px;
	font-size:12px;
}

/* 1. Wert: oben; 2. Wert: rechts; 3. Wert: unten; 4. Wert: links; */

/* Layout */

div{
	margin:auto;
	width:100%;
	overflow:auto;
}

#wrapper{ /*Alles bis auf die Fußzeile, also alles mit weißem Hintergrund */
	background-color:white;
	text-align:center;
	width:900px;
	margin:auto;
	margin-top:50px;
}

#kopf{ /* Die Kopfzeile, also das Logo und die Überschrift */
	width:900px;
	height:200px;
	margin-bottom:10px;
	padding-top:10px;
}

.left{ /* Das Logo */
	width:300px;
	height:200px;
	float:left;
	text-align:left;
}

.right{ /* Überschrift */
	width:500px;
	height:200px;
	float:right;
	text-align:right;
	padding-right:10px;
}

#navigation{ /* Navigationsleiste */
	clear:both;
	float:left;
	width:270px;
}

#text{ /*Text neben der Navigationsleiste */
	float:right;
	width:530px;
	margin-right:35px;
}

.abstand {
	margin-bottom:10px;
	margin-left: 14px;
}

#unten{ /* Text unter Navigationsleiste + Text */
	clear:both;
	padding-top:100px;
	padding-bottom:50px;
}

#footer{ /*Fußzeile */
	margin-top:30px;
	text-align:center;
	width:100%;
}


/* Bilder */

img{
	border:0px;
	margin-left:auto;
	margin-right:auto;
}

img.logo{ /* Logo */
	margin-top:20px;
	margin-left:30px;
}

img.streit{ /* Streit */
	margin-top:10px;
	margin-left:30px;
	margin-bottom:10px;
}

img.head1{ /* Bernd Thormann */
	margin-top:20px;
	margin-right:20px;
}

img.head2{ /* Praxis für Psychotherapie */
	margin-right:20px;
	margin-bottom:20px;
}

img.Strang{
	display:block;
	/* margin:0px; */
	margin-left:auto;
	margin-right:auto;
}

/* Navigation */

#navigation ul{
	list-style-type:none;
}

#navigation li{
	border-bottom:1px solid black;
	text-align:left;
}


/* Links */

img a{
	border:0px;
}

#navigation a{
	display:block;
	padding:6px 12px;
	background:white;
}

#navigation a:hover {
	background-color:#D9D9D9;
	color:black;
}

#navigation li.active a{
	background-color:#BABABA;
}


