/* ----------------------------------- */
/* Normaler Fliesstext */
/* ----------------------------------- */
body{
	background-color: #FFFFFF;
	color: #000000;	
	font-family: Helvetica,Arial;
	font-size: 75%;
	text-align: justify;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 25px;
}

h1{
	font-size: 115%;
}

h2{
	font-size: 200%;
}



td{
	font-size: 80%;
}

td.menu{
	text-align: left;
	font-size: 75%;
	text-decoration: none;
}


td.ul{
	line-height: 150%;
}

ul{
	line-height: 150%;
}

td.ListHead{
	font-weight: bold;
	font-size: 85%;
}


/* ----------------------------------- */
/* Links */
/* ----------------------------------- */
a:link{
	color:#FFFFFF;
	text-decoration: none;
	font-family: Helvetica,Arial;
}

a:visited{
	color:#FFFFFF;
	text-decoration: none;
	font-family: Helvetica,Arial;
}

a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	font-family: Helvetica,Arial;
}

a:active{
	color:#FFFFFF;
	text-decoration: none;
	font-family: Helvetica,Arial;
}
