#contentframe {
	position: absolute;
	top: 110px;
	left: 20px;
	
	width: 695px;
}



#topframe{
	/* Postionierung */
	position: absolute;
	left: 20px;
	top: 0px;
	
	/* Dimensionen */
	height: 110px;
	
}

	#eyecatcher {
		top: 0px;
		height: 75px;
		
		min-width: 710px;
		
		background: url(../images/layout/eyecatcher_topframe.jpg);
		background-position: left top;
		background-repeat: no-repeat;
		
		background-color: #D4DEEC;
	}

		#divisionname {
			position: relative;
			top: 50px;
			left: 70px;
			color: #ffffff;
			font-family: Arial, "Trebuchet MS", Verdana, Helvetica, sans-serif;
		}
		
	#path {
		position: absolute;
		top: 85px;
		
		width: 710px;
		
		background-color: #D4DEEC;
	
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #D6D6D6;

		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #D6D6D6;
		
		/* Schrift */
		font-family: Arial, "Trebuchet MS", Verdana, Helvetica, sans-serif;
		color: #8290C2;
		font-size: 80%;		
	}	
	
		#path_title {
			background-color: #EFF1F7;
			width: 142px;
			text-align: right;
		}
		
		#path_content {
			position: absolute;
			top: 0px;
			left: 142px;
			
			width: 568px;
		
			background-color: #D4DEEC;
		}	
