/* background-image:url(); */

/* Hyperlink im Text und die Farbe der Navi-Schrift     */
a  {
        color : #383838;
        text-decoration : none;
        font-weight : normal;
        font-style: normal;
        font-size: 10px;
}

/* Mousoverfarbe im Text und in der Navi     */
a:hover  {
        color : #0194d5;
        font-size: 10px;
        text-decoration: none;
}

a.sanitaetshaus {
        color : #383838;
        text-decoration : none;
        font-weight : normal;
        font-style: normal;
        font-size: 10px;
}

a.sanitaetshaus:hover {
        color : #0194d5;
        font-size: 10px;
        text-decoration: none;
}

a.navimitte {
        color : #383838;
        text-decoration : none;
        font-weight : normal;
        font-style: normal;
        font-size: 10px;
}

a.navimitte:hover {
        color : #0194d5;
        font-size: 10px;
        text-decoration: none;
}

a.navilinksheader {
        font-size : 11px;
        font-weight : bold;
        line-height : 14px;
        color : #0194d5;
        text-decoration : none;
        font-style: normal;
}

a.navilinksheader:hover {
        color : #383838;
        font-size: 11px;
        text-decoration: none;
}

a.navilinks {
        color : #383838;
        text-decoration : none;
        font-weight : normal;
        font-style: normal;
        line-height : 17px;
        font-size: 10px;
}


a.navilinks:hover {
        color : #0194d5;
        font-size: 10px;
        text-decoration: none;
}

body {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 12px;
        background-color: #e5ecec;
        margin: 0;
        padding: 0;
}

.textfeld {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 10px;
        font-weight : normal;
        line-height : 20px;
        text-align: justify; 
        color : #383838;
}

h1 {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 11px;
        font-weight : normal;
        line-height : 14px;
        color : #666666;
        margin-top: 0px;
        margin-left: 11px;
        margin-right: 0px;
        margin-bottom: 0px;
}
h2 {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 11px;
        font-weight : bold;
        line-height : 14px;
        color : #0194d5;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
}
h3 {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 11px;
        font-weight : bold;
        line-height : 17px;
        color : #0194d5;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
}
h4 {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 14px;
        font-weight : bold;
        line-height : 14px;
        color : #c00;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
}
h5 {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 13px;
        font-weight : bold;
        line-height : 13px;
        color : #c00;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
}
h6 {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 10px;
        font-weight : normal;
        line-height : 12px;
        color : #000000;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
}


td  {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 10px;
        color : #383838;
}


/* Text bei Eingabe im Kontaktformular     */
input {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 11px;
        color : #000000;
        }

/* FORM-------------------------------------------------------------------------------------*/
.form_text{
	width:200px; 
	margin-top:0px; 
	margin-bottom:0px;
	border-width:1px;
	border-style:solid;
	border-color:#0194d5;
	font-family: Verdana;
	font-size: 11px;
}

.form_text_klein{
	width:20px; 
	margin-top:0px; 
	margin-bottom:0px;
	border-width:1px;
	border-style:solid;
	border-color:#0194d5;
	font-family: Verdana;
	font-size: 11px;
}

.form_submit{
	width:150px; 
	margin-top:3px; 
	margin-bottom:0px;
	border-width:1px;
	border-style:solid;
	border-color:#0194d5;
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
    background-color: #0194d5;

}


/* Farbe der Schrift im Button vom Kontaktformular     */
select {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 18px;
        color : #000000;
        }
textarea {
        color : #000000;
        }
