#main2 {
	background-color: #CCECFF;
	position: absolute;
	visibility: visible;
	height: 470px;
	width: 700px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
}

#main {
	background-color: #CCECFF;
	visibility: visible;
	padding: 0px;
}

#mainarea {
	background-color: #FFFFFF;
	position: absolute;
	visibility: visible;
	height: 500px;
	width: 730px;
	margin-left: 0px; /* dieses reicht für den IE nicht aus => direkt in html */
	margin-top: 0px;  /* dieses reicht für den IE nicht aus => direkt in html */
	padding: 0px;
	top: 30px;
	left: 244px;
}

#titel {
	font-size: 150%;

}

#logo {
	position: absolute;
	top: 30px;
	left: 28px;
	font-size: 25px;
	font-style: italic;
}
body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	background-image:url(fotos/hintergrund.jpg);
	background-attachment:fixed;

}

h1 {
	font-size: 16px;
	margin-top: 30px;
	margin-bottom: 10px;
}
h2 {
	font-size: 14px;
	margin-top: 50px;
	margin-bottom: 10px;
}
a:link { text-decoration: underline; }
a:visited {text-decoration: underline; }
a:hover {color: #ff0080;text-decoration: underline; }


a {
	color: #000000;
	text-decoration: underline;
}

.image {
	border: none;
	position: absolute;
}

.browsertext {
	position: absolute;
	font-size: 10px;
	bottom: 0px;
}

#sitetitle {
	font-size: 16px;
	font-weight: bold;
	border: none;
	position: absolute;
	height: 20px;
	width: 400px;
	left: 224px;
	top: 17px;
}

.title {
	text-align:left;
	margin-bottom:10px;
	margin-top:15px;
	width:200;
	font-weight:bold;
	clear: left;
}

.links {
	text-align:left;
	margin-bottom:10px;
	width:200;
}
.rechts {
	margin-top: -27px;
	margin-bottom: 10px;
	margin-left:200px;
	text-align:left;
	vertical-align:top;
}
.links2 {
	float:left;
	clear:left;
	text-align:left;
	margin-bottom:10px;
	width:200;
}
.rechts2 {
	margin-bottom: 10px;
	text-align:left;
	vertical-align:top;
}

#nedstat {
	position: absolute;
	left: 22px;
	top: 540px;
}

#menue {
	position: absolute;
	padding:6px;
	top: 150px;
	left: 28px;
	width: 180px;
	background-color: #CCECFF;
	color: #000000;
	font-size: 14px;
	font-style: normal;
	border : none;
	z-index:2;
	background-image:url(fotos/hintergrund.jpg);
	background-attachment:fixed;
}


/* Menüdefinitionen */
/* -------------------------------- */
#menue h1 {
	font-size: 1em;
	margin-bottom: 2px;
}

.level1 {
	padding-top: 10px;
}

.level2 {
	padding-top: 5px;
	padding-left: 20px;
	list-style-type: circle;
}

#mSub1, #mSub2 {
	display: none;
}