/* Stylesheet für Verkaufsbrief Fersenschmerz*/

body, p, td, th {
	font-family:Verdana ; 
	font-size:12px ; 
	background-color: #ffffff; 		/*	  color:#000000; */
	margin-top: 0px;
	}

h1 {font-family:Verdana ; color:red ;    text-align:center ; font-weight:bold ; font-size:34px}
h2 {font-family:Verdana ; color:blue ;     text-align:right ; font-weight:bold ; font-size:24px}
h3 {font-family:Verdana ; color:#cc0000 ; text-align:center ; font-weight:bold ; font-size:12px}

h5 {font-family:Verdana ; color:#000000 ; text-align:center ; font-weight:bold ; font-size:14px}
h6 {color:#000000 ; font-weight:bold ; font-size:12px}


a:link {color:#3300ff}
a:hover {color:#ff0000}
a:visited {color:#770000}
a:active {color:#770000}

body {
	scrollbar-face-color:#33cc33;
	scrollbar-highlight-color:#99ff33;
	scrollbar-shadow-color:#339933;
	scrollbar-3dlight-color:#ccff99;
	scrollbar-arrow-color:#ffffff;
	scrollbar-track-color:#ccffcc;
	scrollbar-darkshadow-color:#336633;
	background: #fff url(templates/bg_green_white.gif) repeat-y;

}
b {
	color:black;
	font-weight:bold;
	}
.behauptung {
	color:green;
	font-weight:bold;
	font-size:1.5em;
	text-align:center;
	}
.tuwas {
	color:blue;
	text-align:right;
	font-weight:bold;
	}
.frage {
	padding:2em;
	text-indent:-2em;
	font-style:italic;
	font-weight:bold;

	}
.nutzen {
	font-weight:bold;
	}

.hdr4 {background-color:yellow}
.gelb {background-color:yellow}
.hdr5 {background-color:#ffff66}

#mitte {
	margin: 0 20% 0 20%;
	padding: 2% 3%;
	background: white;     /*#fff url(images/bgcenter.gif) no-repeat center; */
	color: #000;
	border: 3px solid  #006600;
	}
#mitte p.testimonial   {
	padding: 5px;
	margin-top:0px;
	margin-bottom:0px;
	background: yellow;
	color: blue;
	text-indent:2em;
		}
.cover {   /* bringt Titelbild links oben */
	position: absolute;
	top: 5px;
	left: 10px;
	float: left;
	margin: 0px 0.5em 0.5em 0px;
	}


/* ---------------------------------------------------------------------*/
div#fusszeile {
	clear: both;
	border-top: 1px solid #006600;    
	border-bottom: 1px solid #006600 ;     
	background-color: white;
	color: #000;
	}
	


div#fusszeile ul {
	position: absolute;

	list-style: none;
	margin: 0px 0px 0px 0px;
	border: 0px solid black;
	}
div#fusszeile ul li {
	display: inline;
	padding: 0 1em;
	border-left: 1px solid #34339B;	
	}
div#fusszeile ul li.first {         /* kein Strich vor dem ersten Listenpunkt */
	border-left: 0px none;
	
	}
div#fusszeile ul li a {
	font: 1em /1 verdana, sans-serif;
	}
/* ---------------opt-in-Bereich-----------------------------------------*/	
#opt-in {
	margin-right: 1px;
	position: absolute;
	top: 450px;
	left: 0px;
	width: 178px;
	padding: 5px 1px 1px 4px;
	background-color: greenyellow;
	border: 1px solid #006600 ;
	font-size:10px;
	}
#opt-in p{
	clear: both; font-size:10px;
	background-color: greenyellow;
	}
		
#opt-in form p{
	clear: both; font-size:10px;
	background-color: greenyellow;
	}
#opt-in form p label {
	
	float: left;
	}
#opt-in form p input {
	float:right;
	}

