    body {
    	margin: 0px;
    	padding: 0px;
    	color: #555555;
    	background: none;
		background-image: url(/images/bg-Bruecke-06.jpg);
		background-repeat: repeat-x;
		background-position: center 209px;
		background-attachment: scroll;    	
	
    }
    
    a {
    	text-decoration: none;
    	color: #000000;
    }
    
    #wrapper {
    	width: 1020px;
    	margin: auto;
    }
    
    #navigation {
    	background-color: #467391;
    	height: 38px;
    	border-bottom: 6px solid #84A2B7;
    }
    
    #topImage {
    	height: 435px;
    }
    
    #oneColumn {
    	width: 750px;
    	float: left;
    	margin-top: 40px;    	
    }
    
    #podCastLeft {
    	width: 545px;
    	float: left;
    	margin-top: 40px;    	
    	margin-right: 5px;
    }    
    #podCastRight {
    	width: 70px;
    	float: left;
    	margin-top: 40px;    	
    	font-size: 85%;
    }     

	#oneColumn p, #podCast, #persons {
		margin-left: 69px;
		padding: 14px 0px 14px 0px;
		/* border-top: 1px solid #467391; */
		width: 632px;
	}
	
	#oneColumn h2 {
		margin: 0px 10px 0px 69px;
		padding: 10px 0px 10px 0px;	
		border-bottom: 1px solid #467391;	
	}	
	
	    
    #column1 {
    	/* width: 449px; */
    	width: 379px;
    	float: left;
    	margin-top: 40px;
    	border-right: 1px solid #C6C7C8;

    }

	#column1 p, .column1-link {
		margin-left: 40px;
		padding: 4px 0px 14px 35px;
		
		/* width: 364px; */
		width: 292px;
	}

  #column1 p.borderTop {
     border-top: 1px solid #C6C7C8;
		padding-top: 14px;
  }
	
	#column1 h2 {
		margin: 0px 0px 0px 69px;
		padding: 10px 0px 10px 0px;		
	}	

    #column2 {
    	/* width: 300px; */
    	width: 317px;
    	float: left;    	
    	margin-top: 40px;    	
    }
    
	#column2 p {
		margin-left: 10px;
		padding: 14px 0px 14px 5px;
		border-top: 1px solid #C6C7C8;
		width: 283px;
	}
	
	#column2 h2 {
		margin: 0px 0px 0px 31px;
		padding: 10px 0px 10px 0px;		
	}    
    
    #column3 {
    	width: 270px;
    	float: right;    	
    	background-color: #F3F6F9;
    	padding-top: 30px;     	
    	color: #467391; 	
    }        
    
	#column3 p {
		margin-left: 18px;
		padding: 0px;		
		width: 100%;
	}
	
	#column3 h2 {		
		margin: 0px;
		padding: 0px 0px 0px 18px;	
			
	}    
	
	#footerLinks {
		position: relative;		
		text-align: right;
		padding: 18px;
		margin-top: 20px;
	}
	#footerLinks a {
		color: #467391;
		text-decoration: none;
		font-size: 93%;
	}	
	
	#logoBox {
		position: absolute;
		display: inline-block;	
		margin: auto;
		width: 948px;
		
		text-align: right;
		top: 27px;
	}
	
	h2 {
		font-size: 116%;
		font-weight: bold;
		
	}
	strong {
		font-weight: bold;
	}
		
  #navigationResponsive {
     display:none;
  }

	#navigation {
		
	}
	
	#navigation ul {
	    margin: 0;
	    padding: 10px;
	}
	#navigation ul li {	
	    display: inline;	    
	    list-style: none outside none;
	    padding: 0px 23px;	
	    margin-right: 20px;	    	    
	    border-right: 1px solid #FFFFFF;
	}
	
	#navigation ul li.last {	   	    
	    border: none;
	}
	
	#navigation ul li:hover {	
		
		background-color: #84A2B7;		
	}


	#navigation ul li a {	
		color: #FFFFFF;
		text-decoration: none;
		font-size: 116%;		
	}
		
	#navigation ul li a.parentFolder {
		background-image: url(/images/down.png);
		background-repeat: no-repeat;
		background-position: center right;
		background-attachment: scroll; 
		padding-right: 15px;	
	}
	
	
	#navigation ul li ul {		
		background-color: #84A2B7;
		position: absolute;
		display: none;	
		top:38px;
		padding: 0px;	
		border-top: 6px solid #84A2B7;
	}
			
	#navigation ul li ul li {
		display: block;		
		border-bottom: 1px solid #467391;
		border-right: none;
		height: 22px;
		margin: 0px;	
		padding-top:4px;	
	}	
   
    #navigation ul li li a {
    	color: #FFFFFF;	
    	display: block;
    	font-size: 100%;	
    }
    #navigation ul li li:hover {
    	background-color: #467391;
    }
    
    /* -------------------------------------------- */
    
   	img.podCastThumb {
   		float: left;
   		clear: left;
   		margin-right: 12px;
   	}
   	span.podCastBlock {
   		margin-bottom: 12px;
   		display: block;
   		height: 30px;
   		padding: 2px 3px 2px 2px;
   		white-space: nowrap;
   	}
   	span.active, span.podCastBlock:hover {
   		 /*
   		background-color: #84A2B7;
   		color: #FFFFFF !important;
   		*/
   		font-weight: bold;
   		white-space: nowrap;
   	}   
   	
   	img.personImage {
   		float: left;
   		clear: left;
   		margin-right: 24px;   	
	}	
   	span.personBlock {
   		height: 200px;
   		display: block;   		
   		padding: 2px;
   	}	


div.trennBlock {
display: none;
}

li#gotoMobile { visibility: hidden; }

#gegenstands_rechner {
    	width: 750px;
    	float: left;
      margin: 40px 10px 0px 69px;
}
#gegenstands_rechner h2 {
      margin-left: 0px;
      width: 650px;
}
#gegenstands_rechner table {
      margin-top: 24px;
    	width: 650px;
}

.docID-66 h3, .docID-66 h4, .docID-66 h5, .docID-66 #oneColumn p  {
margin-left: 69px;
margin-right: 10px;
margin-top: .75rem;
margin-bottom: .75rem;
padding: 0;
}
.docID-66 h3 {
font-size: 110%;
font-weight: bold;
}
.docID-66 h4 {
font-size: 105%;
font-weight: bold;
}
.docID-66 h5 {
font-size: 100%;
font-weight: bold;
}
.docID-66 ul {
margin-left: 85px;
list-style-type: disc;
margin-bottom: .75rem;
}
.docID-66 li {
margin-bottom: .5rem;
}
.docID-66 table {
margin-left: 69px;
margin-bottom: .75rem;
margin-right: 10px;
}
.docID-66 table td {
padding: 2px;
border: 1px solid #000;
}