@media screen {	
	/* allgemeine angaben */
	* { 
		padding: 0;
		margin: 0;
		text-align: left;
		vertical-align: top;
		background: none;
	}
	html {
		height: 100%;		
		min-height: 100%;
		overflow: -moz-scrollbars-vertical !important;
	}
	body {
		height: 100%;
		min-height: 100%;
		background: #f0f2f4;
		color: #454545;		
		text-align: center;
		font: 75%/160% verdana,arial,tahoma,sans-serif;
	}
	#rahmen {
		min-height: 100%;
		width: 804px;
		background: #fff url("../bilder/bg.gif") repeat-y;
		margin: 0 auto;
	}
	img {
		border: 0px;
	}	
	hr {
		height: 0px; 
		line-height: 0px;
		color: #fff;
		border-top: 1px solid #fff; 
		border-bottom: 2px solid #fff; 
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
		background: #fff;
		margin: 5px 0 10px 0;
		clear: both;
	}
	.teaser {
		margin: 0 12px 30px 10px;
	}
	
	#aufbau {
		min-height: 100%;
	}
	
		#bildbereich {
			height: 161px;
			width: 800px;
			margin: 0 2px 0 2px;
			background: url("../bilder/header_00.jpg") no-repeat;
		}
			#logo {
				margin: 45px 0 0 4px;
			}
			
			#spalte-1 {
				margin: 0 0 30px 2px;
				clear: both;
				float: left;
				width: 190px;
				overflow: hidden;
			}
			#spalte-1 .teaser {
				margin: 15px 12px 10px 8px;
			}
			#spalte-2 {
				margin: 0px 0 30px 0;
				float: left;
				width: 420px;
			}
			
				#inhalt {
					margin: 0 20px;
				}
				
			#spalte-3 {
				float: right;
				width: 192px;
				overflow: hidden;
			}	
			#spalte-3 HR {
				width: 190px;
			}
		
}

@media print {
	body {
		font: 10pt/140% verdana, arial, tahoma, sans-serif;
	}
	#bildbereich, #nav-1, #spalte-1, #spalte-3, #abschluss, #nach-oben  {
		display: none;
		height: 0;
		width: 0;
	}
	* { 
		background: none;
		color: #000;
	}
}
