body {
	height:100%;
	margin:0%;
	padding:0%;
	font-family:sans-serif;
	background:#cccccc;
	color: #010101;
}
div#heading {
	font-size:22pt;
	font-weight:bold;
	margin: 0px auto;
	margin-top:10px;
	background:#0000fe;
	color: #010101;
	max-width:1000px;
	min-width:928px;
	height: 60px;
	text-align:center;
	vertical-align:middle;
}
#logosmall {
	height: 50px;
	float:left;
	margin-right: 10px;
	border: 5px solid #0000fe;
	vertical-align:middle;
}
#logobig {
	height:245px;
	width:500px;
	margin-top:10px;
}

#content-menu {
	font-size:22px;
	/*background: #858585;*/
	margin: 0px;
	padding: 0px;
	height: 60px;
	line-height:60px;
	text-align:left;
	color:#fefe00;
}
#content-menu li {
	list-style:none;
	display:inline;
	white-space:nowrap;
	font-weight:bold;
	padding:5px;
	height:60px;
}
#content-menu li a {
	text-decoration: none;
	color: inherit;
}
#content-menu li:hover {
	background:#0000ef;
	color:#ffffff;
}

/* Startseiten-Menü */
#start-menu {
/*	background: #858585;*/
	margin: 5px auto;
	max-width:980px;
	font-size:25px;
	padding:10px;
	text-align:center;
	color:#fefe00;
}
#start-menu li {
	list-style:none;
	display:inline;
	white-space:nowrap;
	font-weight:bold;
	padding:2px 10px;
}
#start-menu li a {
	text-decoration: none;
	color: inherit;
}
#start-menu li:hover {
	background:#0000ef;
	color:#ffffff;
}

/* Inhalt wird darin eingebettet */
.container {
	background: #858585;
	margin: 5px auto;
	padding: 10px;
	max-width:980px;
}

h1 {
	color:#fefe00;
}

/* Anpassungen für die Bildergalerie */
.container h1 {
	margin:0px;
	font-size:1.3em;
}

.container hr {
	display:none;
}
.container table tr td br {
	display:none;
}
.container .blaetern {
	display:none;
}
.container a{
	text-decoration:none;
	color:#010101;
}
.container a:hover{
	text-decoration:underline;
}
.container h2 {
	font-size:1.1em;
}

/* Presse-Seite*/
.presse-cont {
	float:left;
	margin:7px;
}
.thumb {
	display:inline;
}

/* Anpassungen für die Referenz-Tabelle */
.referenztabelle {
	width:100%;
}
.referenztabelle tr td:last-child {
	text-align:right;
	background:#707070;
}
.referenztabelle tr:first-child, .referenztabelle tr:last-child {
	font-weight: bold;
	background:#707070 !important;
}
.referenztabelle tr td {
	white-space: pre-line;
}

/* div für die Jahresauswahl bei den Referenzen */
.yearselection {
	margin: 5px 0px;
	text-align:right;
	float:right;
}
.yearselection a, .yearselection a:visited {
	text-decoration:none;
	color:inherit;
}
.yearselection a:hover {
	text-decoration:underline;
}

@media print {
	.yearselection {
		display:none;
	}
	div#heading ul {
		display:none;
	}
	.hiddentitle {
		color:#000000;
		font-size:17pt;
	}
	.container h1 {
		font-size:1.0em;
	}
}
@media screen {
	.hiddentitle {
		display:none;
	}
}
/* für die Fußzeile */
.table-cell {
	float:left;
	white-space:nowrap;
	font-size: 10pt;
	min-width:25%;
	list-style:none;
	margin: 5px 0px;
}
.table-cell dt {
	font-style:normal;
	font-weight:bold;
}
.table-cell dd, .table-cell dt{
	margin:0 3px;
}
.clearing {
	clear:both;
	list-style:none;
}
.maillink {
	color:#010101;
}



