/**
 * Für den Printgebrauch
 */
 
 /** unsichtbare elemente */
 
#head, #navi, #suchfeld, #form input, textarea, #form div input, #feme {
 	display: none;
 }
 
 /* sichtbare elemente */
 
html,body {
	background: #fff url(../pics/bg.jpg) repeat-x fixed bottom !important;
	background: #fff;
	margin: 0 0 10px 0;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a, a:link, a:visited, a:active {
	font-weight: bolder;
	text-decoration: none;
	color: #0099ff;
}
h1 {
	font-weight: bold;
	font-size: 12px;
}

h2 {
	font-weight: bold;
	font-size: 16px;
	margin: 0;
	padding-bottom: 5px;
}
#content {
	min-height: 700px !important;
	text-align: left;
	line-height: 20px;
	padding: 10px 10px 0px 0px;
}

#foot {
	height: 28px;
	text-align: left;
	padding: 3px 10px 0 0;
	font-size: 10px;
}
#contentleft {
	float: left;
	width: 700px;
}

#contentleft img {
	margin: 10px 0 10px 0;
	border: 1px solid #999;
}
.imgborder img {
	border: 0px !important;
}
#contentright {
	float: left;
	width: 700px;
}
.textright {
	border-bottom: 1px dotted black;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.third {
	width: 160px;
	padding-right: 5px;
	float: left;
} 
.twothird {
	width: 320px;
	padding-right: 5px;
	float: left;
} 
#clear, .clearn {
	clear: both;
	height: 10px;
}
.sauber {
	border-bottom: 1px dotted #CCC;
	clear: both;
	margin-bottom: 20px;
	height: 5px;

}
/* -----------------------------------------------
	Hinweis zur ausgedruckten Seite
----------------------------------------------- */

#druckmeldung {
	font-weight: bold;
	color: #FF0000;
	font-size: 12px;
}