

body {
	margin-top: 0px;
	margin-left: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:  10px;
	line-height: 12px;
}


/*--Links--------------------------------------*/

a:link, a:visited {
   color: #ff9900; 
   text-decoration : none; 
   font-weight: normal;
}
a:hover {
   color: #ff0000; 
   text-decoration : none; 
   font-weight: bold;
}
a:active{
   color: #ffffff; 
   text-decoration : none; 
   font-weight: bold;
}

a.wh:link, a.wh:visited {
   color: #ffffff; 
   font-weight: normal;
}
a.wh:hover {
   color: #ffff00; 
   text-decoration : none; 
   font-weight: bold;
}
a.wh:active {
   color: #ff0000; 
   font-weight: bold;
}

a.schw:link, a.schw:visited {
	color: #000000; 
	font-weight: normal;
}
a.schw:hover {
	color: #ff0000; 
/*	text-decoration : underline; */
	font-weight: bold;
/*	background-color: #ff0000; */
}
a.schw:active {
	color: #000000; 
	font-weight: bold;
}

/*--Menue--------------------------------------*/

a.menu:link, a.menu:visited {
	display:block;
	width:135px;
	color: #000000; 
}
a.menu:hover {
	display:block;
	width:135px;
/*	background-color: #000099;*/
	background-color: #009900;
	color: #ffffff; 
}
a.menu:active {
	color: #000000; 
	background-color: #ffffff;
}


a.menuA:link, a.menuA:visited {
	display:block;
	width:135px;
	color: #000000; 
}
a.menuA:hover {
	display:block;
	width:135px;
	background-color: #ffcc00;
	color: #000000; 
}
a.menuA:active {
	color: #000000; 
	background-color: #ffffff;
}


/*--Schriftformate--------------------------------------*/

.flow {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.inbox {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 6px;
	margin-left: 7px;
}

.menubox {
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.unten6 {
	margin-left: 3px;
	margin-bottom: 6px;
}

.za6 {
	line-height: 6px;
}

.head {
	font-size: 60px;
	line-height: 54px;
}
.head4 {	
	line-height: 18px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size:20px;
	font-weight:900;
	background-color:#none;
}

.b { font-weight: bold; }

.white { color: #FFFFFF; }
.blue { color: #0099FF; }
.yell { color: #ffcc00; }
.red { color: #FF0000; }
.grey { color: #aaaaaa; }
.bl { color: #000000; }


/*--div-Container--------------------------------------*/

	/*  Adresse  */
#boxA {
	position:absolute;
	left:0px; top:485px; width:200px;
	z-index:3;
}

	/*  Scripttests */
#boxB {
	background-color:#ffffff; 
	filter:alpha(opacity=85);
	-moz-opacity:85%;
	position:absolute;
	left:80px; top:-10px; width:230px; /*width:200px; height:160px;*/
	border:1px solid #000000;
	z-index:3;
}

	/*  Menü  */
#boxM {
	visibility:hidden;
	background-color:#eeeeee; 
	filter:alpha(opacity=85);
	-moz-opacity:85%;
	position:absolute;
	left:20px; top:200px; width:140px; /* height:160px;*/
	z-index:99;
}


