body {
	font-family: Arial, "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 80%;
	padding: 0px 20px;
	margin: 0px;
}

#left {
	position: absolute;
	left: 0px;
	top: 0px;

	width: 180px;
	height: 100%;

	background-image: url(../images/layout/background_leftframe.jpg);
	background-position: top left;
	background-repeat: no-repeat;

	background-color: #FFFFFF;

	border-right-color: #D6D6D6;
	border-right-style: dotted;
	border-right-width: 1px;
}

	#logoframe {
		position: absolute;
		top: 35px;
		left: 20px;
	}

	#menu {
		/* Psitionierung */
		position: absolute;
		top: 152px;
		left: 0px;
		
		/* Dimensionen */
		width: 170px;
		
		/* Hintergrund */
		background-color: #ffffff;
		
		/* Rahmen */
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #D6D6D6;

		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #D6D6D6;

		border-right-width: 1px;
		border-right-style: solid;
		border-right-color: #D6D6D6;
		
		text-align: right;
		
		filter: Alpha(Opacity=60);
		opacity:0.6;
		-moz-opacity:0.6;
	
	}

	#departmentnav {
		
	}

#main {
	margin-left: 185px;
}
	#topframe {
		height: 120px;
	}
		#eyecatcher {
			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: 50px;
				color: #ffffff;
				font-family: Arial, "Trebuchet MS", Verdana, Helvetica, sans-serif;
				font-size: 140%;
			}
			

			
		#supnav {
			/*position: absolute;
			top: 85px;
			
			left: 347px;*/
			
			margin-top: 10px;
					
			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;
		}
	
			#sn_home {
				background-color: #EFF1F7;
				width: 142px;
				text-align: right;
				float: left;
			}
		
			#sn_search {
				left: 142px;
			
				width: 142px;
		
				background-color: #D4DEEC;
			}
		
			#sn_sitemap {
				left: 284px;
			
				width: 142px;
		
				background-color: #D4DEEC;
	
			}
		
			#sn_impressum {
				left: 426px;
			
				width: 142px;
		
				background-color: #D4DEEC;
			}
		
			#sn_print {
				left: 568px;
			
				min-width: 142px;
			
				background-color: #D4DEEC;	
			}
		
	#path {
		margin-top: 10px;
		
		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;
	}
		
		#path_title {
			background-color: #EFF1F7;
			width: 142px;
			text-align: right;
			float: left;
		}
		
		#path_content {
					
			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;
		}
		
		
	
	#contenframe {
		
	}
	
div.rightimages {
	float: right;
	margin: 10px;
}

