/* Globale Formatierung */
body, td {
	 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	 font-size : 12px;
	 color : #000000;
}

/* Formatdefinition der Links  */
A:link {
	color:#000000;
} 
A:visited {
	color:#000000;
} 
A:active {
	color:#000000;
} 
A:hover {
	color:#999999;
} 


/* Klassen-Difinitionen  */
.text {
	line-height : 20px;
}
.highlight {
	line-height : 20px;
	font-size : 14px;
	font-weight : bold;
}
.title {
	line-height : 20px;
	font-size : 18px;
	font-weight : bold;
}
.menu_home {
	line-height : 24px;
	font-size : 16px;
	font-weight : bold;
	padding-left : 25px;
	padding-top : 25px;
}
.menu_detail {
	line-height : 20px;
	font-size : 14px;
	font-weight : bold;
	padding-left : 25px;
	padding-top : 30px;
}

/* Id-Definitionen  */
#bold{
	font-weight : bold;
}
#menu{
	text-decoration : none;
}
