@charset "utf-8";
/* GMD Münchow CSS */

	/* GENERAL DOCUMENT */
	BODY, TD, DIV {
	
		font-family: Arial, Helvetica, sans-serif;
		color: #555353;
		font-size: 10pt;
		text-align: left;
	
	}
	
	BODY {

		margin: 0px;
		padding: 0px;
		
		background: #eaeaea;
		
	}
	
	a, a:visited {
	
		color: #ffffff;
		text-decoration: none;
	
	}
	
	
	h1 {
	
		font-size: 12pt;
		color: #0000cc;
	
	}
	
	h2 {
	
		font-size: 10pt;
		color: #af1e02;
	
	}
	
	/* TABLE STYLES */
	.td-top-left {
	
		background: url(img/rs.jpg) top right repeat-y;
		
	}
	
	.td-top-right {
	
		background: url(img/ls.jpg) top left repeat-y;
		
	}
	
	.td-top-center {
		
		width: 800px;
		
		background: #ffffff;
		
		border-left: 1px solid #adadad; border-right: 1px solid #adadad;
		
		text-align: left;
		
	}
	
	.td-top-center-content {
		
		padding: 15px;
		
		width: 770px;
		
		background: #ffffff;
		text-align: left;
		
		border-left: 1px solid #adadad; border-right: 1px solid #adadad;
		
	}
	
	li 	{
		list-style-type: disc;
		color: #0000cc;
	
	
	
	}
	
	.div-navi-link {
	
		background: #0000cc;/*navi dblau*/
		filter: alpha(opacity=90); -moz-opacity: .90; opacity: .90;
	
	}
	
	.div-navi-link-hover {
	
		background: #6a90ba;/*navi hblau*/
		filter: alpha(opacity=80); -moz-opacity: .80; opacity: .80;
	
	}
	
	.bg td div img {
		
		border:1px solid #666666;
		padding:2px;
		
	}
		/*bilder übersicht*/
	.bg td div {
		text-align: center;
		padding:5px;
		background-color:#dcd9d6;
		
	}
		
	.bg td div a, .bg td div a:hover {
		
		color:#666666;
		font-size:8pt;
		text-decoration:none;
		
	}
		
	.bg td {
		
		margin:2px;
		padding:7px;
		border:1px solid #cccccc;
		color:#4e4e4e;
		font-size:8pt;
		
	}
	
	/* DIV STYLES */
	#top-navigation {
	
		display: block;
		
		width: 780px;
		height: 35px;
		
		_margin-top: 210px;
		
		background: #0000cc;/*navi dblau*/
		filter: alpha(opacity=80); -moz-opacity: .80; opacity: .80;
		
		border-top: 1px solid #ffffff;
		
		overflow:visible;
		
	}
	
	#top-navigation #navigation-link {
	
		min-width: 80px;
		height: 21px;
		_height: 35px;
		
		padding: 4px;
		padding-top: 10px;
		
		text-align:center;
		
		display: block;
		float: left;
		
		border-right: 1px solid #ffffff;
		
		font-weight: bold;
		
	}
	#top-navigation #navigation-link a, a:visited, a:active {
	
		color: #ffffff;
		text-decoration: none;
	
	}
	
	#top-navigation #navigation-link-hover {
	
		width: 80px;
		height: 21px;
		_height: 35px;
		
		padding: 4px;
		padding-top: 10px;
		
		text-align:center;
		
		display: block;
		float: left;
		
		border-right: 1px solid #666666;
		
	}
	
	#top-splash {
	
		display: block;
		
		width: 780px;
		height: 35px;
		_height: 200px;
		
		margin-left: 10px; margin-right: 10px;
		
		background: url(img/splash.jpg) top no-repeat;
		
		vertical-align: bottom;
		
		padding-top: 165px;
		
	}
	
	div#tipDiv {
	
		filter: alpha(opacity=90); -moz-opacity: .99;opacity:.99;
		
		position:absolute; visibility:hidden; left:0; top:0; z-index:10000;
		
		background-color:#ffffff; border:1px solid #1a1a1a;
		padding:10px;
		
	}
	
	#bottom-footer {
	
		font-family: Arial, Helvetica, sans-serif;
		color: #ffffff;
		font-size: 8pt;
		text-align: center;
		
		padding: 15px;
		height: 10px; _height: 50px;
		
		border-left: 1px solid #adadad; border-right: 1px solid #adadad;
		background: #0000cc; /*balken rot fussb*/
	
	}