/* allgemein */
* {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	color: #58585A;
}
a {
	color: #069;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin-bottom: 0.5em;
	line-height: 1.3em;
}
/* seite */
html, body {
	width: 100%;
	height: 100%;
	background-color: white;
}
body {
	font-size: 76%;
}
div.page_margins {
	width: 999px;
	margin: 0 auto;
}
/* logo */
div.slogan {
	color: #9C9E9F;
	font-size: 33px;
	padding-top: 10px;
	margin-bottom: 20px;
	font-family: "Times New Roman", serif;
}
div.slogan span {
	color: #666;
	font-size: 13px;
	font-family: Arial, sans-serif;
}
/* nav */
ul#nav {
	background-color: #58585A;
}
ul#nav li {
	list-style-type: none;
	/* 999 (seitenbreite) - 7*4 (padding left+right) -6*2 (border left+right) ... das ganze durch 7 (menüpunkte) */
	width: 137px;
	float: left;
	border-left: 2px solid white;
	background-color: #58585A;
	position: relative;
	padding: 2px;
	text-align: center;
}
ul#nav a {
	color: white;
}
ul#nav li.act, ul#nav li:hover {
	background-color: #069;
}
ul#nav ul {
	position: absolute;
	left: 0px;
	margin-top: 2px;
	display: none;
}
ul#nav li:hover ul {
	display: block;
}
ul#nav ul li {
	float: none;
	border-left: 0;
	border-top: 2px solid white;
}
ul#nav li.first {
	border-left: 0;
}
/* header bild */
div#headerimg {
	height: 200px; /*224*/
	overflow: hidden;
	clear: both;
	border-top: 2px solid white;
	margin-bottom: 2px;
	background-color: #eee;
}
/* content */
div#content {
	height: 320px;
	overflow: scroll;
	overflow-x: hidden;
	padding-right: 30%;
}
/* footer */
div#footer {
	background-color: #58585A;
	padding: 2px 5px;
	color: white;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 5px;
}
div#footer a, div#langnav, div#footernav {
	color: white;
}
div#footer a {
	font-weight: normal;
}
div#langnav {
	float: right;
}

/* sonstiger inhalt */

#content ul, #content ol {
	margin-left: 2em;
	margin-bottom: 0.5em;
}
#content ol {
	padding-left: 1em;
}
#content li {
	margin-bottom: 0.2em;
}

h1, h2, h3 {
	margin: 1em 0 0.5em 0;
	font-size: 1em;
	font-weight: bold;
}
.csc-mailform-field label {
	display: block;
}
.csc-mailform-field {
	margin: 0.4em 0;
}
fieldset {
	border: 0;
}

.csc-uploads td p {
	margin: 0 1em;
}
td.csc-uploads-fileSize {
	padding-left: 2em;
}
.csc-mailform input[type=text], .csc-mailform textarea {
	width: 25em;
	font-size: 12px;
}