/* CSS Document */

body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
    height:100%;
}
html{
	background-image: url(images/layout/headerbg.jpg);
	background-repeat: repeat-x;
}

/* Angaben nur für den Internet Explorer mittels Star-HTML-Hack */
/** html, * html body {
    margin:0;
    padding:0;
    height:100%;
    overflow:auto;
    font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	background-image: url(images/layout/headerbg.jpg);
	background-repeat: repeat-x;
}*/

.img_content {
	border:0px;
	float: right;
	padding-left: 10px;
}

	

p {
margin:0px;
margin-bottom:15px;
}

a   {
	color: #105291;
	text-decoration: none;
}

a:hover
	{
	color: #CCCCCC;
	text-decoration: none;
	background-color: #00255D;	
	}



 #header {
	background-image:url(images/layout/header.jpg);
	background-repeat:no-repeat;
	width: auto;
	height: 185px;
}

 #titel {
	color:#ffffff;
	line-height:20px;
	font-size:15px;
	float: left;
	width: 32em;
	margin-top: 110px;
	margin-left: 45px;
}


 #titel_starter {
	color:#ffffff;
	line-height:20px;
	font-size:15px;
	float: left;
	width: 30em;
	margin-top: 99px;
	margin-left: 45px;
}
 #titel_stoehrungen {
	color:#ffffff;
	line-height:20px;
	font-size:15px;
	float: left;
	width: 30em;
	margin-top: 90px;
	margin-left: 45px;
}


 #logo {
	position: absolute;
	right: 30px;
}

/* topnav
---------------------------------------------------------- */


#topnav{
	margin: 5px 0 0 40px;
	font-size: 90%;
	width: 500px;
}
ul#minitabs{
	list-style: none;
	margin: 0;
	padding: 7px 0;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
}
ul#minitabs li{display: inline;margin: 0 4px 0}
ul#minitabs a{
	text-decoration: none;
	padding: 0 0 5px;
	color: #999;
	border-bottom: 4px solid #fff;
}
ul#minitabs a#current{border-color: #145F9E;color: #0E66A5}
ul#minitabs a:hover{
	border-color: #FFFFFF;
	color: #0AAFE8;
	background-color: #FFFFFF;
}


#nav {
	position:absolute;
	top:265px;
	left:0px;
	width:20%;
}
#nav ul{
list-style:none;
margin-left:1em;
padding-left:8px;

}

#nav li {
	border-bottom: 1px dotted #B2BCC6;
	margin-bottom: 0.3em;
	font-size: 90%;
	padding: 1px 0 4px 0px;
	display: block;
	list-style: none;
}
#nav li a:link, #nav li a:visited {
	text-decoration: none;
	color: #666666;
	background-color: transparent;
	padding-left: 20px;
	border-bottom-color: #FFFFFF;
}
#nav li a:hover {
	color: #00255C;
	background-repeat: no-repeat;
}
#nav h2 {
	font: 110% Georgia, "Times New Roman", Times, serif;
	color: #2A4F6F;
	background-color: transparent;
	border-bottom: 1px dotted #CCCCCC;}
.currentnav{
	color: #00255C;
	background-image: url(images/layout/pfeil.gif);
	background-repeat: no-repeat;
	background-position: left;
}







/* content
---------------------------------------------------------- */


#content {
	position:absolute;
	top:255px;
	left:22%;
	width:60%;
	height: 233px;
}
* html #content {
    padding:0;
    height:95%;
    /*overflow:auto;*/
    position:absolute;
	top:255px;
	left:22%;
	width:60%;
}


#content h3,
#content h4 {
	margin: 0 0 5px 0;
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 140%;
	line-height: 1em;
	color: #693;
	border-bottom: 1px solid #dbd5c5;
	width: 60%;
	}
#content h3 a {
	border: none;
	}
	


#content p {
	font-size: 90%;
	line-height: 1.6em; 
	padding-left: 1.2em;
    margin: 0 0 2em 0;
}

/* contentstarter
---------------------------------------------------------- */


#content_starter {
	position:absolute;
	top:302px;
	width:48%;
	padding-left: 13%;
}
#content_schlaftipps {
	position:absolute;
	top:270px;
	left:23%;
	width:73%;
	height: 233px;
}

#content_starter h3,
#content_starter h4,
#content_schlaftipps h3,
#content_schlaftipps h4 {
	margin: 0 0 10px 0;
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 140%;
	line-height: 1.0em;
	color: #693;
	border-bottom: 1px solid #dbd5c5;
	}

	


#content_starter p,#content_schlaftipps p {
	font-size: 90%;
	line-height: 1.6em; 
	padding-left: 1.2em;
    margin: 0 0 2em 0;
}



#bildcontainer_starter {
	top:285px;
	position: absolute;
	left: 65%;
}




/* footer
---------------------------------------------------------- */


#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2em;
	background-color: #CCCCCC;
	color: #666666;
	border-top: #778899;
	text-align: left;
	background-image: url(images/layout/footerbg.jpg);
	background-repeat: repeat-x;
	padding: 3px 0 0 30px;
	text-decoration: none;
}
/*html > body #footer {
  position: fixed;
}*/

#footer a:link, #footer a:visited {
	padding: 0.5em 1em 0.5em 1em;
	color: #666666;
	background-color: transparent;
	font-size: 90%;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: none;
}
/** html #footer {
   text-decoration: none;
    height:5%;
    text-align:left;
   
}*/

/* -------------------------------------------------- */
.lines
{
	width:60%;
	border-bottom: 1px solid #dbd5c5;


}

.neppshell{
	margin-top: 70%;
	float: right;
	margin-right: 5px;
}

.flashfloat{
	float: right;
	margin-top: -15px;
}
.kontaktimg{
	float: right;
	margin-top: -70px;
}
.special{
	color: #0E66A5;
	font-weight: bold;
}
.titelunterzeile{
	font-size: 10px;
	text-align: right;
	padding-right: 5%;
}
.titelunterzeile_starter{
	font-size: 10px;
	text-align: right;
	padding-right: 57px;
}
.titelunterzeile_specials{
	font-size: 10px;
	text-align: right;
	padding-right: 170px;
}
.titelunterzeile_kontakt{
	font-size: 10px;
	text-align: right;
	padding-right: 60px;
}
.special_grey{
	color: #666666;
	font-size: 1.0em;
	
}
.special_green{
	color: #669933;
	font-size: 1.1em;
	font-weight: bold;
	
}
.special_greyplus{
	color: #333333;
	background-color: #EDEDED;
	display: marker;
	
}
.leistungskurve {
	border:0px;
	padding: 10px 10px 10px 0px;
	float: left;
}
.tippsliste{
	list-style-type: square;
	font-size: 87%;
	list-style-image: url(images/bilder/bullet.gif);
}
.spalte2{
	float: left;
	width: 48%;
}

.img_test {
	border:0px;
	float: right;
	padding-left: 20px;

}

