/* CSS Document für die Webseite von Claudia Borrmann - Physiotherapeutin */




/* Hier lässt sich die Hintergrund-Farbe, usw. der Seite verändern */
body {

	color:ffe374;
	background-color: #ffe374;
	font-family: arial, sans-serif;
	font-size: 100%;
	text-align: center;/*fuer IE_quirks*/
}



/* Dieser Div enthaelt den Inhalt der Webseite */
#haupt {

	position: relative;
	margin: 30px auto;
	width:718px; 
/*	height:535px;                 */
	background-color: #FFFFFF; 
	color: black;
	text-align: left;/*Aufheben von IE_quirks im BODY*/
}


/* Dieser Div enthaelt den Main-Bereich der Website mit dem Text und der Hintergrundgrafik */
#content
{
	background-image: url(../grafik/Hintergrund.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 250px;
	padding-right: 50px;
	padding-bottom: 15px;
	color: #666;
	font-size: 75%;
	line-height: 16px;
}

/* Tabellen */	
#p1 table {
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	}

#p1 td {
	margin: 0px;
	padding: 3px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	color: #666;
	}
	
/* Webyep Auszeichnungen */

.MITABSTAND {
padding-right: 20px; 
font-weight: bold
}



/* Bilder */

.fleft
{
	/* Sachen an denen der Text vorbeifließen soll werden diese Klassen zugewiesen. */
	float: left;
	margin: 0 1em 0.2em 0;
	/* Man sollte einen schšnen Abstand wŠhlen sonst kleben die Sachen so am Text. */
}


.fright {
 float: right;
 margin: 0 0 0.2em 1em;
 padding: 1px;
}


/* Dieser Div enthŠlt den Footer */
#footer {
	text-align: center;
	padding:5px 0;
	font-size:60%;
	color: AB4746;
	width: 718px;
	height:18px;
	border-top-style: solid;
	border-top-color: #FED94D;
	background-color: #FFFFFF;

}

h1, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #AB4746;
	}



h1 { 
	font-size: 1.7em;
	line-height: 0.8em;
	padding: 10px 0 15px 0;
	margin: 0;
	}


h2 {
	font-size: 1.3em;
	color: #AB4746;

	}


h3 {
	font-size: 1.1em;
	padding: 0;
	line-height: 0.5em;
	}
	
	
p1 {
	font-family: arial, verdana, sans-serif;


}
	
a, a:link
	{
	color: #AB4746;
	text-decoration: underline;
	}
	
a:visited {
	color: #AB4746;
	text-decoration: underline;
	} 
	


a:hover {
	color: #EFAD50;
	text-decoration: underline;
	}


a:active {
	color: #EFAD50;
	text-decoration: underline;
	}
	
	
/* Formularfeld */


.formbox {
	width: 365px;
	}

.reihe {
  clear: both;
  padding: 2px 0px 10px 0px;
}

.label {
  float: left;
  width: 60px;
  text-align: left;
  padding-top: 3px;
  padding: 0px 5px 10px 0px;
}

.feld {
  float: right;
  width: 280px;
  text-align: left;
} 

.text {
	  clear: both;
	  padding-top: 10px;
	  }

.knopf {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 30px;
}

.defbreite {
  width: 175px;
}

.defbreite2 {
  width: 45px;
}

.defbreite3 {
  width: 130px;
}

.defbreite4 {
  width: 280px;
}