html,body {
	margin: 0px;
	padding: 0px;
	height:100%;
}

img {
	border: none;
}

body {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	color: #570a2a;
	background-image: url(../images/bg.jpg);
}

#rahmen {
	width: 980px;
	min-height: 1000px;
	position: absolute;
	left:50%;
	margin-left:-490px;
	box-shadow: 0 0 2px 2px #48172e;
	background-color: white;
}

#header {
	width: 980px;
	height: 261px;
	background-color: #631636;
	float: left;
}

#logo {
	width: 204px;
	height: 171px;
	position: absolute;
	left: 388px;
	box-shadow: 0 0 2px 2px #515151;
}

#navigation {
	width: 980px;
	height: 65px;
	float: left;
	background-color: #570a2a;
	margin-top: 92px;
	color: white;
}

#navigation a{
	color: white;
	text-decoration: none;
}

#navigation1 {
	width: 388px;
	height: 65px;
	float: left;
}

#navigation2 {
	width: 388px;
	height: 65px;
	float: left;
	margin-left: 204px;
}

#home a{
	width: 105px;
	height: 65px;
	text-align: center;
	vertical-align: middle;
	float: left;
	line-height: 65px;
}

#home a:hover{
	background-color: #643049;
}

#psychotherapie a{
	width: 154px;
	height: 65px;
	text-align: center;
	vertical-align: middle;
	float: left;
	line-height: 65px;
}

#psychotherapie a:hover{
	background-color: #643049;
}

#uebermich a{
	width: 129px;
	height: 65px;
	text-align: center;
	vertical-align: middle;
	float: left;
	line-height: 65px;
}

#uebermich a:hover{
	background-color: #643049;
}

#information a{
	width: 115px;
	height: 65px;
	text-align: center;
	vertical-align: middle;
	float: left;
	line-height: 65px;
}

#information a:hover{
	background-color: #643049;
}

#kontakt a{
	width: 90px;
	height: 65px;
	text-align: center;
	vertical-align: middle;
	float: left;
	line-height: 65px;
}

#kontakt a:hover{
	background-color: #643049;
}

#impressum a{
	width: 180px;
	height: 65px;
	text-align: center;
	vertical-align: middle;
	float: left;
	line-height: 65px;
}

#impressum a:hover{
	background-color: #643049;
}

#header_text {
	width: 980px;
	height: 69px;
	float: left;
	background-color: #e4dce5;
	font-size: 18px;
	text-align: center;
	padding-top: 35px;
}

#content {
	width: 900px;
	min-height: 400px;
	float: left;
	margin-left: 40px;
	margin-top: 40px;
}

#spalte1 {
	width: 430px;
	min-height: 400px;
	float: left;
}

#spalte2 {
	width: 430px;
	min-height: 400px;
	float: left;
	margin-left: 40px;
}

#bildbereich {
	width: 430px;
	height: auto;
	float: left;
}

#bildbereich1 {
	width: 430px;
	height: auto;
	float: left;
}

#bildbereich2 {
	width: 430px;
	height: auto;
	float: left;
}

#bildtext {
	width: 410px;
	height: auto;
	float: left;
	margin-top: 20px;
	padding: 10px 10px 10px 10px;
	background-color: #e4dce5;
	font-family: 'Crimson Text', serif;
	font-size: 20px;
	line-height: 24px;
}

#text {
	width: 430px;
	height: auto;
	float: left;
	margin-top: 20px;
}

#text1 {
	width: 430px;
	height: auto;
	float: left;
	margin-top: 20px;
}

#text2 {
	width: 430px;
	height: auto;
	float: left;
	margin-top: 20px;
}

#text_link1 {
	width: 410px;
	height: auto;
	float: left;
	margin-top: 20px;
	padding: 10px 10px 10px 10px;
	background-color: #e4dce5;
}

#text_link2 {
	width: 410px;
	height: auto;
	float: left;
	margin-top: 20px;
	padding: 10px 10px 10px 10px;
	background-color: #e4dce5;
}


#startseite_text {
	margin-top: 20px;
	font-family: 'Qwigley', cursive;
	font-size: 40px;
	line-height: 40px;
}

/* ###################################################### */
/* ####################### MAIN CONTENT ################# */
/* ###################################################### */
#content {
	font-size:13px;
	color:#570a2a;
	line-height:16px;
}
#content h1, #content h2 {
	margin:0 0 20px 0;
	padding:0;
	font-size:17px;
	font-weight:bold;
	color:#570a2a;
}
#content h1 {
	line-height:23px;
}
#content h1 a {
	color:#0060b1;
	text-decoration:none;
}
#content h2 {
	font-style:italic;
	font-size:11px;
}

img.hr {
	display:block;
	margin:10px 0;
	padding:0;
}

/* ###################################################### */
/* ####################### LINKS ######################## */
/* ###################################################### */
a {
	color:#570a2a;
	text-decoration:underline;
}
a:hover {
	text-decoration:underline;
}