/* CSS Document */

/* Allgemeine Formateinstellungen für die Website */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Haupttitel */
.h1_gruen {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #99CC00;
}

.h1_rot {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC6633;
}

/* Untertitel */
.h2_gruen {
	font-size: 14px;
	font-weight: bold;
	color: #99CC00;
}
/* Untertitel */
.h2_rot {
	font-size: 14px;
	font-weight: bold;
	color: #CC6633;
}

/* Untertitel */
.h3_blau {
	font-size: 12px;
	font-weight: bold;
	color: #333366;
}

/* Navigationschaltflächen */
.eva_liste {
	text-decoration: none;
	display: block;
	width: 140px;
	height: 20px;
	color: #000000;
}


/* Navigationschaltflächen */
.eva_liste_titel {
	text-decoration: none;
	display: block;
	width: 140px;
	height: 20px;
	font-weight: bold;
	background-color: #CCCCCC;
	color: #000000;
}

/* Hovereinstellungen für Navigationsschaltflächen */
a:hover.kev_liste_titel {
	background-color: #AAAAAA;
}


/* Navigationschaltflächen */
.navigation {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
	display: block;
	width: 170px;
	height: 20px;
}

/* Hovereinstellungen für Navigationsschaltflächen */
a:hover.navigation {
	background-color: #668033;
}

/* Gewählte Navigationsschaltfläche */
.navigation_selected {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;	
	text-decoration: none;
	display: block;
	width: 170px;
	height: 20px;
	background-color: #99CC00;
}

/* Navigationschaltflächen */
.button {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
	display: block;
	width: 50px;
	height: 20px;
}

/* Hovereinstellungen für Navigationsschaltflächen */
a:hover.button {
	background-color: #668033;
}

/*
Fetter Text
*/
.textbold {
	font-weight: bold;
}

/*
Kleiner Text
*/
.textsmall {
	font-size: 9px;
}

/*
Kleiner fetter Text
*/
.textsmallbold {
	font-size: 9px;
	font-weight: bold;
}
.textred {
	color: #CC6633;
}
.legende {
	text-decoration: underline;
	cursor: hand;
}
