﻿/* polyprint Riesa GmbH */

/* Standards */
html {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	height: 101%;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	height: 101%;
}
td, th, tbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #FFFFFF;
}
th {
	font-weight: bold;
}
.clearing {
	clear: both;
	padding: 0px;
	margin: 0px;
}




h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	text-align: left;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 0px;
	color: #84B702;
	line-height: 1;
}
h1 {
	font-size: 12.5pt;
	font-weight: bold;
	padding-top: 0px;
} 
h2 {
	font-size: 11.5pt;
	font-weight: bold;
	padding-top: 0px;
} 
h3 {
	font-size: 10.5pt;
	font-weight: bold;
} 
h4 {
	font-size: 10pt;
	font-weight: bold;
} 
h5 {
	font-size: 9pt;
	font-weight: bold;
} 
h6 {
	font-size: 8.5pt;
	font-weight: bold;
} 

div {
}

p {
	margin-top: 0px;
}

span {
}

hr {
	padding: 0px;
	height: 0px;
	width: 100%;
	text-decoration: none;
	text-align: center;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

ol{
	padding-bottom: 2px;
}

ul {
	list-style-type: square;
	padding-bottom: 2px;
}
li {
}

a {
	color: #CCCCCC;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #CCCCCC;
	text-decoration: underline;
}
a:link {
	color: #CCCCCC;
	text-decoration: underline;
}
a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}

