/*
Design by Engelbert Muelhaupt, http://muelhaupt.net
*/



body {
	margin: 20px 0;
	background: #3B3B3B url(images/bg.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #BABABA;

}

h1, h2, h3 {
	font-weight: normal;
	color: #FFFFFF;
}

h1 { font-size: 197%; }
h2 { font-size: 167%; }
h3 { font-size: 100%; font-weight: bold; }

p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 167%;
	font-size: 100%;

}

a:link {
	color: #94B0C8;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	color: #BABABA;
}

a img {
	border: none;
}


/* Header */

#header {
	width: 850px;
	height: 300px;
	margin: 0 auto;
}


/* Menu */

#menu {
	float: left;
}

#menu ul {
	margin: 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 {
}

/* bild */

#bild {
	width: 850px;
	height: 180px;
	margin: 0 auto;
	background: url(images/top3.jpg) no-repeat left top;
	border-bottom:#000000

}

#bild p {
	padding: 100px 550px 50px 20px;
	text-align: right;
	font-weight: bold;
	color: #000000;
}

/* Page */

#page {
	width: 850px;
	margin: 0 auto;
}

#page h1, #page h2 {
	margin-bottom: 20px;
}

/* Content */

#content {
	float: left;
	width: 580px;
        height: 345px;
	padding: 20px;
	overflow:auto;

}

#content ol, #content ul {
	margin-left: 3em;
}




/* Sidebar */

#sidebar {
	float: right;
	width: 170px;
	padding: 25px 20px 20px 20px;
	background: #2F2F2F;
	border: 1px solid #000000;
	border-right-width: 3px;


}

#sidebar h2 {
	padding-top: 6px;
	font-size: 100%;
	font-weight: bold;
}

#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: 830px;
	height: 15px;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #000000;
	border-right-width: 3px;
        background: #333333;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 77%;
}

#copy {
	float: left;
}

#link {
	float: right;
}

#box1 {
	float: left;
	width: 200px;
	height:50px;
	background: #2F2F2F;
	border: 1px solid #000000;
	overflow:auto;


}
#box2 {
	float: left;
	width: 200px;
	height:210px;
	background: #2F2F2F;
	border: 1px solid #000000;
	overflow:auto;
	
}

#box3 {
	float: left;
	width: 50px;
	height:50px;
	overflow:auto;


}

#box4 {
	float: left;
	width: 5px;
	height:250px;
	overflow:auto;


}



#box5 {
	float: left;
	width: 550px;
	height:250px;
	overflow:auto;
        background: #2F2F2F;


}

#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;
}