@charset "utf-8";
/* CSS Document */

body {	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}
img{border: 0px;}

input,select,textarea{background:#ffffff;color:#796f6f;font-size:10pt;border:1px solid #d0cdcd;}
input.normal{background:#ffffff}

.schrift {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}

.schrift_grau {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:10px;
color:#333;
}

.boldorange {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
color:#E45E14;
}

.boldrot {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
color:#bd2928;
}

.boldblack{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
color:#000;
}


.boldweiss {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
color:#ffffff;
}

a.menue {
	color : #ffffff;
	font-size : 9pt;
	font-weight : bold;
	text-decoration : none;
	padding: 2px 6px 2px 2px;
	background: #E86730;
	background-image: url(../img/menue-hintergrund-1.jpg);
	border-bottom: 1px;
	border-top: 1px;
	border-left: 1px;
	border-right: 1px;
	border-color: #000000;
	display: block;
	height: 16px;
	border-style: solid;	
}

a.menue:hover {
	color : #ffffff;
	text-decoration : none;
	background: #9F9F9F;
	background-image: url(../img/menue-hintergrund-2.jpg);
}

a.menue:visited {
	background-image: url(../img/menue-hintergrund-2.jpg);
}

a.menuenews:link,a.menuenews:active,a.menuenews:visited {
	color: #E86730;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none
}

a.menuenews:hover {
	text-decoration:underline
}

.tabelle_haupt {
	background-color: #ffffff;
	border-bottom: 1px;
	border-left: 1px;
	border-right: 1px;
	border-top: 1px;
	border-style: solid;
	border-color: #000000;
}

