td	{
	font-family: verdana, arial;
	font-size: 11px;
	font-weight: normal;
}

.fett	{
	font-weight: bold;
}

.rot	{
	color: #C82F2F;
}

.normal	{
	font-family: verdana, arial;
	font-size: 11px;
	font-weight: normal;
}

.klein	{
	font-family: verdana, arial;
	font-size: 9px;
	font-weight: normal;
}

.gross	{
	font-size: 13px;
}

.headline	{
	font-family: tahoma;
	font-size: 18px;
	font-weight: bolder;
	color: #C01111;
}

b	{
	font-weight: bold;
}

A:link    { 
	font-family: verdana, arial;
	font-size: 11px;
	text-decoration: underline;
	color: #C01111;
 }    /* noch nicht besuchter Link */

A:visited { 
	font-family: verdana, arial;
	font-size: 11px;
	text-decoration: underline; 
	color: #C01111;
}   /* schon besuchter Link      */

A:hover   { 
	font-family: verdana, arial;
	font-size: 11px;
	text-decoration: underline;
	color: #C01111;
 } /* Benutzer 'hovert'         */

A:active  { 
	font-family: verdana, arial;
	font-size: 11px;
	text-decoration: underline; 
	color: #C01111;
	font-weight: bold;
}   /* Link wird ausgewählt      */


A.weiss:link    { 
	font-family: verdana, arial;
	font-size: 11px;
	text-decoration: underline;
	color: #FFFFFF;
 }    /* noch nicht besuchter Link */

A.weiss:visited {
	font-family: verdana, arial;
	font-size: 11px;
	text-decoration: none;
	color: #BCBCBC;
}   /* schon besuchter Link      */

A.weiss:hover   {
	font-family: verdana, arial;
	font-size: 11px;
	text-decoration: underline;
	color: #FFFFFF;
} /* Benutzer 'hovert'         */

A.weiss:active  {
	font-family: verdana, arial;
	font-size: 11px;
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}   /* Link wird ausgewählt      */

#unterprojekte {
	width: 250px;
	position: absolute;
	top: 45px;
	left: 207px;
	z-index: 2;
	background-color: #BCBCBC;
	padding-left: 5px;
	padding-top: 5px;
	font-family: tahoma;
	font-size: 10px;
	padding-right : 5px;
	border-bottom: 1px solid;
	border-bottom-color : Gray;
}

#unterverein {
	width: 125px;
	position: absolute;
	top: 45px;
	left: 102px;
	z-index: 2;
	background-color: #BCBCBC;
	padding-left: 5px;
	padding-top: 5px;
	font-family: tahoma;
	font-size: 10px;
	padding-right : 5px;
	border-bottom: 1px solid;
	border-bottom-color : Gray;
}

li {
	margin-left: -25px;
	margin-top: 3px;
	list-style-type : square;
}

A.nav:link {
	font-family: tahoma;
	font-size : 11px;
	text-decoration : none;
	color: black;
	font-weight: normal;
}

A.nav:visited {
	font-family: tahoma;
	text-decoration: none;
	font-weight: normal;
	color: black;
	font-size: 11px;
}

b.nav {
	font-family: tahoma;
	font-size : 11px;
	font-weight : bold;
}

A.nav:hover {
	font-family: tahoma;
	font-size : 11px;
	text-decoration : none;
	color: white;
	font-weight: bold;
	background-color : Gray;
	padding: 2px;
}

A.nav:active {
	font-family: tahoma;
	font-size : 11px;
	text-decoration : none;
	color: black;
	font-weight: bold;
}


