@import url("reset.css");

body{
	font: 100%/130% Calibri, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #FFF url(../_gfx/bg_body.jpg) 0px 0px no-repeat;
	background-attachment: fixed;
	padding: 0; margin: 0;
	color: #5b553f;
	padding-bottom: 100px;
	padding-top: 40px;
	height: 100%;
	text-align: left;
}
a{
	color: #af0917;
}
h1{
	color: #af0917;
	font-size: 2em;
	font-weight: normal;
	line-height: 120%;
	margin: 0.5em 0 0.6em 0;
}
h2{
	color: #af0917;
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 0.8em;
}
h3{
	color: #af0917;
	font-size: 1.1em;
	font-weight: bold;
}
h4{
	color: #c1baa4;
	color: #5b553f;
	font-size: 1.1em;
	margin: 0.4em 0 0em 0;
}
p {
	margin: 0em 0 1.2em 0;
}
p {
	margin: 0.3em 0 1em 0;
}

#wrapper {
	position:absolute;
	z-index: -1;
	left: 0; top: 0;
	background: transparent url(../_gfx/bg_wrapper.jpg) top left no-repeat;
	width: 100%; height: 100%;
}
#container{
	margin: 0 auto;
	width: 945px;
}
#header {
	height: 137px;	
	background: url(../_gfx/bg_header.png) 0 0 no-repeat;
	padding: 13px 13px 0 12px;	
}
#imgstripe {
	background: url(../_gfx/bg_imgstripe.png) 0 0 repeat-y;
	height: 180px;
	padding-left: 12px;
}
#imgstripe h3{
	background: url(../_gfx/imgstripe_home.jpg) 0 0 no-repeat;
	width: 880px;
	height: 180px;
	text-indent: -9999em;
}
#content {
	background: url(../_gfx/bg_imgstripe.png) 0 0 repeat-y;
	padding: 15px 13px 0 12px;	
}
#footer {
	background: url(../_gfx/bg_footer.png) 0 0 no-repeat;
	height: 54px;
}
.small{
	font-size: 0.8em;
	font-weight: normal;
}
.col_left {
	float: left;
	width: 215px;
	margin-right: 50px;
}
.col_right {
	float: left;
	background: url(../_gfx/bg_rightcol.gif) right bottom no-repeat;
	width: 655px;
	min-height: 543px;
	height:auto !important;  /* fÃ¼r moderne Browser */	
	height: 543px;	
}
.col_right .maincontent {
	padding-right: 130px;
}
.clear {
	float: none;
	clear: both;
}
#header h1{
	height: 137px;
	width: 370px;
	margin: 0;
	float: left;
	background: url(../_gfx/logo_heilpraktikerschule.gif) no-repeat;
	text-indent: -9999px;
}
.maincontent ul{
	list-style-type: circle;
	padding-left: 20px;
	margin: 5px 0 15px 0;
}
.maincontent ul ul{
	list-style-type: circle;
	padding-left: 0px;
	margin: 0px 0 0px 0;
}
.maincontent ul ul li{
	list-style-type: none;
	padding: 0 8px;
	background: url('../_gfx/dot.gif') 0px 8px no-repeat;
}
#content-container ul{
	list-style-type: none;
	padding: 0px 15px;
	margin: 0;
}
#content-container li{
	padding: 0 10px;
	background: url('../_gfx/menu_arrow_sub_red.gif') 0px 6px no-repeat;
}
table{
	margin: 5px 0 20px 0;
	text-align: center;
}
table tr{
	border-bottom: 1px solid #94907e;
}
table td, table tbody th{
	padding: 5px 5px;
}
table thead th, table tbody th{
	font-weight: bold;
}
table thead th{
	vertical-align: middle;
	background-color: #eeebe3;
	padding: 5px;
	font-size: 1em;
}
table tbody th, table thead th{
	padding-left: 3px;
}
.maincontent .left {
	float: left;
	width: 49%;	
}
.maincontent .right {
	float: right;
	width: 49%;
}
.contactform {

}
label{
	display:  block;
	font-size:  0.9em;
	border-left:  2px solid #af0917;
	padding-left:  4px;
	margin-top:  8px;
	margin-bottom:  2px;
	line-height: 120%;
}
input, textarea, select{
	background: url('../_gfx/input_bg.gif')  top right;
	border: 1px solid #c1baa4;
	width: 230px;
}
input.bt{
	border: none;
	border: 1px solid #666;
	width: 115px;
	font-weight:bold;
	color: #af0917;
}



/* @group Menu */
#menu{
	margin: 0; 
	padding: 0;
	list-style-type: none;
	text-transform: uppercase;
	margin-top: 15px;
	font-size: 1.1em;
}
#menu li{
	border-bottom: 1px solid #c1baa4;
	padding: 0; margin: 0;
	width: 100%;
}
#menu li.active {

	padding-bottom: 5px;	
}
#menu a{
	display: block;
	padding: 5px 0px 6px 0px;
	padding-left: 40px;
	line-height:  120%;
	text-decoration: none;
	color:  #c1baa4;
	font-weight: bold;
}
#menu a:hover{
	color:  #af0917;
}
#menu .active a{
	font-weight: bold;
	color: #af0917;
	padding-bottom: 0;
}
#menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu .active ul li{
	border: none;
	padding: 0;
}
#menu .active ul li a{
	text-transform: none;
	padding-left: 50px;
	color: #c1baa4;
	font-size: 0.9em;
	font-weight:normal;
}
#menu .active ul li a:hover{
	color: #af0917;
}
#menu .active ul li.active a{
	color: #af0917;
}
/* Dritte Ebene */
#menu .active ul li.active ul li.active a, #menu .active ul li.active ul li a{
	padding-left: 55px;
	color: #c1baa4;
	background: none;
}
#menu .active ul li.active ul li.active a{
	color: #af0917;
}
#menu .active ul li.active ul li a:hover, #menu .active ul li.active ul li.active a:hover{
	color: #af0917;
	background: #f6f6f6 none;	
}
/* @end */

/* @group Submenu */
#submenu{
	float: right;
	margin: 0; 
	padding: 0;
	padding-top: 30px;
	padding-right: 40px;
	list-style-type: none;
	width: 150px;
}
#submenu li{
	text-transform: uppercase;
	text-align: right;
	padding: 0; margin: 0;
	padding: 3px 0px 3px 0px;
	line-height:  100%;
}
#submenu a{
	text-decoration: none;
	color:  #c1baa4;
}
#submenu a:hover{
	color:  #af0917;
}
#submenu .active a{
	font-weight: bold;
	color: #af0917;
}
/* @end */















