/*
Design by Engelbert Muelhaupt, http://muelhaupt.net
*/



body {
	margin: 20px 0;
	background: #EDE7DB url(images/img01.gif) repeat-x left top;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;

}

h1, h2, h3 {
	font-weight: normal;
	color: #FFFFFF;
}

h1 { font-size: 160%; }
h2 { font-size: 130%; }
h3 { font-size: 100%; font-weight: bold; }

p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 167%;
	font-size: 100%;
        list-style: none;

}

a {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color:#00FF00;
	font-weight:bold;
	
}

a:visited {
	color: #ffffff;
}

a img {
	border: none;
}


/* links */


.links {
	width: 80px;
	height: 33px;
	text-align: left;
	font-weight: bold;
        
}

.links a {
	
	
	text-align: left;
       
        
}

.links .active a {
	
	
	text-align: left;
	color:#000000;
	
       
        
}


.links a:hover {
    width:auto;
	color:#00FF00;
    background: #009933;
	font-weight:bold;
        
}



/* Header */

#header {
	width: 800px;
	height: 130px;
	margin: 0 auto;
}



/* bild */

#bild {
	width: 800px;
	height: 125px;
	margin: 0 auto;
	background: url(images/bfg03.gif) no-repeat left top;
	border-bottom:#000000

}

#bild p {
	padding: 50px 150px 50px 20px;
	text-align: right;
	font-weight: bold;
	color: #000000;
}

/* Page */

#page {
	width: 800px;
	margin: 0 auto;
        
}

#page h1, #page h2 {
	margin-bottom: 20px;
}

/* Content */

#content {
	float: right;
	width: 560px;
        height: 370px;
	padding: 20px;
        background: #6E6E6E;
        border: 0px solid #333333;
	border-right-width: 3px;
        border-bottom-width: 1px;
	overflow:auto;

}

#content ol, #content ul {
	margin-left: 3em;
}




/* Sidebar */





        


#sidebar {
	float: left;
	width: 165px;
        height:380px;
        padding: 20px 10px 10px 10px;
	background-color:#009933;
	border: 0px solid #333333;
	border-right-width: 3px;
        border-bottom-width: 1px;
        font-size: 100%;
	font-weight: bold;
	
}



#sidebar1:hover {
	float: left;
	width: 140px;
        
	
	
	
	
	
}


/* classes */

.text {
        font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}



/* Footer */

#footer {
	clear: both;
	width: 776px;
	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;
}




/* boxes */


#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;
}
