body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Tahoma;
	background: #f2f2f2;
}

a, a img {
	text-decoration: none;
	border: none;
}

p.bodytext a:link, p.bodytext a:visited {
	color: #3e7ad5;
}

p.bodytext a:hover, p.bodytext a:active {
	color: #3e7ad5;
}

h1,h2,h3 {
	font-size: 11px;
}

/***********************/
#index_image {
	float: left;
	width: 510px;
}

#index_buttons {
	float: right;
	width: 503px;
}

#index_buttons a {
	text-decoration: none;
}

#index_buttons a img{
	float:left;
}
/**********************/

#center {
	margin-left: auto;
	margin-right: auto;
	width: 1013px;
	border-left: 1px solid #3b3e87;
	border-right: 1px solid #3b3e87;
	border-bottom: 1px solid #3b3e87;
	background: #aeb4ff;
}

#header {
	font-size: 0px;
	position: relative;
}

#nav {
	font-size: 0px;
	height: 17px;
	overflow: hidden;
	background: url(nav_bg.gif) repeat-x;
	/*margin-bottom: 20px;*/
}

#nav ul {
	font-size: 11px;
	height: 17px;
	margin: 0px;
	padding: 0px;
	padding-left: 12px;
	list-style: none;
	list-style-image: none;
}

#nav ul li {
	/*display: inline;*/
	float: left;
	height: 17px;
	line-height: 17px;
	padding-left: 10px;
	padding-right: 10px;
}

#nav ul li:hover, 
#nav ul li.first_level_active, 
#nav ul li.first_level_current_active {
	background: url(nav_bg_hover.gif);
}

#nav ul li a {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: none;
	margin-right: 15px;
}

#sub_nav {
	background: #ffffff;
	width: 245px;
	margin-top: 5px;
}

#sub_nav ul {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	/*background: url(nav_bg.gif) repeat-x;*/
}

#sub_nav ul li {
	height: 21px;
	list-style: none;
	list-style-image: none;
	border-bottom: 1px solid #AEB4FF;
}

#sub_nav ul li:hover, #sub_nav ul li.first_level_current_active {
	background: url(/fileadmin/seite/grafiken/header_bg.gif) repeat-x;
}

#sub_nav ul li:hover a, #sub_nav ul li.first_level_current_active a {
	color: #ffffff;
}

#sub_nav ul li a {
	padding-left: 15px;
	line-height: 21px;
	color: #312b71;
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: none;
}

#cols {
	padding-top: 5px;
}

#breadcrump {
	font-family: Verdana, Arial, Tahoma;
	color: #000000;
	/*font-weight: bold;*/
	height: 22px;
	padding-left: 5px;
	background: url(/fileadmin/seite/grafiken/breadcrump_bg.gif) no-repeat;
	vertical-align: top;
}


#breadcrump div {
	line-height: 18px;
}


#breadcrump a {
	font-size: 11px;
	font-family: Verdana, Arial, Tahoma;
	color: #000000;
	/*font-weight: bold;*/
}

#left {
	/*float: left;*/
	width: 250px;
}

#level {
	color: #312b71;
	height: 22px;
	background: url(/fileadmin/seite/grafiken/top_left_bg.gif) no-repeat;
	overflow: hidden;
}

#level a {
	color: #000000;
	font-family:Verdana,Arial,Tahoma;
	font-size:11px;
	font-weight:bold;
}

#level a#homeLink { margin-left: 25px; }
#level a#backLink  { margin-left: 68px; }

/*
#level h1 {
	margin: 0px;
	font-size: 11px;
	line-height: 22px;
	font-weight: normal;
	text-transform: uppercase;
}
*/

#right {
	/*float: right;*/
	width: 250px;
}

#right .csc-header {
	background: url(/fileadmin/seite/grafiken/header_bg.gif) repeat-x;
	height: 21px;
}

#right .csc-header h1 {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0px;
	padding-left: 5px;
	line-height: 21px;
	border: 1px solid #ffffff;
	border-right: none;
	border-bottom: none;
}

#right .csc-header h1.infosymbol {
	background: url(/fileadmin/seite/grafiken/info.gif) no-repeat;
	padding-left: 22px;
}

#right .csc-header h1.uhrsymbol {
	background: url(/fileadmin/seite/grafiken/uhr.gif) no-repeat;
	padding-left: 22px;
}

