
body { 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 83%; 
	color: #333333;
	background-image:url(bg.jpg); 
	background-position:left 0px; 
	background-attachment:fixed; 
	background-repeat:repeat }

/* SCHRIFT */

p { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 96%; 
	color: #333333 }

h1 { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 120%; 
	text-align: center; 
	color: #1D7978 }

h2 { 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 100%; 
	color: #FF0000 }
	
h3 { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 100%; 
	color: #1D7978 }
		
h4 { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 80%; 
	text-align: right }
	
h5 { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 80%; 
	text-align: center; 
	color: #c00 }

/* LINKS */
	
a:link { 
	color: #FF0000 }
	
a:visited { 
	color: #FF0000 }
	
a:hover { 
	color: #1D7978 }
	
a:active { 
	color: #1D7978 }

/* CONTENT LINKS */

a.content:link { 
	color: #1D7978;
	text-decoration: none }
	
a.content:visited { 
	color: #1D7978;
	text-decoration: none }
	
a.content:hover { 
	color: #FF0000;
	text-decoration: none }
	
a.content:active { 
	color: #FF0000;
	text-decoration: none }
	
/* BOX LINKS */

a.box:link { 
	color: #67BAB7;
	text-decoration: none }
	
a.box:visited { 
	color: #67BAB7;
	text-decoration: none }
	
a.box:hover { 
	color: #FF0000;
	text-decoration: none }
	
a.box:active { 
	color: #FF0000;
	text-decoration: none }
	
/* CONTENT LINKS */

a.top:link { 
	color: #FF0000;
	text-decoration: none }
	
a.top:visited { 
	color: #FF0000;
	text-decoration: none }
	
a.top:hover { 
	color: #70A837;
	text-decoration: none }
	
a.top:active { 
	color: #FF0000;
	text-decoration: none }
	
/* IMPRESSUM LINKS */

a.impressum:link { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 11px; 
	color: #1D7978;
	text-decoration: none }
	
a.impressum:visited { 	 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 11px; 
	color: #1D7978;
	text-decoration: none }
	
a.impressum:hover { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 11px; 
	color: #FF0000;
	text-decoration: none }
	
a.impressum:active { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 11px; 
	color: #FF0000;
	text-decoration: none }

/* MENUE OBEN */

#schalter1 a {
	display: inline;
	text-decoration: none;
	text-align: center;
	v-align: middle;
	border: none;
	padding: 8px;
	width: 190px;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	margin: 3px 0
	}
	
#schalter1 a:link {
	color: #c00; 
	}
	
#schalter1 a:visited {
	color: #c00;
	}
	
#schalter1 a:hover {
	border: none;
	color: #1D7978;
	}
	
#schalter1 a:active {
	color: #1D7978;
	}

#schalter1 a .pfeil1 {
	display: inline;
	color: #1D7978;
	}

#schalter1 a:visited .pfeil1 {
	display: inline;
	color: #1D7978;
	}
	
#schalter1 a:active .pfeil1 {
	display: inline;
	color: #c00;
	}

#schalter1 a:hover .pfeil1 {
	display: inline;
	color: #c00;
	}
	
/* MENUE MIT SUBMENUE OBEN */

#schalter3 a {
	display: inline;
	text-decoration: none;
	text-align: center;
	v-align: middle;
	border-bottom: 3px solid #999999;
	padding: 8px;
	width: 190px;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	margin: 3px 0
	}
	
#schalter3 a:link {
	color: #c00; 
	}
	
#schalter3 a:visited {
	color: #c00;
	}
	
#schalter3 a:hover {
	border: none;
	color: #1D7978;
	}
	
#schalter3 a:active {
	color: #1D7978;
	}

#schalter3 a .pfeil1 {
	display: inline;
	color: #1D7978;
	}

#schalter3 a:visited .pfeil1 {
	display: inline;
	color: #1D7978;
	}
	
#schalter3 a:active .pfeil1 {
	display: inline;
	color: #c00;
	}

#schalter3 a:hover .pfeil1 {
	display: inline;
	color: #c00;
	}
	
/* SUBMENUE OBEN */

#schalter2 a {
	display: inline;
	text-decoration: none;
	text-align: right;
	v-align: middle;
	border-right: 1px solid #999999;
	padding: 8px;
	width: 190px;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	margin: 3px 0
	}
	
#schalter2 a:link {
	color: #1D7978; 
	}
	
#schalter2 a:visited {
	color: #1D7978;
	}
	
#schalter2 a:hover {
	border: none;
	color: #c00;
	}
	
#schalter2 a:active {
	color: #c00;
	}

#schalter2 a .pfeil1 {
	display: inline;
	color: #c00;
	}

#schalter2 a:visited .pfeil1 {
	display: inline;
	color: #c00;
	}

#schalter2 a:active .pfeil1 {
	display: inline;
	color: #1D7978;
	}

#schalter2 a:hover .pfeil1 {
	display: inline;
	color: #1D7978;
	}

/* TABELLEN */

/* LAYOUT-TABELLE */	

table.layout {
	border: 0px solid #1D7978;
	width: 100% }
	
table.diagnose {
	border: 1px solid #1D7978;
	width: 100% }

table.medi {
	border: 1px solid #1D7978;
	width: 100% }
	
table.medispezi {
	color: #1D7978;
	border: 1px solid #1D7978;
	width: 62% }

td.medispezih {
	text-align: center;
	background-color: #FF0000;
	font-size: 100%;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px }

td.medispezi {
	background-color: #FFFFFF;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px }
	
td.medispezi1 {
	text-align: left;
	background-color: #336666;
	color: #FFFFFF;
	font-size: 100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px }

tr.medi {
	text-align:left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px }
	
td.medi {
	border: 1px solid #1D7978; 
	font-size: 85%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px }
	
td.medibig {
	border: 1px solid #1D7978; 
	font-size: 85%;
	color: #FF0000;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px }

td.medismall {
	border: 1px solid #1D7978; 
	font-size: 85%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px }
	
td.medihead {
	border: 1px solid #1D7978; 
	background-color: #1D7978;
	color: #FFFFFF;
	font-size: 85%;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px }
	
td.medihead1 {
	text-align: center;
	color: #FF0000;
	font-size: 120%;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px }

td.diagnose {
	text-align:left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px }

td.content {
	border: 1px solid #FFFFFF;
	valign: middle;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	padding-bottom: 30px }

td.uleft {
	width: 100%;
	text-align: center;
	color: #FF0000;
	border: 1px solid #FFFFFF;
	background-color:#EEF5F7 }
	
td.uright {
	width: 30%;
	border: 1px solid #FFEEAA;
	color: #70A837;
	text-align: center;
	background-color:#DBDBDB }

td.u2right {
	width: 30%;
	border: 1px solid #FFEEAA;
	color: #FF0000;
	text-align: center;
	background-color:#FFFFFF }

td.mright {
	border: 1px solid #FFFFFF;
	padding-top:30px;
	font-size: 11px;
	text-align: center }

td.menu {
	white-space: nowrap;
	border: 1px solid #FF0000;
	text-align: left;
	background-color:#EEF5F7 }
	


