	#navHeader {
		position: absolute;
		width: 300px;
		height: 21px;
		background-image:  url("../img/bgQuicknav.gif");
		background-repeat: repeat-x;
		margin: 0px;	
		padding: 0px;
	}

	#navigation {
		position: absolute;
		top: 21px;
		width: 300px;
		margin: 0px;	
		padding: 0px;
		height: 257px;
		background-image:url(../img/bgLeftnav.gif);
		background-repeat: no-repeat;
	}

	#infoSpecial{
		position: absolute;
		top: 690px;
		width: 300px;
		margin: 0px;	
		padding: 0px;
		/*border-bottom: 6px solid white; */
		//background-color: #AFB8A8;
	}
	
	#infoSpecialContent{
		margin: 0px 0px 0px 0px;	
		padding:0px 0px 0px 0px;
		
		
	}
	
	#infoContainer {
		position: absolute;
		top: 278px;
		width: 300px;
		margin: 0px;	
		padding: 0px;
		border-bottom: 6px solid white; 
		background-color: #AFB8A8;
	}
	
	
	#infoContainerHeader{
		height: 20px;
		padding-left: 32px;
		border-bottom: 1px solid white; 
		text-transform: uppercase;
		font-weight: bold;
		line-height: 20px;
		margin: 0px;
		color: #6D212E;
		word-spacing: 2px;
		font-size: 9px;
		letter-spacing: 1px;
	}

	#infoContainerContent{
		font-size: 11px;
		position:relative;
		margin: 22px 5px 22px 18px;	
		padding-left:14px;
		color:white;
		line-height:18px;
	}
	
	

	#infoContainerContent h1{
		text-transform: uppercase;
		font-weight: bold;
		line-height: 18px;
		margin-bottom: 3px;
		color: #6D212E;
		word-spacing: 2px;
		font-size: 10px;
		letter-spacing: 1px;
	}

	#divider {
		width: 300px;
		height: 10px;
		background-color: white;
	}

	#navLevel1, #navLevel1_selected {
		height: 21px;
		line-height: 20px;
		padding-left: 30px;
		background-image: url(../img/leftNavSpacer.gif);
		background-repeat: repeat-x;
		cursor: hand;
		cursor: pointer;
		background-color: #DDE0D5;
		text-transform: uppercase;
		font-weight: bold;
		word-spacing: 2px;
		font-size: 9px;
		letter-spacing: 1px;
	}
	
	#navLevel1 a, #navLevel1_selected a {
		text-decoration: none;
		color: #6D212E;
	}
		
	#navLevel1 {
		height: 21px;
	}
	
	#navLevel1_selected {
		background-color: white;
		height: 25px;
		background-image: url(../img/pfeil1.gif);
		background-repeat: no-repeat;
	}

	#navLevel2, #navLevel2_selected {
		text-transform: uppercase;
		font-weight: bold;
		word-spacing: 2px;
		font-size: 9px;
		letter-spacing: 1px;
		height: 15px;
		line-height: 15px;
		padding-left: 30px;
		cursor: hand;
		cursor: pointer;
		background-color: white;
	}
	
	#navLevel2 a, #navLevel2_selected a {
		text-decoration: none;
		color: #666A60;
	}
	
	#navLevel2 a:hover, #navLevel2_selected a  {
		color: #6D212E;
	}
	
	#navLevel2_selected {
		background-image: url(../img/pfeil3.gif);
		background-repeat: no-repeat;
	}

