a.headnavi{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #ececec;
	text-decoration: none;
}

.headline{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13pt;
	font-weight : bold;
	text-transform : capitalize;
}
.newsheadline{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
	font-weight : bold;
	color: #085CA9;
}
hr{
	color: #d1d1d1;
	width: 100%;
}

.txt{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}
a.txt{
	font-weight: bold;
	text-decoration: underline;
	color: Black;
}
/* Alle hervorzuhebenden Texte wie Unterüberschriften oder Fettschriften*/
.signal{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight: bold;
}

.teasertitle{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
	font-weight : bold;
	background-color: #085CA9;
	color: #ececec;
	display : block;
}

.footer{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 7pt;
}
/* Schriften und Zuweisungen in den Formularen Kontakt und Bestellung */

.txt_form{
		font-weight : normal;
		color : #085CA9;
		font-size : 10pt;
	}
	.txt_std{
		font-weight : normal;
		font-size : 12pt;
		color : #000000;
	}
	.txt_hinweis{
		font-weight : normal;
		font-size : 10pt;
		color : #ff0000;
	}
	.error{
		font-weight : bold;
		color : Red;
		font-size : 10pt;
	}
	
	#bildergalerie{
	list-style: none;
	margin: 2px;
	padding: 2px;
}
#bildergalerie li{
	float: left;
	margin-right: 6px;
	margin-bottom: 10px;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 10px;
}
#bildergalerie img{
	display: block;
	border: 1px solid Black;
}
.pdf{
	background-image: url(../img/pdf_logo.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 25px;
	line-height: 30px;
	font-weight: bold;
	text-decoration: underline;
	color: Black;
}
#img_galerie a{
	text-decoration: none;
	}
#img_gallerie img{
	padding: 5px;
	border: none;
	}	
.datatable caption{
	font: medium;
 padding-bottom: 15px;	
 text-align: left;	
 text-decoration: underline;
}
.datatable th{
	padding-left: 10px;
	padding-right: 10px;
	}
.datatable tr{
	text-align: center;
	border-bottom: 1px;
	background-color: #EDEDED;
}	

.datatable2 caption{
	font: medium;
 padding-bottom: 15px;
 text-align: left;	
 text-decoration: underline;
}
.datatable2 th{
	background-color:#d1d1d1;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	}
.datatable2 tr{
	border-bottom: 1px;
	background-color: #EDEDED;
}	