/* Stylesheet fuer Druckausgabe */

body {
	width:17cm;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	color: black;
	background: transparent;
	}

#top, #breadcrumb, #leftnav, #footer, {
	display: none;
	}

#container {
	background-color: #ffffff;
	}

#print-header {
	width:17cm;
	height: 60px;
	border-bottom: 1pt solid #999999;
	margin-bottom: 20px;
	}

#content {
         padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 20px;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #ffffff;
	}

#print-footer {
	clear: both;
	background-color: #ffffff;
	display: block;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: black;
	font-size : 10pt;
	border-top: 1pt solid #999999;
	margin-top: 20px;
	margin-right: 20px;
	}


/* ab hier Text-Style: */

P {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: black;
	font-size : 12pt;
	margin-top : 0px;
	margin-bottom : 10px;
}

LI {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: black;
	font-size : 12pt;
	margin-bottom : 5px;
}

A:link {
	background-color : transparent;
	font-size : 12pt;
	color : #787878;
	text-decoration : none;
}
A:visited {
	background-color : transparent;
	color : #787878;
	text-decoration : none;
}
A:hover {
	background-color : transparent;
	color : #787878;
	text-decoration : underline;
}
A:active {
	background-color : transparent;
	color : #787878;
	text-decoration : underline;
}


HR {
	color: #999999;
	height: 1px;
	border-top: 1px;
	borter-bottom: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
}


H1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: black;
	font-size : 12pt;
	font-weight: bold;
	padding-top : 0px;
	padding-bottom : 15px;
}
H2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size : 125%;
	margin-bottom : 0.60em;
	margin-top : 1.20em;
	color : #333333;
}
H3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size : 110%;
	color : #0066b3;
	margin-bottom : 0em;
	margin-top : 0.60em;
}
H4 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size : 100%;
	color : #0066b3;
	margin-bottom : 0em;
	margin-top : 0.40em;
}
.subhead1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size : 125%;
	margin-bottom : 0.1em;
	margin-top : 1.20em;
	color : #333333;
	font-weight: bold;
}
.subhead2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size : 110%;
	margin-bottom : 0.60em;
	margin-top : 1.20em;
	color : #333333;
}
.subhead3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size : 100%;
	margin-bottom : 0.60em;
	margin-top : 1.20em;
	color : #333333;
}

.bulletlist {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size : 1.00em;
	color : #333333;
	line-height : 120%;
	margin-bottom : 0.6em;
}

.searchform {
	font-size : 1.10em;
	color : #6600CC;
	font-weight : normal;
}
.searchresultpagetitle {
	font-size : 1.35em;
	color : #333333;
	font-weight : bold;
}
.searchresultcontent {
	font-size : 1.00em;
	color : #6600CC;
	font-weight : normal;
}
.searchresultheader {
	font-family : Verdana, sans-serif;
	font-size : 1.25em;
	color : #333366;
	font-weight : bolder;
}
.searchmarkup {
	color : #FF0066;
}

.filelinks {
	font-size : 1.25em;
	color : #990000;
}
.filelinkssize {
	font-size : 1.25em;
	color : Green;
}

.mailform {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #787878;
	font-weight : normal;
}

.mailformrequired {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #aa0000;
	font-weight : normal;
}
.mailformcomment {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #787878;
	font-weight : normal;
}
.mailformradio {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #787878;
	font-weight : normal;
}

INPUT {
    width: 250px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #787878;
	font-weight : normal;
	padding: 2px;
	border: 1px solid #787878;
}
TEXTAREA {
    width: 250px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #787878;
	font-weight : normal;
	padding: 2px;
	border: 1px solid #787878;
}
.mailform-checkbox {
    width: 20px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #ffffff;
	border: 0px;
}
.mailform-submit {
    width: 100px;
	height: 20px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #787878;
	font-weight : normal;
	background-color: #eeeeee;
	padding: 2px;
	border: 1px solid #787878;
}

