@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	background-image: url(bilder/hintergrund.jpg);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #CCCCCC;
}
h1 {
	font-size: 18px;
	font-weight: bold;
}
h2 {
	font-size: 22px;
	color: #FFB300;
}
p {
	font-size: 14px;
	font-weight: normal;
}
a {
	color: #FFB300;
}
.wrapper {
	width: 950px;
	margin: auto;
}
.klein {
	font-size: 9px;
	color: #000000;
}
#inhalt {
	float: left;
	display: inline;
	width: 850px;
	text-align: left;
	margin: 30px 50px 0 50px;
}
#navigation {
	width: 100%;
	background-color: #FDB330;
	height: 20px;
	margin: 23px 0 10px 0;
	text-align: left;
}
#box {
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	padding: 10px;
	float: right;
	display: inline;
	width: 300px;
	text-align: left;
	margin: 20px 10px 0 0;
}
.erscheiner {
	position: absolute;
	top: 270px;
	right: 20%;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	padding: 10px;
	width: 300px;
	text-align: left;
}
li {
	list-style-image: url(bilder/dot.gif);
}
#fuss {
	clear: both;
	position: relative;
	width: 950px;
	margin: auto;
}

.eintrag{
	position: relative;
	background-color: #F4F4F4;
	border: 1px solid #d1d1d1;
	padding: 20px;
	margin: 0 0 20px 0;	
}
table.therapeuten td{
	padding-right:40px;
}
.tabelle td {
	padding: 2px;
}
.navi {
	float: left;
	display: inline;
	padding: 3px 24px 3px 25px;
	border-right: 1px solid #ffffff;
}
.navi a {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.navi a:hover {
	color: #ffffff;
}

input.login{
	width:200px;
}

