
body {
	background-color : #ffffff;
	font-family : arial;
	font-size : 12px;
	margin-left : 0;
	}

/* links */
	a:link		{ color:#006699; text-decoration: none ; font-weight: normal ; }
	a:visited	{ color:#006699; text-decoration:none; font-weight:normal; }
	a:focus		{ color:#FFFFFF; background-color:#EDEDED; font-weight:bold; }
	a:hover		{ color:#000000; text-decoration:none; background-color:#EDEDED; font-weight:bold; }
	a:active	{ color:#FFFFFF; background-color:#000000; font-weight:bold; }
	
/* Ende links */
	
	
.head{
	background-color : #009966;
	color: #000000;
	font-family : arial;
	font-weight : bold;
	font-size : 22px;
	text-decoration : none;
	text-align : left;
	}

.Nav {
	background-color : #E5E5E5;
	color: #000000;
	font-family : arial;
	font-weight : normal;
	font-size : 12px;
	text-decoration : none;
	text-align : left;
	}


.Nav2 {
	background-color : #FFFFFF;
	font-family : arial;
	font-weight : bold;
	font-size : 9px;
	text-decoration : none;
	text-align : left;
	}

.NavHead {
	background-color : #FFFFFF;
	color : #000000;
	font-weight : bold;
	font-size : 14px;
	text-decoration : none;
	text-align : left
	}

.TextHead{
	background-color : #FFFFFF;
	link : #000000 ;
	color : #000000;
	font-weight : bold;
	font-size : 14px;
	text-decoration : none;
	text-align : left
	}

.Bildueberschrift {
	background-color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 17px;
	text-decoration : none;
	text-align : left;
	}


.Beschreibung {
	background-color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 13px;
	text-decoration : none;
	text-align : left;
	}


.Beschreibung_k {
	background-color : #ffffff;
	color : #000000;
	font-family : arial;
	font-weight : normal;
	font-size : 12px;
	text-decoration : none;
	text-align : left;
	}


.Warnung {
	background-color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 12px;
	color : #ff0000;
	text-decoration : none;
	text-align : left;
	}

