* {
	margin:0;
	padding:0;
	border:none;
}

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10pt;
}

h1 {
	font-size:16pt;
	color:#999;
	margin:0.5em 0;
}

p {
	margin:0.7em 0;
}

ul {
	margin:0 0 0.5em 8pt;
	padding-left:6pt;
}

a {
	color:#033F7B;
	text-decoration:none;
}

br {
	line-height:0.5;
}

select, input, textarea {
	border:1px solid #033f7b;
	padding:2px 5px;
	font-size:10pt;
	font-family:Verdana, Geneva, sans-serif;
}

input.checkbox{
	border:none;
}



/* Header */
#header {
	border-bottom:1px solid #999;
	padding-bottom:10pt;
	margin-bottom:10pt;
	overflow:hidden;
}

#header .adresse {
	float:right;
}

#logo_print {
	position:absolute;
	top:0;
	left:0;
	display:block !important;
}

/* Boxen */
.box {
	width:100%;
	overflow:hidden;
	clear:both;
	margin-bottom:14pt;
}
.box .inhalt {
	line-height:1.5;
}
.box .inhalt .img {
	float:left;
	margin:0 8pt 8pt 0;
}

/* Bilderleiste */
.bilderleiste {
	clear:both;
	width:100%;
	overflow:hidden;
	margin-bottom:14pt;
}
.bilderleiste .img {
	float:left;
	margin:0 14pt 0 0;
}

/* Adressboxen */
.adresse_print-link {
	display:block !important;
}





#topbar,
#links,
#copyright,
.box a.link,
.noprint {
	display:none;
}
	
