/************************************************
*************FIRST_LEVEL*************************
************************************************/
/*Style-Definition für die First-Level-Navigation*/
body {
	background-color: #cc99ff;
	background-image: url(bg.gif);
	font-family: sans-serif; 
	font-size: 0.8em;
	color: Purple;
}
#header {
	text-align: center;
	width: 100%;
	color: Maroon;
}
#navl {
	position: absolute;
	left: 1%;
	top: 10px;
	width: 15%;
	text-align: left;
	font-family: sans-serif;
	color: Maroon;
}
#navl a {
	TEXT-DECORATION: none;
	color: Maroon;
}
#navl a:visited {
TEXT-DECORATION: none;
font-style: italic;
}
#navl a:hover {
TEXT-DECORATION: none;
border: thin solid maroon;
}
#main {
   position: absolute;
   left: 16%;
	top: 120px;
	width: 68%;
   background-color: #ffcccc;
	background-image: url(bg_innen.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-family: sans-serif;
	text-align: center;
	padding-left: 5px;
	color: Purple;
}
#main a {
	text-decoration:underline;
	color: Purple;
}
#main a:visited {
	text-decoration:underline;
}
#main a:hover {
	font-style:italic;
	text-decoration:underline;
}
#maine {
   position: absolute;
   left: 16%;
	top: 120px;
	width: 68%;
   background-color: #ffcccc;
	background-image: url(bg_innen.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-family: sans-serif;
	text-align: left;
	padding-left: 5px;
	color: Purple;
}
#maine a {
	text-decoration:underline;
	color: Purple;
}
#maine a:visited {
	text-decoration:underline;
}
#maine a:hover {
	font-style:italic;
	text-decoration:underline;
}
#navr {
   position: absolute;
	left: 84%;
   top: 10px;
	width: 15%;
	text-align: right;
	font-family: sans-serif;
	color: maroon;
	padding-right: 1%;
}
#navr a {
TEXT-DECORATION: none;
color: maroon;
}
#navr a:visited {
TEXT-DECORATION: none;
font-style: italic;
}
#navr a:hover {
TEXT-DECORATION: none;
border: thin solid maroon;
}
h2 {
	color: purple;
	font-family: sans-serif;
	font-style: normal;
}
.copyr {
	font-family: sans-serif;
	font-size: xx-small;
	font-style: italic;
}