@media print {
#header,
#top-nav,
#banner,
#nav-frame,
#left,
.link-big
 {
	display:none;
}
}

body {
	background-color: #FFFFFF;
	background-image: url(../images/template/bg_body.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
}
#wrapper {
	height: auto;
	width: 620px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

#right {
	float: left;
	height: auto;
	width: 600px;
	margin: 18px 10px 17px 0;
	border:none;
}
#right-content {
	height: auto;
	width: 580px;
	float: right;
}
#footer {
	height: 18px;
	width: 600px;
	padding-top: 4px;
	margin:0 auto 0 auto;
	border-top: 30px #CCCCCC solid;
	color:#999999;
}
.col-right {
	float: right;
	height: auto;
	width: 49%;
}
.col-left {
	float: left;
	height: auto;
	width: 49%;
}
h1 {
	font-size: 14px;
	text-transform: uppercase;
	color: #006633;
	background: url(../images/template/bg_headline.gif) no-repeat left center;
	padding-left: 14px;
	border-bottom: 1px solid #666666;
	margin:0 0 8px 0;
}
.clear {
	clear:both;
	height:1px;
}

div.spacer {
	height:32px;
	width:100%;
}
th {
	text-align: left;
}
.druck {
 margin-bottom:32px;
}