#wrapper_rechts {
	margin-bottom: 1px;
}

#middle {
/*	margin-left: 250px;
	margin-right: 250px;*/
	/*width: 513px;*/
}

#middle_inner {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;
}

#content {
	border: 1px solid #ffffff;
	background: #ffffff;
	margin-top: 5px;
	height: 350px; /* das hier für den ie */
}

#content a {
        font-weight: bold;
        color: #000000;
        text-decoration: underline;
}

/* folgende anweisung wird nicht vom ie interpretiert */
#content[id] {
	height: auto;
	min-height: 350px;
}

#content div.csc-header-n1 {
	background: url(/fileadmin/seite/grafiken/header_bg.gif) repeat-x;
	height: 21px;
	padding-left: 5px;
}

#content div.csc-header-n1 h1.csc-firstHeader {
	line-height: 21px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0px;
}

#content p.bodytext {
	margin: 5px;
	margin-bottom: 19px;
	line-height: 19px;
}

#right_inner {
	padding-left: 5px;
}

.clear {
	clear: both;
}

#footer {
	height: 49px;
}

#footer ul {
	margin: 0px;
	padding: 0px;
	padding-left: 25px;
	list-style: none;
	list-style-image: none;
}

#footer ul li {
	display: inline;
	line-height: 20px;
	padding-left: 25px;
	padding-right: 25px;
}

#footer ul li a {
	font-family: Verdana, Arial, Tahoma;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
}

#left_inner .csc-textpic img {
	border: 1px solid #ffffff;
	border-left: none;
}

#content_footer {
	background: #ffffff;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 15px;
	margin-bottom: 10px;
}

#content_footer a {
	color: #000000;
        text-decoration: none;
        margin-right: 5px;
}

#content_footer #strichel {
	margin-right: 5px;
	border-top: 1px dashed #000;
}

#strichel a#printlinkimg { margin-left: 45px;  }
#strichel a#printlink { margin-right: 45px; }
#strichel a#datalink{ margin-right: 46px; }
/*#strichel a#toplink { margin-right: 25px; }*/

#icons {
	float: left;
	width: 109px;
	background: url(/fileadmin/seite/grafiken/icons_bg.gif) no-repeat;
}

#icons ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}

#icons ul li {
	display: inline;
	line-height: 22px;
}

#icons ul li a {
	line-height: 22px;
}

#icons ul li a img {
	margin-left: 5px;
}

#flags {
	float: right;
	width: 125px;
}

#flags a img {
	margin-left: 5px;
}

#scrollbar {
	position: absolute;
	top: 0px;
	bottom: -1px;
	width: 1em;
	z-index:-1;
}

#dummy {
	margin: 0px 0px 1px 0px;
	background: #ffffff;
	height: 36px;
	width: 245px;
}

/********Suche************/
.tx-macinasearchbox-pi1 {
	background: #ffffff;
	width: 245px;
	margin-bottom: 5px;
	line-height: 21px;
}

input#search_box {
	display: inline;
	height: 15px;
	border: 1px solid #000000;
	margin-left: 10px;
}

.tx-macinasearchbox-pi1 span {
	padding-left: 15px;
	line-height: 21px;
	color: #312b71;
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: none;
}
/*******Suche************/

#right_inner p.bodytext {
	background: #ffffff;
	margin-top: 0px;
	font-size: 11px;
	padding-left: 5px;
	line-height: 19px;
}

#right_inner p.bodytext a {
	color: #000000;
	text-decoration: underline;
}

div.csc-textpic-intext-right {
	margin-top: 5px;
	margin-right: 5px;
}

#suchbox {
	display: none;
	color: #000000;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	position: absolute;
	right: 285px;
	top: 283px;
	width: 100px;
}

#suchbox input {
	background: transparent;
} 

div.tiperror {
	padding-left: 5px;
	line-height: 18px;
}

/*****Indexed Search ******/
.tx-indexedsearch { padding:5px; }
.tx-indexedsearch div.tx-indexedsearch-searchbox form div.tx-indexedsearch-form {
	display: inline;
	width: 300px;
}

.tx-indexedsearch div.tx-indexedsearch-searchbox form #tx-indexedsearch-searchbox-sword {
	width: 220px;
	margin-left: 15px;
	font-size: 11px;
}

