/* HTML-Elemente umdefiniert */
body {
	background-color: #06c;
	color: #000;
	margin: 0px;
	font-size: 80%;
	font-family: Arial;
	/* Scrollbarfarben fuerr MSIE und Konqueror vom alten Design 1:1 uebernommen */
	/*scrollbar-face-color: #039;
 	scrollbar-highlight-color: #ccc;
 	scrollbar-3dlight-color: #006699;
 	scrollbar-darkshadow-color: #039;
 	scrollbar-shadow-color: #fff;
 	scrollbar-arrow-color: #fff;
 	scrollbar-track-color: #ccc;
	*/
}

img {
	border: none;
}

/*ids fuer das Design */

/* updated for typo3 */
#fixed {
	position: fixed;
	width: 100%;
}

/* updated for typo3 */
#logo {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 760px;
	height: 109px;
	background-image: url("logo.png");

}

/* updated for typo3 */
#menuLevel1 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 718px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: #039;
	border: 1px solid #fff;
	text-align: center;
}


/* the container element contains menus, content, right-column */
#container {
	margin-left: auto;
	margin-right: auto;
	width: 674px;
	background-color: #fff;
	border-top: 6px solid #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 6px;
	padding-right: 43px;
	padding-left: 43px;
	padding-top: 115px;
	background-image: url("bg.png");
	background-position: right;
	background-repeat: repeat-y;
}

#content {
	margin-top: 1.5em;
	min-height: 300px;
}

.contenttable {
	border: 1px solid #000;
	margin-bottom: 1em;
}

#content p {
	text-align: justify;
	padding-left: 1em;
	padding-right: 1em;
}

.tr-odd {
	background-color: #ccc;

}

.contenttable caption {
	/*background-color: #039;
	color: #fff;*/
	font-weight: bold;
	margin-bottom: 1px;
}

.contenttable thead {
	background-color: #039;
	color: #fff;
}

.contenttable tfoot {
	font-weight: bold;
}

/* updated for typo3 */
#footer {
	background-color: #039;
	margin: auto;
	padding-top: 1px;
	width: 758px;
	height: 23px;/*1.8em;*/
	border: 1px solid #fff;
	border-top: none;
	text-align: right;
}

#menuLevel1 {
}

#menuLevel1 li {
	list-style: none;
	display: inline;
	margin-left: 0.25em;
	margin-right: 0.25em;
}

#menuLevel1 a {
	border: 1px solid #fff;
	background: #a6b8db;
	margin: 0px;
	color: #fff;
	font-weight: bold;
	font-size: 120%;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#menuLevel1 a:hover {
	background: #039;
	text-decoration: none;
}

#menuLevel1 li.active a {
	background: #039;
}

/* Level 2 Menue */
#menuLevel2 a {
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	margin-left: 0px;
	margin-right: 0px;
}

#menuLevel2 {
	margin-left: auto;
	margin-right: auto;
	padding-left: 5px;
	padding-right: 5px;
	width: 95%;
	border-bottom: 2px solid #ccc;
	margin-top: 5px;
}

#menuLevel2 li {
	list-style: none;
	display: inline;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	margin-right: 0px;
}

#menuLevel2 a:hover {
	background: #ccc;
}

#menuLevel2 li.active {

}

#rootline span {
	margin-right: 4px;
	margin-left: 4px;
}

#rootline {
	margin-top: 1.5em;
	background : #ccc;
	font-size: small;
	color: #039;
	/*font-weight: bold;*/
	/*text-align : right;*/
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	padding-right: 8px;
	margin-bottom: 0px;
}

#rootline a {
	font-style: normal;
}

/* Links allgemein */
a {
	text-decoration: none;
	color: #039;
	font-style: italic;
}

a:hover {
	text-decoration: underline;
	font-style: italic;
}

#mailform {
	margin: 1em;
	padding: 5px;
	text-align: center;
	width: 500px;
}

#mailform .csc-mailform {
	border: none;
}

#mailform input, #mailform select {
	border: 1px solid #000;
	margin-bottom: 5px;
	width: 336px;
}

#mailform textarea {
	border: 1px solid #000;
}

.csc-mailform label {
	display: block;
	float: left;
	width: 100px;
	text-align: right;
}

#mailformformtype_mail {
	margin-top: 10px;
	margin-left: 100px;
}

/* Spartenleiterspalte */
#right {
	margin-top: 0.5em;
	float: right;
	width: 30%;
	margin-left: 1em;
	margin-bottom: 2em;
}

#right h1 {
	background-color: #039;
	color: #fff;
	padding: 2px;
	padding-right: 5px;
	text-align: right;
	margin-right: 10px;
	margin-top: 0.5em;
	margin-bottom: 0px;
	font-size: small;
}

#right li {
	list-style: none;
}

#right ul {
	margin-top: 0px;
	margin-right: 10px;
	text-align: right;
	background-color: #ccc;
	color: #000;
	padding: 2px;
	padding-right: 5px;
	font-size: 9pt;
}
