/*--- general ---*/

	* { background: none; }
	.hideme, form, select, #nav,#functions, #author, #news_selection, .news_preview { display: none; }
	.nowrap { white-space: nowrap; }

	body, textarea, input, select, button { font-size: 10pt; line-height: 18pt; font-family: Arial, sans-serif; color: #000; }
	h1, h2, h3, h4, h5, h6 { font-family: "Arial", sans-serif; color: #c10013; }
	h1 { font-size: 16pt; }
	h2 { font-size: 13pt; line-height: 21pt; }
	h3 { font-size: 12pt; line-height: 20pt; }
	h4, h5, h6 { font-size: 10pt; line-height: 18pt; color: #c10013; }
	a { color: #c10013; }
		a img { border: 0; }
	a:hover { text-decoration: none; }
	address { font-style: normal; }

	div.ZMSGraphic.floatleft { float: left; margin: 0 20px 0 0; }
	div.ZMSGraphic.floatright { float: right; margin: 0 0 0 20px; }
	div.ZMSGraphic.left .graphic { margin: 0 auto 13px 0; }
	div.ZMSGraphic.left .text { margin: 0 auto 0 0; }
	div.ZMSGraphic.right .graphic { margin: 0 0 13px auto; }
	div.ZMSGraphic.right .text { margin: 0 0 0 auto; }
	div.ZMSGraphic.center .graphic { margin: 0 auto 13px auto; }
	div.ZMSGraphic.center .text { margin: auto; }

	#logo { text-align: right; }

/*--- general table ---*/

	table { border-collapse: collapse; }
		table * { margin-top: 0; }
		table td, table th { padding: 2px 4px; vertical-align: top; border: 1px solid #000; }
		table thead td, table thead th { font-weight: bold; border: 1px solid #000; vertical-align: bottom; }
		table th { text-align: left; }
	.notable table td, .notable table th { padding: 0 30px 0 0; vertical-align: top; border: 0; }
	.notable table thead td, .notable table thead th { font-weight: bold; }
	.thead { display: none; }

/*--- address, impressum ---*/

	.address .float { float: left; margin: 0 20px 0 0; }
	.notable .impressum { border-top: 1px solid #000; border-bottom: 1px solid #000; }
		.notable .impressum td, .notable .impressum th { padding: 3px 0; border-top: 1px solid #000; }
		.notable .impressum th { padding: 3px 13px 3px 0; }
		.impressum .nopadding { margin: 0; }

/*--- infolisten ---*/

	.download_section table { background: none; border: 0; }
		.download_section table td { padding: 2px 0 4px 0; border: 0; }
	.download_section .download { padding-right: 50px; }
	.download_section img { vertical-align: top; margin-right: 2px; }

	.news_page .graphic { padding: 0 0 10px 20px; float: right; }
		.news_page .graphic img { border: 1px solid #000; }

/*--- google maps ---*/

	#google_maps_map { height: 400px; border: 1px solid #000; }
	.gmnoprint { display: none; }