.tx-indexedsearch div.tx-indexedsearch-searchbox form div.tx-indexedsearch-search-submit {
	display: inline;
	margin-left: 15px;
	font-size: 11px;
}

.tx-indexedsearch .tx-indexedsearch-whatis {
	margin-top: 10px;
}

span.tx-indexedsearch-sw {
	font-weight: bold;
}

.tx-indexedsearch .tx-indexedsearch-res .res { margin-bottom: 20px; }

.tx-indexedsearch .tx-indexedsearch-res .res h3 {
	margin-bottom: 0px;
}

.tx-indexedsearch .tx-indexedsearch-res .res h3 .tx-indexedsearch-icon {
	display: none;
}

.tx-indexedsearch .tx-indexedsearch-res .res p {
	margin: 4px 0px 4px 0px;
}

.tx-indexedsearch .tx-indexedsearch-res .res dl.tx-indexedsearch-info {
	margin: 0px;
} 

.tx-indexedsearch dl.tx-indexedsearch-info dt.tx-indexedsearch-text-item-size,
.tx-indexedsearch dl.tx-indexedsearch-info dd.tx-indexedsearch-text-item-size,
.tx-indexedsearch dl.tx-indexedsearch-info dt.tx-indexedsearch-text-item-crdate,
.tx-indexedsearch dl.tx-indexedsearch-info dd.tx-indexedsearch-text-item-crdate,
.tx-indexedsearch dl.tx-indexedsearch-info dt.tx-indexedsearch-text-item-mtime,
.tx-indexedsearch dl.tx-indexedsearch-info dd.tx-indexedsearch-text-item-mtime {
	display: none;
}

.tx-indexedsearch dl.tx-indexedsearch-info dt.tx-indexedsearch-text-item-path {
	display: inline;
	width: 35px;
}

.tx-indexedsearch dl.tx-indexedsearch-info dd.tx-indexedsearch-text-item-path {
	display: inline;
	margin-left: 0px;
}

.tx-indexedsearch div.tx-indexedsearch-browsebox { margin: 15px 0px 15px 0px; }

.tx-indexedsearch div.tx-indexedsearch-browsebox ul.browsebox { padding-left: 0px; }

.tx-indexedsearch div.tx-indexedsearch-browsebox ul.browsebox,
.tx-indexedsearch div.tx-indexedsearch-browsebox ul.browsebox li {
	list-style: none;
	list-style-image: none;
	display: inline;
	padding: 0px 5px 0px 0px;
}

#content .tx-indexedsearch div.tx-indexedsearch-browsebox ul.browsebox li a {
	font-weight: normal;
}

#content .tx-indexedsearch div.tx-indexedsearch-browsebox ul.browsebox li.tx-indexedsearch-browselist-currentPage a {
	font-weight: bold;
	text-decoration: underline;
}

span.tx-indexedsearch-result-number {
	display: none;
}

#right #right_inner .news-latest-container {
	margin-bottom: 0px;
}

/***** Bilder Inhaltsbereich *****/
.csc-textpic-center { vertical-align:top; }
.csc-textpic-center .csc-textpic-imagewrap { overflow: visible; vertical-align:top;}
.csc-textpic-center .csc-textpic-imagewrap > .csc-textpic-imagerow {clear: none !important; }
.csc-textpic-center .csc-textpic-imagewrap .csc-textpic-imagerow { overflow: visible; }
.csc-textpic-center .csc-textpic-imagewrap .csc-textpic-imagerow dl.csc-textpic-image {
	margin-bottom: 10px;
}

.tx-wecmap-pi1 { text-align: center; }

div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
border: 1px solid #3333FF
}

#content div.csc-frame-frame1 .csc-header {
  background: url(/fileadmin/seite/assets/images/rahmen1.gif) repeat-x;
  height: 17px;
  padding-left: 5px;
}

#content div.csc-frame-frame1 .csc-header h1 {
  font-size: 10px;
  color: #FFFFFF;
  font-weight: normal;
  line-height: 17px;
  margin: 0px;
  text-transform: uppercase;
}

#content div.csc-frame-frame1 p.bodytext {
  margin-bottom: 0px;
}

ul.hidden_menu li {
  display: inline;
}

ul.hidden_menu li a {
  margin-right: 10px;
}

ul.hidden_menu li a {
  color: #000;
  text-decoration: none;
  font-size: 12px;
}
