@charset "utf-8";

/* Body */

body {
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	background-image: url(Images/Hintergrund.jpg);
	line-height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	background-repeat: no-repeat;
}

h1, h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #ffffff;
}

h3, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #999999;
}


h1 {
	font-size: 16px;
	font-weight: bold;
	padding: 180px 0px 0px 0px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 14px;
	line-height: 24px;
	margin-top: 28px;
	margin-left: 30px;
	margin-right: 30px;
}

h4 {
	font-size: 12px;
	padding: 20px 0px 0px 0px;
	color: #ffffff;
}

p {
	color: #ffffff;
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #ffffff;
}

a:hover {
	text-decoration: none;
	color: #99CC66;
}


/* Logo */

#Logo {
	width:920px;
	height:45px;
	z-index:1;
	float: left;
	margin: 40px 0px 0px 83px;
	background-image: url(Images/Logo.jpg);
	background-repeat: no-repeat;
}

/* Content */

#content-ol {
	position:absolute;
	width:400px;
	height:250px;
	z-index:2;
	left: 306px;
	top: 140px;
	background-image: url(Images/hintergrund-grau.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	text-indent: 20px;
}

#content-ol .active {
	text-decoration: none;
	color: #99CC66
}


#content-or {
	position:absolute;
	width:400px;
	height:520px;
	z-index:3;
	left: 720px;
	top: 140px;
	background-image: url(Images/hintergrund-weiss.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 12px;
}

#content-ul {
	position:absolute;
	width:400px;
	height:250px;
	z-index:4;
	left: 306px;
	top: 410px;
	background-image: url(Images/hintergrund-gruen.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	text-indent: 20px;
}

#content-ur {
	position:absolute;
	width:400px;
	height:250px;
	z-index:4;
	left: 720px;
	top: 410px;
	background-image: url(Images/hintergrund-transparent.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	text-indent: 20px;
}


/* Main-Menu */

#main-menu {
	position:absolute;
	width:200px;
	height:200px;
	z-index:1;
	left: 83px;
	top: 140px;
	line-height: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #999999;
}

#main-menu a {
	text-decoration: none;
	color: #999999;
}

#main-menu a:hover {
	text-decoration: none;
	color: #99CC66
}

#main-menu .active {
	text-decoration: none;
	color: #99CC66
}
