* {
	font-family : Verdana, Helvetica, sans-serif;
	line-height: 140%;
	margin:0;
	padding: 0;
	color: black;
}

body{
	background-color: #FCF4D0;
}

a{
	text-decoration: underline;
}
/* ****************************   Head Beginn*********************************** */

div.head{
	background-color: #FCF4D0;
	height: 110px;
	width: 75%;
	margin: auto;
	background-image: url(images/head-logo.jpg);
	background-repeat: no-repeat;
	margin-bottom: -0.5em;
}

.head p{
	text-align: center;
	margin-top: 0.2em;
}

img.logo-head{
	border: none;
	margin: auto;
}

/* ****************************   Head Ende  *********************************** */

/* ****************************   Navigation Beginn  *********************************** */

div.navigation{
	width: 13em;
	float: left;
	padding-top: 2em;
}

.navigation ul{

}

.navigation li{
	background-color: #D6EDFD;	
	color: #000000;	
	font-size: 0.8em;
	font-weight: bold;
	list-style: none;
	line-height: 2em;
	border-top: solid 6px #FCF4D0;
	padding-left: 0.5em;
}

.navigation a{
	text-decoration: none;
	color: #000000;	
}

li.aktuell{
	font-size: 0.8em;
	font-weight: bold;
	color: #2300BC;
}


ul.subnav{
	padding-left: 1.5em;	
	font-size: 1.1em;
}

.subnav li{
	line-height: 1.8em;
	border-top: solid 3px #FCF4D0;	
}

ul.subsubnav{
	padding-left: 1em;	
	font-size: 1.2em;
}

.subsubnav li{
	line-height: 1.8em;
	border-top: solid 3px #FCF4D0;	
}

/* ****************************   Navigation Ende  *********************************** */

div.seite{
	width: 74%;
	margin: auto;
	background-color: #FCF4D0;
	border-left: solid 3px #2300BC;
	border-right: solid 3px #2300BC;
	margin-top: 0;
}


/* ****************************   Text Teil Beginn  *********************************** */

div.text{
	padding-top: 2em;
	background-color: #FCF4D0;	
	margin-left: 14em;
	padding-bottom: 4em;
	margin-right: 2em;
}

div.bilder{
	margin-top: 0.3em;
	background-color: #FCF4D0;	
	float: right;
	margin-left: 1em;
	font-size: 0.5em;
}


.bold{
	font-weight: bold;
}

h1.startseite{
	text-align: center;
	margin-top: -1.5em;
}

img.startseite{
	text-align: center;
}

p.start-anzahl{
	text-align: right;
	margin-top: -1em;
}

.text h1{
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 1em;
}

.text p{
	font-size: 0.8em;
	padding-bottom: 0.5em;
}

.text h2{
	font-size: 0.8em;	
	font-weight: bold;
	padding-top: 1.5em;
	padding-bottom: 0.2em;
}

.text li{
	font-size: 0.8em;
	list-style-image: url(images/pfeil.gif);
	margin-left: 2em;
}

.text li li{
	font-size: 0.9em;
	list-style-image: url(images/pfeil.gif);
	margin-left: 3em;
}

.text ul{
	padding-bottom: 0.5em;
}

table.adipositas{
	width: 90%;
	margin-top: 0.6em;
	margin-bottom: 1.2em;
}

.adipositas td{
	vertical-align: top;
	border: black solid 1px;
	font-size: 0.8em;
	padding: 0.3em;
}

p.center{
	text-align: center;
}

table.kontakt{
	font-size: 0.9em;
}

td.kontakt{
	vertical-align: top;
	padding-right: 1em;
}

p.linkswebautor{
	display: none;
}

#fusszeile p{
	font-size: 0.6em;
	text-align: center;
}

table.thorax{
	font-size: 0.8em;
	width: 70%;
}

.thorax td{
	vertical-align: top;
	margin-left: 0.7em;
}

td.thoraxhead{
	font-weight: bold;
	vertical-align: top;
	width: 33%;
}

table.thoraxdiagnose{
	font-size: 0.8em;
	width: 100%;
	vertical-align: top;	
}

.thoraxdiagnose td{
	vertical-align: top;
	margin-left: 0.7em;
}

td.thoraxdiagnosehead{
	font-weight: bold;
	vertical-align: top;
	width: 33%;
}
/* ab hier beginnen die noch nicht verwendeten Teile */




table.spender{
	width: 100%;
}

td.name{
	vertical-align: top;
	width: 25%;
	border: black solid 1px;
	font-size: 0.8em;
	padding: 0.3em;
}

td.teile{
	vertical-align: top;
	width: 10%;
	border: black solid 1px;
	font-size: 0.8em;
	padding: 0.3em;
	text-align: center;
}

td.teil{
	vertical-align: top;
	width: 15%;
	border: black solid 1px;
	font-size: 0.8em;
	padding: 0.3em;
}

table.team{
	font-size: 0.8em;
}

td.member{
	font-weight: bold;
	padding-top: 2em;
}


.team td{
	vertical-align: top;
	padding-left: 1em;
}

td.form-titel{
	vertical-align: top;
	padding-right: 1em;
}

img.rechts{
	float: right;
	padding-bottom: 0.6em;
	padding-left: 0.6em;
}

img.links{
	float: left;
	padding-bottom: 0.6em;
	padding-right: 0.6em;
}

a.hidden{
	display: none;
}




