	
	html, body {
		font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
		margin: 5px 20px 20px 20px;
		padding: 0;
		font-size: 13px;
		zoom: 1;
	}
	
	h1, h2, h3, h4, h5, h6 {
		margin: 10px 0 0 0;
	}
	h1 {
		font-size: 24px;
	}
	h2 {
		font-size: 20px;
	}
	h3 {
		color: #005697;
		font-size: 18px;
	}
	h4 {
		font-size: 16px;
	}
	h5 {
		font-size: 14px;
	}
	h6 {
		font-size: 12px;
	}
	a {
		color: #000;
	}
	p {
		margin: 0 0 10px 0;
	}
	
	img {
		border: 0;
	}
	
	.druckansicht {
		display: none;
	}
	
	table {
		width: 100%;
		border-top: 1px dashed #000;
		font-size: 13px;
		font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
		margin: 0 0 10px 0;
	}
		table tr {
			
		}
			table tr td {
				border-bottom: 1px dashed #000;
				width: 20%;
				padding: 1% 5% 1% 0;
				vertical-align: top;
			}
			table tr td.value {
				text-align: right;
			}
	
	.clear {
		clear: both;
	}
	.clearAfter:after {
	    content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
	#printHeader {
		
	}
		#printHeader .piktogramme {
			display: block;
			float: left;
		}
		#printHeader .logo {
			display: block;
			float: right;
		}
	
	#hauptnavi {
		display: none;
	}
	.bogen_logo {
		display: none;
	}
	.topBlue, .topWhite, .topRed, .topShadow {
		display: none;
	}
	.fotoTopLinks {
		display: none;
	}
	.piktogramme {
		display: none;
	}
	
	#bigWrapper {
		width: 660px;
		margin: 20px 0 20px 0;
	}
		#spalteLinks {
			display: none;
		}
		#spalteMitte {
			
		}
			#spalteMitte .breadcrumbs {
				list-style-type: none;
				margin: 20px 0 20px 0;
				padding: 0;
			}
				#spalteMitte .breadcrumbs li {
					float: left;
					font-size: 12px;
				}
					#spalteMitte .breadcrumbs li a {
						
					}
			#spalteMitte .detailWrapper {
				clear: both;
				margin: 10px 0 0 0;
			}
			.gallery {
				
			}
				.gallery a {
					margin: 5px;
				}
			.breadcrumbs li {
				margin: 0 5px 0 0;
			}
		#spalteRechts {
			display: none;
		}
	
	#headerPrint {
		display: block;
	}
	#footer {
		clear: both;
		width: 660px;
		margin: 40px 0 20px 0;
		padding: 10px 0 10px 0;
		font-size: 12px;
		border-top: 2px solid #005697;
	}
		#footer p {
			float: left;
			margin: 0 18px 0 0;
		}