/* ======================================================================
Stylesheet ASK Physio
========================================================================= */

/* 1. Kalibrierung und allg. Styles 
   ================================ */

*  {
	margin: 0;
	padding: 0;
} 

h1 { margin-bottom: 0.3em; } 

h2, h3, p, ul, ol {margin-bottom: 1em;} 

ul ul {margin-bottom: 0;}           

ul, li  {margin-left: 1em;}             

/* Allg. Selektoren */

html {height: 101%;} 

body {
	font-family:  "Microsoft Sans Serif", Futura,  Kalinga, Verdana,  "Tw Cen MT", sans-serif;  
	font-size: 62.5%;
	color: black;
	background-color: #943583;
	text-align: center;  /* IE 5 */
}

h1  {
	font-size: 250%;
}

h2  {
	font-size: 120%;
	color: #333;
}

h3  {
	font-size: 100%;
	color: black;
}

/* Hyperlinks allg. */

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

a:link     {color: #333}
a:visited  {color: #333;}

a:hover, 
a:focus {
	border-bottom: 1px solid #666666;
}
a:active {
	color: black;
}

/* Allg. Klassen und Id's */

.fltrt { 
	float: right;
	width: 135px;
	margin-left: 8px;
	margin-right: 15px;
}

.fltlft { 
	float: left;
	margin-right: 8px;
}

.clearfloat { 
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

.skiplink {
	position: absolute;
	top: -2000px;
	left: -3000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}

span {
		color: black;
		line-height: 200%;
}

address {
	text-align: center;
	font-size: 1.5em; 
	font-style: normal;
	letter-spacing: 1.5px; 
	line-height: 2em;
}

/* 2. Layoutbereiche
   ================= */
	
#wrapper {
	width: 98em;
	margin: 20px auto;
	background: white url(../img/bg_wrapper.jpg) top center repeat-y;
	text-align: left;
}

#top {
	background: url(../img/bg_top.jpg) top center no-repeat;
}

#header  {
	margin: 10px 0 0 10px; 
	background: url(../img/hd_home.png) bottom left no-repeat;
}

#header h1 {
	margin: 0;
}

#logo  {
	margin: 10px 0 5px 1em;	
}

#angebot #header  {	background: url(../img/hd_angebot.png) bottom left no-repeat; }

#aktuell #header  {	background: url(../img/hd_aktuelles.png) bottom left no-repeat; }

#kassen #header    { background: url(../img/hd_kasse.png) bottom left no-repeat; }

#privat #header    	  { background: url(../img/hd_privat.png) bottom left no-repeat; }

#kontakt #header    { background: url(../img/hd_kontakt.png) bottom left no-repeat; }

#impressum #header  { background: url(../img/hd_impr.png) bottom left no-repeat; } 

#navigation  {
	float: left;
	width: 14em;
	font-size: 1.5em;
	background-color: white ;
	margin-left: 1em;
	padding: 30px 0;
}

#navigation li {
	display: block;
	list-style-type: none;
	margin: 0;
}

#navigation a {
	color: #333;
	display: block;
	font-weight: bold;
	background: url(../img/btn_up.jpg) left center no-repeat;
	padding: 1em 1em 1em 3em;
	margin: 0;
}

#navigation a:hover,
#navigation a:focus {	
	color: white;
	background: #C02719 url(../img/btn_over.png) left center no-repeat;
	border: none;
}

#home #nav01 a,	
#aktuell #nav02 a,
#angebot #nav03 a,
#kassen #nav04 a,
#privat #nav05 a,
#kontakt #nav06 a,
#impressum #nav07 a  {	
	color: #dc6902; 
	background:  url(../img/btn_over.jpg) left center no-repeat;
}

#mainContent {
	min-height: 400px;
	font-size: 1.5em;
	background: white url(../img/bg_content.jpg) top center no-repeat;
	margin: -1px 1em 0 15em; 
	border-left: 8px solid #C02719;
	padding: 20px 1em 20px 2em;
} 

#footer { 
	clear: both;
	margin: 0 10px 0 10px;
	border-top: 8px solid #E0048C;
	padding-top: 10px ;
} 

#bottom { 
	height: 20px;
	background: url(../img/bg_bottom.jpg)  center center no-repeat;
} 

/* 3. Sonstige Styles
   ================== */

#kassen ul ,
#privat ul,
#angebot ul  {
	color: #FF7900;
}

a.button,
a.button:visited,
input.button {
	height: 26px;
    width: 130px;
    display: block;
	background-color: transparent;
	background-image: url(../img/button_up.gif);
	font-size: 13px;
	color: #333;
	text-decoration: none;
	line-height: 26px;
	text-align: center;
	vertical-align: middle;
	border: none;
}

a.button:hover, 
a.button:focus,
input.button:hover,
input.button:focus {
    background-image: url(../img/button_over.gif);
	cursor: pointer;
	border: none;
}

a.button:active,
input.button:active {
    background-image: url(../img/button_over.gif);
	color: black;
	line-height: 27px;
}

#news {
	width: 40em;
	margin: 40px 0 0 2em;
}

.caption {
	width: 400px;
	background-color: #943583;
	color: white;
	font-weight: bold;
	text-align: center;
	padding: 5px 1em;
	border: 1px solid #999;
	margin: 5px 0;
}

.text  {
	width: 400px;
	color: #666;
	padding: 5px 2em 20px 0;
	border-bottom: 1px solid #E0048C;
	margin-bottom: 40px;
}

.txtLft {
	text-align: left;
	font-size: 15px;
}

#impressum table  {
	margin-bottom: 50px;
}

#impressum table td {
	padding: 0.5em 1em 0.5em 0;
}

#mailform {
	padding: 20px 0;
	margin-bottom: 20px;
}

#mailform .fieldbez {
	text-align: right;
	vertical-align: top;
	padding-right: 1em;
}

#mailform .field {
	width: 28em;
	border: 2px solid #FF7900;
	margin: 0;
}

