/* Stylesheet fuer TVG Druckausgabe */

#navigation, #screentop, #footer, .csc-linkToTop {
	display: none;
	}

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: 130%;
	color: black;
	background: transparent;
	padding-left: 20px;
	}

#fullsite {
	background-color: #ffffff;
	}
	
#printtop {
	text-align: right;
	background-color: #ffffff;
	}

#content {
	background-color: #ffffff;
	}

#printfooter {
	background-color: #ffffff;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	color: black;
	border-top: 1pt solid #999999;
	margin-top: 20px;
	text-align: center;
	}
	
.spacer-gif {
	width: 15cm;
}

/* ab hier Text-Style: */

P {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	color: black;
	margin-top : 0px;
	margin-bottom : 10px;
}

LI {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	color: black;
	margin-bottom : 5px;
}

A:link {
	background-color : transparent;
	color: black;
	text-decoration : none;
}
A:visited {
	background-color : transparent;
	color: black;
	text-decoration : none;
}
A:hover {
	background-color : transparent;
	color: black;
	text-decoration : underline;
}
A:active {
	background-color : transparent;
	color: black;
	text-decoration : underline;
}


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


H1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	color: black;
	font-weight: bold;
	padding-top : 0px;
	padding-bottom : 15px;
}
H2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: black;
	font-weight: bold;
	padding-top : 0px;
	padding-bottom : 15px;
}
H3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	color: black;
	font-weight: bold;
	padding-top : 0px;
	padding-bottom : 15px;
}

/* Felder und Submit Button für Email-Formulare */

#content .csc-sitemap ul li A, #content .csc-sitemap ul li A:link, #content .csc-sitemap ul li A:visited, #content .csc-sitemap ul li A:hover, #content .csc-sitemap ul li A:active {
	font-weight: normal;
	color: rgb(51,51,51);
	}
	
#content .csc-sitemap ul li A:hover {
	font-weight: normal;
	color: rgb(75,139,190);
	}

/* Felder und Submit Button für Email-Formulare */

.csc-mailform {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	color: rgb(51,51,51);
	border: 0px;
	}

.csc-mailform-field {
	v
	font-size: 11pt;
	color: rgb(51,51,51);
	vertical-align: middle;
	margin-bottom: 5px;
	clear: both;
	}
.csc-mailform-field input {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	color: rgb(51,51,51);
	border: 1px solid;
	border-color: #cccccc;
	}
.csc-mailform-field textarea {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	color: rgb(51,51,51);
	border: 1px solid;
	border-color: #cccccc;
	}
.csc-mailform-field select {
	v
	font-size: 11pt;
	color: rgb(51,51,51);
	border: 1px solid;
	border-color: #cccccc;
	}
.csc-mailform-field label {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	color: rgb(51,51,51);
	margin: 2px;
	float: left;
	text-align: right;
	margin-right: 10px;
	width: 150px;
	display: block;
	}
.csc-mailform-label-req label {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	font-weight: bold;
	color: rgb(75,139,190);
	margin: 2px;
	float: left;
	text-align: right;
	margin-right: 10px;
	width: 150px;
	display: block;
	}
	
.csc-mailform-checkbox {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
  width: 20px;
	color: rgb(255,255,255);
	border: 0px;
	}
	
.csc-mailform-label {
	width: 480px;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	font-style: italic;
	color: rgb(51,51,51);
	margin: 2px;
	margin-top: 20px;
	margin-bottom: 10px;
	display: block;
	}
	
.csc-mailform-submit {
	font-family: "Times New Roman", Times, serif;
	font-size : 11pt;
	font-weight: bold;
  width: 100px;
	height: 20px;
	color: rgb(255,255,255);
	font-weight : normal;
	background-color: rgb(240,245,255);
	border: 1px solid rgb(51,51,51);
	margin-top: 10px;
	margin-left: 200px;
	padding: 2px;
	}
