
	body {
		background-color: #E0E0D6;
		scrollbar-face-color: #F1F1E9;
	    scrollbar-shadow-color:#E0E0D6 ;
	    scrollbar-highlight-color:#E0E0D6;
	    scrollbar-3dlight-color: #F1F1E9;
	    scrollbar-darkshadow-color: #F1F1E9;
	    scrollbar-track-color: #F1F1E9;
	    scrollbar-arrow-color:#666;
	}

	#main_start {
		margin-top: 35px;
		width: 912px;
		height: 632px;
	}	

	#main {
		margin-top: 35px;
		width: 912px;
		height: 632px;
		background-image: url(../img/Hintergrund.jpg);
	}
	
	#main {
		margin-top: 35px;
		width: 912px;
		height: 632px;
		background-image: url(../img/Hintergrund_Startseite.jpg);
	}
	
	#scroller {
		width:23px; 
		float:left; 
		height:420px;
		visibility: hidden;	
	}
	
	#ajax_content {
		width: 388px;
		height: 360px;
		padding-top:28px;
		padding-left:35px;
		padding-right:15px;
		overflow: auto;
		border-left: 1px solid #666;
		border-top: 1px solid #666;
		text-align:left;
		float: left;
	}
	#ajax_content_kanzleien {
		margin-left:50px;
		margin-top:150px;
		width: 540px;
		height: 360px;
		padding-top:28px;
		padding-left:35px;
		padding-right:15px;
		overflow: auto;
		border-left: 1px solid #666;
		border-top: 1px solid #666;
		text-align:left;
		float: left;
	}
	#ajax_content_counter {
		margin-left:50px;
		margin-top:150px;
		width: 540px;
		height: 450px;
		padding-top:28px;
		padding-left:35px;
		padding-right:15px;
		overflow: auto;
		border-left: 1px solid #666;
		border-top: 1px solid #666;
		text-align:left;
		float: left;
	}
	#wrapper_kanzleien{
		width:912px;
		margin:0 auto;
	}
	
	#navi {
		width: 138px;
		text-align:left;
		margin-left: 40px;
		padding-top:43px;
	}
	
	.navilink {
		display: block;
		font-family: Tahoma;
		color: #666;
		text-decoration: none;
		font-size: 15px;
		margin-bottom: 5px;	
		display: block;
	}

	.navilink:hover {
		color: #000;
	}
	
	.navilink_active {
		display: block;
		font-family: Tahoma;
		color: #000;
		text-decoration: none;
		font-size: 15px;
		margin-bottom: 5px;	
		display: block;
	}
	
	.subnavi {
		margin-left: 16px;
		width:100px;
		padding-left: 5px;
		margin-top: 12px;
		margin-bottom: 12px;
		display:none;
		border-left: 1px solid black;
	}
	
	#loader {
		visibility: hidden;
		position: absolute;
		z-index: 1000;
	}
	
	.subnavilink {
		display: block;
		font-family: Tahoma;
		color: #666;
		text-decoration: none;
		font-size: 12px;
		margin-bottom: 5px;	
	}
	
	.subnavilink:hover {
		color: #000;
	}
	
	.subnavilink_active {
		color: #000;
	}
	
	a {
		outline: none;
	}
	
	h1 {
		font-family: Arial;
		color: #666;
		font-size: 16px;
		line-height: 23px;
		padding-bottom: 12px;
	}
	h2 {
		font-family: Arial;
		color: #666;
		font-size: 14px;
		line-height: 18px;
	}

	p {
		font-family: Arial;
		color: #666;
		font-size: 11px;
		line-height:12px;
	}
	
	.imp {
		font-family: Arial;
		color: #666;
		font-size: 11px;
		line-height:12px;
		
	}	
	
	p a {
		font-family: Arial;
		color: #666;
		font-size: 11px;
		line-height:12px;
	}
	
	p li {
		font-family: Arial;
		color: #666;
		font-size: 11px;
		line-height 12px;
		color: #666;
	}	
	
	ul {
		list-style-type: square;
		margin: 0;
		padding: 0 0 0 4px;
		font-family: Arial;
		color: #666;
		font-size: 11px;
		margin-left: 10px;
	}
	
	.link_black {
		font-family: Arial;
		color: #000;
		font-size: 11px;
		text-decoration: none;
	}

	.link_gray {
		font-family: Arial;
		color: #666;
		font-size: 11px;
		text-decoration: none;
	}
	

	.link_gray2 {
		font-family: Arial;
		color: #666;
		font-size: 11px;
		text-decoration: underline;
	}
	
	.hint {
		font-family: Arial;
		color: #666;
		font-size: 9px;
	}