body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #333333;
	color: #EEEEEE;
	scrollbar-face-color: #333333;
	scrollbar-highlight-color: #333333;
	scrollbar-3dlight-color: #CECECE;
	scrollbar-darkshadow-color: #666666;
	scrollbar-shadow-color: #555555;
	scrollbar-arrow-color: #CCCCCC;
	scrollbar-track-color: #333333;
	font-size: 14px;
}

a {
	font-weight: bold;
	color: #CCCCCC;
}

a:hover {
	color: #FFCC00;
	font-weight: bold;
}

a.grosserlink {
	font-size : 14px;
	font-weight: bold;
}

a.grosserlink:hover {
	font-size : 14px;
	color: #FFCC00;
	font-weight: bold;
}

a.kleinerlink {

	font-size : 10px;
	font-weight: bold;
}

a.kleinerlink:hover {

	font-size : 10px;
	color: #FFCC00;
	font-weight: bold;
}

h1{
	font-size : 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-weight: 100;
}

h2{
	font-size : 18px;
}

h3{
	font-size : 16px;
}

h4{
	font-size : 14px;
}

h5{
	font-size : 12px;
}

h6{
	font-size : 10px;
}

li{
	list-style-image : url(../images/liste.gif);
}

.blocksatz {
	text-align: justify;
	font-size: 12px;
}

.blocksatzhintergrund {
	text-align: justify;
	font-size : 10px;
	background-color: #888888;
	color: #333333;
}

/* menü */

ul#mainnav {
	list-style:none;
	margin: 0;
	padding: 0;
	background-color: #333333;
	font-size: 12px;
	}
ul#mainnav li a:link, ul#mainnav li a:visited {
	text-decoration: none;
	display: block;
	width: 95%;
	color: #EEEEEE;
	width: 95%;
	padding: 6px 6px;
	font: bold 85% arial,sans-serif;
	}

ul#mainnav li {
 	border-top: 1px solid #555555;
	}
	
ul#mainnav li a:hover {
	background-color: #777777;
	color: #000000;
	}

.underline {
	text-decoration: underline;
}

.durchgestrichen {
	text-decoration: line-through;
}

.textnormal {
	font-size: 12px;
}

.imagenoborder{border: none;}

.rot {
	color: #FF0000;
}

.linie {
	background-image: url(../images/linie03.gif);
	background-repeat: repeat-x;
}

.textunaufdringlich {
	font-size: 12px;
	color: #777777;
}
.ueberschriftklein {
	font-size: 12px;
}
.ueberschriftgross {

	font-size: 14px;
	color: #CCCCCC;
}
.bildrahmen {
	border: medium solid #555555;
}
.tabellenueberschrift {
	background-color: #444444;
	color: #CCCCCC;
	font-size: 12px;
}

.tabellenhintergrund {
	background-color: #333333;
	color: #CCCCCC;
	font-size: 12px;
}
.textklein {
	font-size: 8px;
}
.textfeld {
	color: #CCCCCC;
	background-color: #333333;
	border: 1px solid #CCCCCC;
	width: 300px;
	font-size: 10px;
}
.inputfeld {
	color: #CCCCCC;
	background-color: #333333;
	border: 1px solid #CCCCCC;
	width: 100px;
	font-size: 10px;
}
