/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: #fff url(bg2.gif); /* Optional */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center; /* IE Fix */
	margin: 0;
	color: #464646;
	}
acronym { cursor: help; border-bottom: 1px dashed #999; }
a:link{color:#464646; text-decoration: underline}
a:visited{color:#464646;}
a:hover{color:#43b3e0; text-decoration: underline}
a:active{color:#43b3e0;}

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	width: 960px;
	background: #ffffff;
	text-align: left; /* Cancel IE Fix */
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	height: 200px;
	width: 960px;
	background: #ffffff url(header.jpg) no-repeat 100% 0;
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
	}	
#header h1 { 	
	display: none;
	}	
#header h2 { 	
	display: none;
	}

/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	background: url(nav-back.jpg) repeat-x; 
	border-bottom: 2px solid #000;
	margin: 0; 
	padding: 0;
	height: 2.2em;
	}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
	}		
#nav li a { 
	text-decoration: none; 
	color: #fff;
	border-right: 1px solid #fff; 
	border-bottom: 0;
	padding: 2px 2px;
	font-size: 11px;
	float: left;
	margin-left: 2px;
	font-weight: bold;
	}
#nav li a:hover { text-decoration: underline; }
#nav li a.on { text-decoration: underline; }

h1,h2,h3,h4 {
	color: #43b3e0;
	line-height:normal;
	}

/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 230px;
	position: relative;
	line-height: 20px; 
	word-spacing: 2px;	
	}
	
#sidebar div { 
 }	


  ul#Navigation {
    margin: 0; padding: 0px;
	width: 230px;
  }

ul#Navigation ul{
    margin: 0; padding: 0px;

}

ul#Navigation ul li{
    list-style: none;
	width: 230px;

  }
ul#Navigation ul li a, ul#Navigation ul li a:visited{
	padding-left:10px;
	font-weight: bold;
	color: #43b3e0;
	text-decoration:none;
	line-height:	30px;
	display:		block;
	height: 28px;
	background-image: url(pfeil-gruen.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
  }
ul#Navigation ul li a:hover{
	font-weight: bold;
	color: #b8d266;
	text-decoration:underline;
	background-image: url(pfeil-blau.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
  }
ul#Navigation ul li a.active{
	color: #b8d266;
	background-image: url(pfeil-blau.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
  }
  
  
ul#Navigation ul li ul li{
    list-style: none;
	width: 230px;

  }
ul#Navigation ul li ul li a, ul#Navigation ul li ul li a:visited{
	padding-left:15px;
	font-weight:normal;
	color: #0048b8;
		line-height:	30px;
		display:		block;
	text-decoration:none;
		height: 24px;
	background-image: url(pfeil-gruen.gif);
	background-repeat: no-repeat;
	background-position: 5px 10px;
  }
  
ul#Navigation ul li ul li a:hover{
	font-weight:normal;
	color: #0048b8;
	text-decoration:underline;
	background-image: url(pfeil-blau.gif);
	background-repeat: no-repeat;
	background-position: 5px 10px;
  }
ul#Navigation ul li ul li a.active{
	color: #ff5f00;
	text-decoration:underline;
	background-image: url(pfeil-blau.gif);
	background-repeat: no-repeat;
	background-position: 5px 10px;
  }
  
  
ul#Navigation ul li ul li ul li{
    list-style: none;
	width: 230px;

  }
ul#Navigation ul li ul li ul li a, ul#Navigation ul li ul li ul li a:visited{
	font-weight:normal;
	color: #003399;
	padding-left:20px;
	line-height:	30px;
	text-decoration:none;
		display:		block;
		height: 24px;
	background-image: url(pfeil-gruen.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
  }
ul#Navigation ul li ul li ul li a:hover{
	color: #ff5f00;
	text-decoration:underline;
	background-image: url(pfeil-blau.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
  }
ul#Navigation ul li ul li ul li a.active{
	font-weight:normal;
	color: #003399;
	text-decoration:underline;
	background-image: url(pfeil-blau.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
  }
/*------------------------------------------------------------*
**  Side Bar & Content
**------------------------------------------------------------*/
#sidebar h3, #content h3 { 
	font-size: 1.1em; 
	color: #43b3e0; 
	line-height: 5px; 
	cursor: default;
	}
#content div, #sidebar div { 
	padding: 1px 0 10px 0;  
	padding: 10px;
	}
/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	float: left;
	width: 670px;
	position: relative;
	margin-left: 15px;
	line-height: 20px; 
	text-align: justify; 
	word-spacing: 2px;	
	}	
#content div { background: #fff; }	
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background: #fff url(nav-back.jpg) repeat-x;
	text-align: center;	
	color: #fff;
	font-size: 11px;
	line-height: 20px;
	clear: both;
	}
	
#footer a { text-decoration: none; color: #fff; border-bottom: 1px dashed #A2AFBF; }
#footer a:hover { border-bottom: 1px dashed #fff; color: #fff; }

