/*
Design by Engelbert Muelhaupt, http://muelhaupt.net
*/



body {
	margin: 10px 0;
	background: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #BABABA;

}

h1, h2, h3 {
	font-weight: normal;
	color: #FFFFFF;
}

h1 { font-size: 250%; }
h2 { font-size: 160%; }
h3 { font-size: 100%; font-weight: bold; }

p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 150%;
	font-size: 100%;

}

a:link {
	color: #94B0C8;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	color: #BABABA;
}

a img {
	border: none;
}

/* bild */

#bild {
	width: 800px;
	height: 60px;
	margin: 0 auto;
	

}

#bild p {
	
	text-align: right;
	font-weight: bold;
	color: #000000;
	
}


/* Menu */

#menu {
	float: right;

}

#menu ul {
	margin: 0 10px 0 0;
	padding: 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;	
	float: left;
	padding: 0 20px;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
        color: #FFFFFF;
}

#menu a:hover{
	background: #009933;
	
	border-top: #CCCCCC solid 1px;
	border-bottom: #000000 solid 1px;
	
} 


#menu .active a {
	background: #006600;
	
	border-top: #CCCCCC solid 1px;
	border-bottom: #000000 solid 1px;
	
}

#menu .active a {
}



/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	background-image: url(images/Green_bg.png);
	
}

#page h1, #page h2 {
	margin-bottom: 20px;
}

/* Content */

#content {
	float: left;
	width: 510px;
        height: 400px;
	padding: 20px;
	overflow:auto;
	

}

#content ol, #content ul {
	margin-left: 3em;
}

#content1 {
	float: left;
	width: 740px;
        height: 400px;
	padding: 20px;
	overflow:auto;
	

}


/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
        height: 350px;
	padding: 20px 20px 20px 20px;
	
	
	

}

#sidebar h2 {
	padding-top: 6px;
	font-size: 150%;
	font-weight: bold;
        text-align: center;
        overflow:auto;
}

#sidebar h3 {
	font-size: 77%;
}

#sidebar h3 span {
	padding: 3px 5px;
	background: #000000;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;


}

#sidebar li {
	margin: 0 0 20px 0;
	padding: 20px 0 0 0;
	border-top: 1px #000000;

}

/* Footer */

#footer {
	clear: both;
	width: 780px;
	height: 15px;
	margin: 0 auto;
	padding: 10px;
	background: #333333;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 77%;
}

#copy {
	float: left;
}

#link {
	float: right;
}



/* Class Styles */

.logo {
	font:20px times new roman;
	color: #333300;
	letter-spacing:.4em;
	font-weight:bold;
	}

.titleText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#000000;
	line-height:18px;
	}
	
.bodyTextL {
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
        font-weight:bold;
	}


.bodyText {
	color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	}




#box2 {
	float: center;
	width: 200px;
	height:350px;
	background: #2F2F2F;
	border: 1px solid #000000;
	overflow:auto;
	max-height: 350px;
	
}

#box3 {
	float: left;
	width: 50px;
	height:50px;
	overflow:auto;


}

#box4 {
	float: left;
	width: 5px;
	height:250px;
	overflow:auto;


}



#box5 {
	float: left;
	width: 700px;
	height:280px;
	overflow:auto;
        

}

#box6 {
	float: left;
	width: 550px;
	height:30px;
	overflow:auto;
        text-align: center;


}

#box7 {
	float: left;
	width: 350px;
	height:250px;
	overflow:auto;
        text-align: center;
        background: #2F2F2F;


}


* {
border:0;
margin:0;
padding:0;
z-index:0;
text-decoration:none;
}
#nav {
position:relative;

}
img {
border:solid 0px #CCC;
}
span {
display:none;

}
span img {
border:none;
}
a:hover {
border:none;
text-decoration:underline;
}
a:hover span {
position:absolute;
left:250px;
top: 10px;
width:130px;
height:122px;
display:block;
}
