* { margin: 0; padding: 0; }
p { margin: 0 0 20px 0; font-weight: normal; font-size: 16px; text-align: left; }
a:active, a:focus { outline: none; }
html, body {
	color: #002474;
	font-family: verdana, arial, tahoma;
	}
	
.list { padding: 0 0 10px 30px; }
.space { height: 30px; }
.space10 { height: 10px; }

button, input[type="reset"], input[type="submit"] {
	padding: 3px 10px;
	}

h2 { font-size: 14px; margin-bottom: 15px; }

b { font-size: 14px; color: inherit; }
	
#wrapper { 
	position: relative;
	overflow: hidden;
	width: 998px;
	margin: 0 auto;
	border: 1px solid #002474;
	border-top: none;
	}
.col2 {
	position: relative;
	z-index: 2;
	}
.col2 ul {
	position: relative;
	padding: 70px 35px;
	list-style-type: none;
	}
.col2 li a {
	display: block;
	text-decoration: none;
	color: #04246d;
	font-size: 20px;
	font-weight: bold;
	margin:  0 0 30px 0;
	width: 151px;
	height: 17px;
	text-indent: -1200px;
	background-position: left top;
	background-repeat: no-repeat;
	}
	
.active, .dm:hover {
	background-position: left bottom !important;
	}
li a:active, li a:focus { 
	outline: none;
	}
.col2 li a.dm-1 { background-image: url('./images/dmenu-start.png'); }
.col2 li a.dm-2 { background-image: url('./images/dmenu-tcm.png'); }
.col2 li a.dm-3 { background-image: url('./images/dmenu-therapien.png'); height: 22px; margin-bottom: 25px; }
.col2 li a.dm-4 { background-image: url('./images/dmenu-adreahahn.png'); }
.col2 li a.dm-5 { background-image: url('./images/dmenu-partner.png'); }
.col2 li a.dm-6 { background-image: url('./images/dmenu-newsletter.png'); }
.col2 li a.dm-7 { background-image: url('./images/dmenu-kontakt.png'); }
	
#headline { 
	position: relative;
	top: 30px;
	left: 30px;
	display: block;
	width: auto;
	height: 85px;
	color: #002474;
	background: transparent url('./images/headtitle.png') left top no-repeat;
	}
#headline h1, #headline h2 {
	font-size: 39px;
	text-indent:-800px;
	}
	
.col1 { 
	position: relative;
	z-index: 1;
	height: 100%;
	padding-bottom: 80px;
	background: #fff url('./images/content-background.png') left bottom no-repeat;
	}
	
#fimages { 
	position: absolute;
	top: 140px;
	right: 20px;
	height: 88px;
	text-align: right;
	}
#fimages img { 
	padding-right: 2px;
	}
	
.text {
	display: block;
	position: relative;
	margin: 180px 0 0 112px;
	width: 560px;
	}
	
	.text2 {
	text-align: left;
	position: relative;
	margin: 180px 0 0 112px;
	width: 560px;
	}
	
	
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}
/* 2 Column (right menu) settings */
.rightmenu {
	background-color: #d7d2e6;
	/* background:#eee;		 right column background colour */
}
.rightmenu .colleft {
	right:25%;			/* right column width */
	background:#fff;		/* left column background colour */
}
.rightmenu .col1 {
	width:75%;			/* left column content width (left column width minus left and right padding) */
	left:25%;			/* (right column width) plus (left column left padding) */
}
.rightmenu .col2 {
	width:24%;			/* right column content width (right column width minus left and right padding) */
	left:24%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}
.col1 { padding-bottom: 100px; }
.rightmenu .col2 ul {
	margin-left: 15px;
	margin-top: 16px;
	}


#footer { margin: auto; color: #d7d2e6; font-size: 9pt; width: 1000px; text-align: center; }
#footer a { 
	font: inherit;
	color: inherit;
	text-decoration: none;
	border-bottom: 1px dashed #d7d2e6;
	}

	
#jumpmenu ul { list-style: none; }
#jumpmenu ul a {
	text-decoration: underline;
	color: inherit;
	}
	
	
	
	
#kontaktform .row { 
	display: block;
	clear: both;
	margin: 10px 0;
	}
#kontaktform .row textarea, #kontaktform .row input { 
	width: 325px;
	}
#kontaktform label { 
	display: block;
	width: 95px;
	padding-right: 10px;
	text-align: right;
	float: left;
	}
#kontaktform .callme { margin-bottom: 35px; }
#kontaktform .callme input { width: auto; }
#kontaktform .callme label { 
	margin-left: 105px;
	width: auto;
	}
#kontaktform .control { 
	margin-left: 105px;
	}

#fehler { margin-bottom: 40px; }