@media screen {	
	/* allgemeine angaben */
	html, body, table, tr, td, ul, li, div, p, a, dl, dt, img, hr { 
		padding: 0;
		margin: 0;
		border: 0;
		text-align: left;
		vertical-align: top;
	}
	html {
		height: 100%;
		font-size: 100%;
	}
	body {
		height: 100%;
		background: #fff url("../bilder/bg_body.gif") repeat-x;
		color: #454545;
		font-size: 13px;		
		font: 80%/160% arial, Trebuchet MS, tahoma, verdana, sans-serif;
	}
	.fehler {
		color: #a3070e;
	}
	#rahmen {
		min-height: 100%;
		width: 100%;
		position: relative;
		position: absolute;
		text-align: center;
	}
	*html #rahmen {
		min-height: 100%;
		height: 100%;
	}
	#aufbau {
		width: 910px;
		margin: 0 auto;
	}
	
		#nav-1 {
			height: 25px;
			margin: 9px 0 0 0;
			overflow: hidden;
			line-height: 120%;
			color: #fff;
		}
		#nav-1 a {
			color: #fff;
			text-decoration: none;
		}
		#bildbereich {
			margin: 6px 0 0 0;
		}
			#logo {
				float: left;
				margin: 10px 0 0 40px;
			}
			.titelbild {
				width: 193px;
				height: 143px;
				overflow: hidden;
				background: url("../bilder/bg_schatten.gif") no-repeat;
				float: left;
				margin: 0 10px 0 50px;
			}
				#titelbild-1, #titelbild-2, #titelbild-3 {
					margin: 9px;
					width: 175px;
					height: 125px;
				}
				#titelbild-1 {
					background: url("../bilder/tva_1.jpg") no-repeat;
				}
				#titelbild-2 {
					background: url("../bilder/tva_2.jpg") no-repeat;
				}
				#titelbild-3 {
					background: url("../bilder/tva_3.jpg") no-repeat;
				}
		
			#spalte-1 {
				margin: 30px 15px 50px 0;
				clear: both;
				float: left;
				width: 170px;
				overflow: hidden;
				overflow: hidden;
			}
			#spalte-2 {
				margin: 0px 0 50px 0px;
				float: left;
				width: 500px;
				position: relative;
				overflow: hidden;
			}
			
				#schatten-1 {
					background: url("../bilder/bg_inhalt.gif") no-repeat 0px;
					height: 265px;
					position: absolute;
					z-index: 50;
					width: 10px;
					top: 20px;
					left: 0px;
				}
				#schatten-2 {
					background: url("../bilder/bg_inhalt.gif") no-repeat -416px;
					height: 265px;
					position: absolute;
					z-index: 50;
					width: 10px;
					top: 20px;
					left: 490px;
				}
				#inhalt {
					margin: 0 20px;
					z-index: 20;
					overflow: hidden;
				}
				
			#spalte-3 {
				margin: 20px 15px 50px 15px;
				float: right;
				width: 180px;
				overflow: hidden;
			}
				.sponsoren IMG {
					border: 1px solid #999;
					margin: 5px 0 5px 0;
					}
		
		
	#abschluss {
		clear: both;
		background: #676767 url("../bilder/bg_abschluss.gif") repeat-x;
		height: 50px;
		position: absolute;
		color: #fff;
		overflow: hidden;
		bottom:0;
		left: 0;
		width: 100%;
	}
	#abschluss div {
		margin-top: 28px;
		line-height: 100%;
		width: 100%;
		text-align: center;
	}
	#abschluss div  A{
		color: #fff;
	}
	
	
}

@media print {
	
	body {
		background: none;
		color: #000;
		font-size: 13px;		
		font: 12px/140% arial, Trebuchet MS, tahoma, verdana, sans-serif;
	}
	#bildbereich, #nav-1, #spalte-1, #spalte-3, #abschluss, #nach-oben  {
		display: none;
		height: 0;
		width: 0;
	}
}