/* CSS Document */

body {font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 12px; padding: 0; margin: 0; color: #08315a; background-color: #A7A8AA; height: 100%}
tr, td {font-family: Arial, Helvetica, Verdana, sans-serif; color: #08315a; font-size: 12px;}


#linie {border-bottom: 1px #dfdcd3 solid; margin: 15 0 15 0;}

/*Hauptmenu-Definitionen*/
a.menu, a.menu:link, a.menu:visited {
	display:block; height:29px;
	background-image: url(bilder/menu_hgr.gif);  
	margin-top: 0px;
	padding-left: 20px; text-align:left;
	text-decoration: none; 
	font-family: arial, sans-serif; 
	font-size:12px; color:#ffffff; 
	font-weight: bold;
	line-height:26px; overflow:hidden;
	border-bottom: 1px #ffffff solid;
}
a.menu:hover {
	color:#B91F1F; background-image: url(bilder/menu_over.gif);
}
a.menu:active {
	color:red; background-color: #ffffff;
}
.menu_aktiv {
	display:block; height:29px;
	background-color: #ffffff; 
	margin-top: 0px;
	padding-left: 20px; text-align:left; 
	text-decoration: none; 
	font-family: arial, sans-serif; 
	font-size:12px; color:#B91F1F; 
	font-weight: bold;
	line-height:26px; overflow:hidden;
}

/*Untermenu-Definitionen*/
a.untermenu, a.untermenu:link, a.untermenu:visited {
	display:block; width:100%; height:20px; 
	background-color: #ffe495;
	margin-top:0px;
	padding-left:14; text-align:left;
	text-decoration: none; 
	font-family: arial, sans-serif; 
	font-size:11px; color:#205587; 
	font-weight: bold;
	line-height:18px;
	border-bottom: 1px #ffffff solid;
}
a.untermenu:hover {
	color:#205587; background-color: #FFFFFF;
}
a.untermenu:active {
	color:#205587; background-color: #FFFFFF;
}
.untermenu_aktiv {
	display:block; width:100%; height:20px; 
	background-image:url(bilder/menu_hgr_aktiv.gif);
	background-repeat: repeat-y;
	margin-top:0px;
	padding-left:14; text-align:left;
	text-decoration: none; 
	font-family: arial, sans-serif; 
	font-size:11px; color:#205587; 
	font-weight: bold;
	line-height:18px;
	border-bottom: 1px #ffffff solid;
}

/*Text-Definitionen*/
.texttitel {	
	margin: 0 0 10 0;
	text-decoration: none; 
	font-family: arial, sans-serif; 
	font-size:16px; color:#08315a; 
	font-weight: bold;
}

a.textlink {
	color: #205587;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
a.textlink:hover {
	color: #ffcc00;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

.textlink_aktiv {
	color: #ffcc00;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

.zitat {
	color: #B91F1F;
	font-style:italic;
}

/*Formulardefinitionen*/
.form {
	background: #efeee7;
	height: 20px;
	font-size: 11px;
	border: 1px #deddd3 solid;
}

hr {
	backgound-color: #ffffff; border-bottom: #cfd3d8 2px dashed; border-top: 2px #ffffff; margin: 17 0 17 0;
}

ul {
list-style-image:url(bilder/punkt.gif);
margin-top:5px;
}
