/* Formatvorlage fuer kontakt.php */
p {
	text-align:		justify;
	font-family:	Arial, Helvetica, sans-serif;
}

p.right {
	text-align:right;
}

.h1 {
 font-family:		Arial, Helvetica, sans-serif;
 font-size: 		1em;
 font-weight:		bold;
 text-decoration:	underline;
}

hr {
 border:			1px dotted #C0C0C0;
}

.fett {
 font-weight:		bold;
}

a {
 font-family:		Verdana, Arial;
 font-size:		1em;
}

.hinweis {
 font-size:		0.8em;
 color:			#808080;
}


table#tbl_kontakt {
 font-family:		Verdana, Arial;
 font-size:		12px;
}

	col#kontakt_col1 {
          width:		110px;
         }

         col#kontakt_col2 {
          text-align:	justify;
          width:		220px;
         }

         col#kontakt_col3 {
          width:		210px;
         }

.input {
 font-family:		Arial;
 font-size:		12px;
 color:			#008000;
 width:			220px;
 border:			1px solid #336699;
}

#kontakt_img {           /* Feld fuer dei Fehlermeldung udn das Posthorn */
 background-image:	url("../image/kontakt/posthorn.png");
 background-repeat:	no-repeat;
 background-position:	0px 25%;
 font-family:		Verdana, Arial;
 font-size:		12px;
 font-weight:		bold;
 padding-left:		10px;
 vertical-align:		top;
 color:			#800000;
 line-height:		20px;
}

	#kontakt_img a {         /* E-Maillink, wenn die Nachricht nicht versandt wurde */
	 color:                  #0000FF;
	}

	#kontakt_img a:hover, #kontakt_img a:focus, #kontakt_img a:visited {
	 font-weight:            bold;
	}

a.kontakt_link {  /* Links "Zurücksetzen" und "Senden" */
 color:			#000000;
 text-decoration:	none;
}

a.kontakt_link:hover {
 color:			#800000;
 text-decoration:	underline;
}
