BODY {
	background-color : Silver;
}
UL, OL {
	margin-top : 8px;
}
A {
color : #000;
}
HR {
	color : #D9FFF8;
}

H1 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 20px;
	font-weight : bold;
	color : #111;
	padding-left : 10px;
	margin-left : 0px;
	margin-top : 25px;
	margin-bottom : 5px;
	line-height : 16px;
	/*border-bottom : 1px solid #a9fced;*/
}
H2 {
	background-image : url(h2-bg-grau.gif);
	background-repeat : no-repeat;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000;
	padding-left : 10px;
	margin-left : 10px;
	margin-top : 25px;
	line-height : 16px;
}
H3 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000;
	padding-left : 0px;
	margin-left : 0px;
	margin-top : 5px;
	line-height : 16px;
	margin-bottom : 6px;
}
P {
	margin : 0px;
}
P.text {
	margin-bottom : 8px;
}
P.linktext {
	margin-bottom : 5px;
}

.fliesstext {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 5px;
	padding-bottom : 10px;
	line-height : 18px;
}
.fliesstext-grau {
	background-color: #eeeeee;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin-left : 10px;
	padding-left : 	10px;
	padding-right : 10px;
	padding-top : 5px;
	padding-bottom : 10px;
	line-height : 18px;
}
.haftungshinweis {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 5px;
	padding-bottom : 10px;
	line-height : 16px;
}

.frame {
  	border-top: 1px Gray solid;
	border-right: 1px Gray solid;
	border-left: 1px Gray solid;
	border-bottom: 1px Gray solid;
}

/* Menue */

A:ACTIVE.navi {
height:25px;
	/*font-size : 11px;*/
	text-decoration : none;
	color : #000;
	padding-left : 10px;
	padding-top : 6px;
}
A:FOCUS.navi {
height:25px;
	/*font-size : 11px;*/
	text-decoration : none;
	color : #000;
	padding-left : 10px;
		padding-top : 6px;
}
A:LINK.navi {
height:25px;
	/*font-size : 11px;*/
	text-decoration : none;
	color : #000;
	padding-left : 10px;
	padding-top : 6px;
}
A:VISITED.navi {
height:25px;
	/*font-size : 11px;*/
	text-decoration : none;
	color : #000;
	padding-left : 10px;
	padding-top : 6px;
}

A:HOVER.navi {
height:25px;
	text-decoration : underline;
	color : #000;
	padding-left : 10px;
	padding-top : 6px;
	border-right: 5px #00abab solid;
}

/* Menue Ende */

/* Secondary Navigation */

A:ACTIVE.navi2 {
	font-size : 12px;
	text-decoration : none;
	color : #000;
}
A:FOCUS.navi2 {
	font-size : 12px;
	text-decoration : none;
	color : #000;
}
A:LINK.navi2 {
	font-size : 12px;
	text-decoration : none;
	color : #000k;
}
A:VISITED.navi2 {
	font-size : 12px;
	text-decoration : none;
	color : #000;
}

A:HOVER.navi2 {
	text-decoration : underline;
	color : #000;
}

.tealkasten {
	border-top: 1px #A9FCED solid;
	border-left: 1px #A9FCED solid;
	border-right: 1px #A9FCED solid;
	border-bottom: 1px #A9FCED solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color : black;
	align: center;
	background-color: #D9FFF8;
}

/*Hauptmenue*/

.aktiv {
	background-color: #eee;
	border-right: 5px #00abab solid;
}
.menuecol {
	background-color: #D9FFF8;
}

ul.hauptmenue  {
	width: 175px;
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	margin-top: 0px;
}
ul.hauptmenue li {
    margin: 0px;
	margin-top: 0px;
	height:25px;
}
ul.hauptmenue li a {
	display: block;
	color: #000;
	border-top: 1px #A9FCED solid;
	border-bottom: 0px #A9FCED solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color : black;
	text-decoration: none;
}
ul.hauptmenue li a:hover {
    display: block;
	border-top: 1px White solid;
	border-bottom: 0px White solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color : black;
	text-decoration: underline;
}

/*Nebenmenü*/

ul.nebenmenue  {
    width:100%;
    padding: 0;
    list-style-type: none;
    margin: 0;
	display: inline;
}
ul.nebenmenue li {
    display: inline;
    margin: 0;
	height:25px;
}
ul.nebenmenue li a {
	display: inline;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color : black;
	text-decoration: none;
	padding: 2px;
}
ul.nebenmenue li a:hover {
    display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color : black;
	text-decoration: underline;
}

/* Spezial-Text*/

.sprechzeiten {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-style : normal;
	font-weight : normal;
	text-align : center;
}
.sprechzeitentag {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 20px;
	font-style : normal;
	font-weight : bolder;
	text-align : center;
}

/* Intro-Seiten-Navigation */

A.intro {
	padding-bottom : 5px;
	font-size : 12px;
	color : #000;
}
A:ACTIVE.intro {
	text-decoration : none;
}
A:FOCUS.intro {
	text-decoration : none;
}
A:LINK.intro {
	text-decoration : none;
}
A:VISITED.intro {
	text-decoration : none;
}
A:HOVER.intro {
	text-decoration : underline;
}
.justify {
	text-align : justify;
}

#linkkasten {
	width : 200px;
	float : right;
}
.linkkasten-top {
	background-image : url(images/squarebg-top.gif);
	background-repeat : no-repeat;
	height:10px;
	font-size : 1px;
}
.linkkasten-main {
	background-color : #D9FFF8;
	border-left-color : Teal;
	border-left-style : solid;
	border-left-width : 1px;
	border-right-color : Teal;
	border-right-style : solid;
	border-right-width : 1px;
}
.linkkasten-bottom {
	background-image : url(images/squarebg-bottom.gif);
	background-repeat : no-repeat;
	height:10px;
	font-size : 1px;
}
.katbild {
	margin-right:10px;
 	float:left;
}