/* Blöcke */
.wrapper {
	background-image: url(full_bg.jpg);
	background-color: #000000;
	background-position: left top;
	background-repeat: no-repeat;
	width: 980px;
	min-height: 101%; /* 726px */
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-right-width: 10px;
	border-left-width: 10px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
	.header {
		width: 980px;
		height: 167px;
		padding-top: 0px;
	}
		.logo {
			height: 118px;
			width: 520px;
			margin-top: 33px;
			position: absolute;
		}
	.navigation_wrapper {
		height: 495px; /* 505px */
		width: 143px;
		float: left;
		clear: right;
	}
		.navigation_wrapper .navigation_top {
			background-image: url(navi_top.jpg);
			height: 2px;
			width: 143px;
			background-repeat: no-repeat;
			background-position: left top;
		}
		.navigation_wrapper .navigation {
			width: 143px;
			min-height: 491px; /* 501px */
			background-image: url(navi.jpg);
			background-repeat: repeat-y;
			background-color: #000000px;
			background-position: left top;
			padding: 0px;
			margin: 0px;
		}
			.navigation_wrapper .navigation ul.navigation {
				padding: 0px;
				margin-top: 0px;
				margin-right: 0px;
				margin-bottom: 0px; /*10px*/
				margin-left: 0px;
				list-style-type: none;
			}
				.navigation_wrapper .navigation ul.navigation li {
					margin-bottom: 0px;
					margin-right: 14px;
					padding: 0px;
					padding-top: 4px;
					padding-bottom: 4px;
					margin-top: 0px;
					margin-left: 0px;
				}
					.navigation_wrapper .navigation ul.navigation li a {
						display: block;
						margin: 0px;
						padding: 0px;
						font-family: Arial, Helvetica, sans-serif;
						font-weight: bolder;
						font-size: 12pt;
						text-decoration: none;
						color: #FFFFFF;	
						text-align: right;
					}
					.navigation_wrapper .navigation ul.navigation li a:hover {
						color: #000000;
					}
					.navigation_wrapper .navigation ul.navigation li a.selected {
						color: #000000;
					}
				.navigation_wrapper .navigation ul.navigation li.spacer {
					margin-bottom: 0px;
					margin-right: 14px;
					padding: 0px;
					height: 30px;					
				}
								
		.navigation_wrapper .navigation_bottom {
			background-image: url(navi_bottom.jpg);
			height: 2px;
			width: 143px;
			background-repeat: no-repeat;
			margin-top: 0px;
			padding-top: 0px;
			background-position: left top;
		}
		.navigation_wrapper .navigation .spacer {
			height: 10px;
			display: block;
			margin-top: 0px;
			padding-top: 0px;
		}
		

	.content_wrapper {
		min-height: 517px; /* 527px */
		width: 821px;
		float: right;
	}
		.content {
			min-height: 438px; /* 448px */
			width: 716px;
			margin: 0px;
			background-image: url(content_bg.png);
			background-repeat: repeat;
			background-position: left top;
			padding-top: 15px;
			padding-right: 15px;
			padding-bottom: 1px;
			padding-left: 15px;
		}
			.inline_content {
				/*margin: 0px;
				padding: 15px;*/
				background-repeat: no-repeat;
				background-position: right bottom;
				/*overflow: visible;
				border: #FF0000 solid 1px;*/
				/*margin-bottom: -30px;*/
			}
		.content_footer {
			width: 746px;
			height: 75px;
			background-image: url(content_bottom.gif);
			background-repeat: no-repeat;
			background-position: left top;
		}

	.footer {
		height: 41px;
		width: 980px;
		background-image: url(footer.gif);
		background-repeat: no-repeat;
		background-position: left top;
	}
		
/* Content */
.formular_2spaltig {
	width: auto;
	height: auto;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
	.formular_2spaltig .bild {
		padding: 0px;
		width: auto;
		max-width: 180px;
		float: right;
		clear: left;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 20px;
	}
	.formular_2spaltig .form {
		margin: 0px;
		float: left;
		width: auto;
		height: auto;
	}
		.formular_2spaltig .form form {
			padding: 0px;
			margin: 0px;
			margin-bottom: 20px;
		}
			.formular_2spaltig .form form input {
				width: 330px;
				height: 16px;
				padding: 1px;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 9pt;
				margin-top: 0px;
				margin-right: 0px;
				margin-bottom: 2px;
				margin-left: 0px;
			}
			.formular_2spaltig .form form textarea {
				width: 330px;
				height: 80px;
				padding: 1px;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 9pt;
				margin-top: 0px;
				margin-right: 0px;
				margin-bottom: 2px;
				margin-left: 0px;
			}
			.formular_2spaltig .form form input.form_rahmen_radio {
				width: auto;
				/*height: 20px;
				line-height: 20px;
				vertical-align: middle;*/
				margin-top: 0px;
				margin-right: 0px;
				margin-bottom: 4px;
				margin-left: 0px;
				padding: 4px;
			}
				.formular_2spaltig .form form .text_anrede {
					margin: 0px;
					padding-top: 3px;
					padding-right: 0px;
					padding-bottom: 0px;
					padding-left: 0px;
					height: 10px;
					line-height: 14px;
					vertical-align: top;
				}
			.formular_2spaltig .form form label {
				display: block;
				clear: both;
				float: left;
				width: 100px;
				height: 16px;
				padding: 2px;
				margin-top: 2px;
				margin-right: 10px;
				margin-bottom: 0px;
				margin-left: 0px;
			}
				.formular_2spaltig .form form label.label_anrede {
					padding-top: 0px;
					margin-top: 0px;
				}
			.formular_2spaltig .form input.form_stdbutton {
				width: 175px;
				height: auto;
				padding: 0px;
				margin: 0px;
				font-weight: bold;
			}
		.formular_2spaltig .form .form_pflichtfelder {
			margin-left: 113px;
			height: 30px;
			line-height: 30px;
			vertical-align: middle;
			font-size: 8pt;
			font-weight: normal;
			text-decoration: none;
			margin-top: 5px;
			margin-right: 0px;
			margin-bottom: 5px;
		}
		.formular_2spaltig .form p.form_error {
		}
			.formular_2spaltig .form ul {
				clear: both;
				list-style-type: none;
			}
			.formular_2spaltig .form ul li {
				float: left;
				color: #FF0000;
				font-size: 9pt;
				margin-right: 10px;
				margin-bottom: 5px;
			}


.einzeldownload {
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
	.einzeldownload .beschreibung {
	}



.newsteaser {
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	clear: both;
}
	.newsteaser img {
		float: left;
		clear: right;
		margin-top: 0px;
		margin-right: 15px;
		margin-bottom: 15px;
		margin-left: 0px;	
		border: 1px solid #666666;
	}
	.newsteaser h2 {
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 5px;
		margin-left: 0px;	
	}
	.newsteaser .teaserNav {
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 10px;
		margin-left: 0px;	
		clear: both;
	}


.newsteaserbox_left {
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	float: left;
	clear: right;
	height: auto;
	width: 175px;
	/*border: 1px solid #73B607;*/
} 
.newsteaserbox_right {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	float: right;
	clear: left;
	height: auto;
	width: 175px;
	/*border: 1px solid #73B607;*/
} 
	.newsteaserbox_head {
		padding: 2px;
		font-size: 9pt;
		margin: 0px;
		font-weight: bold;
		text-align: center;
		width: 171px;
		color: #FFFFFF;
		text-decoration: none;
		background-image: url(newsteaserbox_bg.gif);
		background-repeat: repeat-x;
		background-position: left top;
		height: 20px;
		line-height: 16px;
		vertical-align: middle;
	} 
		.newsteaserbox {
			margin-top: 0px;
			margin-right: 0px;
			margin-bottom: 15px;
			margin-left: 0px;
			clear: both;
			height: auto;
			width: 165px;
			/*background-image: url(newsteaserbox_teaserbg.gif);
			background-repeat: repeat;
			background-position: left top;*/
			background-color: #E7EFD4;
			padding-top: 7px;
			padding-right: 5px;
			padding-bottom: 5px;
			padding-left: 5px;
			font-size: 8pt;
			color: #000000;
		} 
			.newsteaserbox h1 {
				font-size: 8pt;
				font-weight: bold;
				padding-top: 0px;
				font-style: normal;
				padding-bottom: 0px;
				padding-left: 0px;
				margin-bottom: 7px;
				color: #000000;
			} 
			.newsteaserbox h2 {
				font-size: 8pt;
				font-weight: bold;
				padding-top: 0px;
				font-style: normal;
				padding-bottom: 0px;
				padding-left: 0px;
				margin-bottom: 7px;
				color: #000000;
			} 
			.newsteaserbox h3 {
				font-size: 8pt;
				font-weight: bold;
				padding-top: 0px;
				font-style: normal;
				padding-bottom: 0px;
				padding-left: 0px;
				margin-bottom: 7px;
				color: #000000;
			} 
			.newsteaserbox h4 {
				font-size: 8pt;
				font-weight: bold;
				padding-top: 0px;
				font-style: normal;
				padding-bottom: 0px;
				padding-left: 0px;
				margin-bottom: 7px;
				color: #000000;
			} 
			.newsteaserbox h5 {
				font-size: 8pt;
				font-weight: bold;
				padding-top: 0px;
				font-style: normal;
				padding-bottom: 0px;
				padding-left: 0px;
				margin-bottom: 7px;
				color: #000000;
			} 
			.newsteaserbox h6 {
				font-size: 8pt;
				font-weight: bold;
				padding-top: 0px;
				font-style: normal;
				padding-bottom: 0px;
				padding-left: 0px;
				margin-bottom: 7px;
				color: #000000;
			} 
			.newsteaserbox a {
				color: #000000;
				font-weight: bold;
				font-style: italic;
			} 
				.newsteaserbox a:link {
					color: #000000;
				} 
				.newsteaserbox a:hover {
					color: #666666;
				} 
				.newsteaserbox a:active {
					color: #000000;
				} 
				.newsteaserbox a:visited {
					color: #000000;
				}
			
		
			.newsteaserbox_all {
				padding: 5px;
				font-size: 8pt;
				margin: 0px;
				font-weight: bold;
				font-style: italic;
				text-align: center;
				width: 165px;
			} 
	
	
	
	
.seitenueberschrift {
	font-style: normal;
	font-size: 13.5pt;
	font-weight: normal;
	padding-top: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border-bottom-style: none;
	text-align: left;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 0px;
	background-image: none;
	background-repeat: no-repeat;
	color: #84B702;
	display: block;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
}

.bild_links_mit_textfluss {
	text-align: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	float: left;
}
.bild_rechts_mit_textfluss {
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
	float: right;
}
.bild_links_mit_textfluss_und_rahmen {
	text-align: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	border: 1px solid #FFFFFF;
	float: left;
	padding: 2px;
}
.bild_rechts_mit_textfluss_und_rahmen {
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
	border: 1px solid #FFFFFF;
	float: right;
	padding: 2px;
}

.bild_rahmen {
	padding: 2px;
	border: 1px solid #FFFFFF;
}

.text_standard {
	color: #333333;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
}
.text_standard:hover {
	font-style: normal;
}
.text_grossbuchstaben {
	text-transform: uppercase;
}
.text_einrueckung {
	margin-left: 1em;
}
