@media screen {	
	/* allgemeine angaben */
	* { 
		padding: 0;
		margin: 0;
		text-align: left;
		vertical-align: top;
		background: none;
	}
	html {
		height: 100%;		
		overflow: -moz-scrollbars-vertical !important;
	}
	body {
		height: 100%;
		background: #fff url("../bilder/bg_body.gif") repeat-x;
		color: #454545;		
		font: 75%/160% arial,verdana,tahoma,sans-serif;
	}
	#rahmen {
		min-height: 100%;
		width: 100%;
		position: relative;
		text-align: center;
	}
	img {
		border: 0px;
	}	
	
	#aufbau {
		width: 69.1em;
		margin: 0 auto;
	}
	
		#nav-1 {
			height: 25px;
			margin: 3px 0 0 0;
			overflow: hidden;
			line-height: 25px;
			color: #7A7651;
		}
		#nav-1 a {
			color: #fff;
			text-decoration: none;
		}
		#bildbereich {
			margin: 3px 0 0 0;
			height: 154px;
			position: relative;
		}
			#logo {
				top: 15px;
				position: absolute;
			}
				#titelbild-1 {
					position: absolute;
					background: url("../bilder/header_0.jpg") no-repeat;
					width: 375px;
					height: 183px;
					left: 500px;
					top: -23px;
				}
		
			#spalte-1 {
				margin: 22px 0 0 0;
				clear: both;
				float: left;
				width: 14.5em;
				overflow: hidden;
			}
			#spalte-2 {
				margin: 5px 0 30px 0;
				float: left;
				width: 36em;
				position: relative;
			}
			
				#schatten-1 {
					background: url("../bilder/bg_inhalt.gif") no-repeat;
					height: 265px;
					position: absolute;
					z-index: 5;
					width: 10px;
					top: 25px;
					left: -10px;
				}
				#schatten-2 {
					background: url("../bilder/bg_inhalt.gif") no-repeat -416px;
					height: 265px;
					position: absolute;
					z-index: 5;
					width: 10px;
					top: 25px;
					left: 36em;
				}
				#inhalt {
					margin: 0 10px;
					z-index: 20;
				}
				
			#spalte-3 {
				margin: 3px 7px 0 0;
				float: right;
				width: 16em;
				overflow: hidden;
			}	
		
	#abschluss {
		clear: both;
		background: #EBF6F8 url("../bilder/bg_abschluss.gif") repeat-x;
		height: 30px;
		position: relative;
		margin-top: -21px;
		color: #A4C4C9;
		overflow: hidden;
	}
	#abschluss a {
		color: #A4C4C9;
	}
	#abschluss div {
		line-height: 120%;
		width: 100%;
		padding-top: 8px;
		text-align: center;
	}
}

@media print {
	body {
		font: 10pt/140% arial, tahoma, verdana, sans-serif;
	}
	#bildbereich, #nav-1, #spalte-1, #spalte-3, #abschluss, #nach-oben  {
		display: none;
		height: 0;
		width: 0;
	}
	* { 
		background: none;
		color: #000;
	}
}
