
/* ============================================== */
/* DEFAULT */
html, body {
	margin: 0px;
	padding: 0px;
        margin-top: 20px;
	background-color: #FFFFFF;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
/* ======================================================= */
/* BARRIEREFREI SPRUNGMENUE */
a.barriere_sprungmarke {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
}
a.barriere_sprungmarke:focus, a.barriere_sprungmarke:active {
	width: auto;
	height: auto;
	left: 6px;
	top: 2px;
	color: #000000;
	background: #ffffff;
	padding: 1px;
	font-size: 1.0em;
	font-weight: bold;
}

#body {
	width: 1000px;
}
.clear {
	clear: both;
}
.floatLeft {
	float: left;
}
.minHeight {
	min-height: 500px;
	height: auto !important;
/* fuer moderne Browser */
	height: 500px;
/* fuer den IE */
}
a:link, a:visited, a:focus, a:hover, a:active {
	text-decoration: none;
	color: #D4006A;
	font-size: 0.9em;
	font-weight: bold;
}
a:hover {
	color: #000000;
}
div#contentCol hr {
	display: none;
}
p.bodytext {
	margin: 0.5em 0;
	width: 420px;
	line-height: 1.35em;
}

.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.indent{
padding-left: 40px;

}
strong {
	font-weight: bold;
}

.csc-textpic-caption {
	font-size: 11px;
}
.csc-textpic-intext-right p.bodytext {
	padding-right: 140px;
}
.csc-textpic-center * {
	margin: 0px !important;
	padding: 0px !important;
}
.csc-textpic-center .csc-textpic-imagerow, .csc-textpic-center {
	width: 563px !important;
}
.csc-textpic-center dl.csc-textpic-image {
	margin-left: 9px !important;
	padding-bottom: 9px !important;
	text-align: right;
}
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image {
	margin-bottom: 4px;
}
/* ============================================== */
/* SEITEN SPALTEN */
div#leftRow {
	margin-top: 148px;
	float: left;
}
div#leftRow, div.menu ul {
	width: 153px;
}
div#middleRow {
	width: 816px;
	margin-right: 9px;
	margin-left: 9px;
	float: left;
	


}

h1 {
margin-bottom: 0.5em;
}

h1, h2, h3, h4, h5 {
	font-size: 1em !important;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	/*padding-top: 10px;
*/
}
h1 a, h2 a, h3 a, h4 a, h5 a {
	font-size: 1em !important;
	color: #000000 !important;
}

h1 {
margin-bottom: 8px;
}

h2 {
margin-bottom: 4px;
}

h3, h4, h5 {
margin-bottom: 0;
}


/* ============================================== */
/* HEADER COL */
div.head {
	margin-right: 9px;
	width: 586px;
	position:relative;
}
div#logo {
	width: 212px;
	height: 79px;
	text-align: center;
	padding-top: 31px;
	background-image: url('../img/logo.jpg');
	background-repeat: no-repeat;
	background-position: 50% 31px;
}
div#printLogo {
	position: absolute;
	top: -99999px;
	left: -99999px;
}
div.head div.header {
	width: 588px;
	height: 122px;
	background-repeat: no-repeat;
}
div.head div.headline {
	position: absolute;
	top: 90px;
	font-size: 14px;
	margin-left: 50px;
	width: 180px;
	height: 70px;
	background-repeat: no-repeat;
	display: table;
	z-index: 1;
}

* html div.head div.headline {
/*	top: 10px!important;*/
}


div.head div.headline p {
	height: 70px;
	display: table-cell;
	vertical-align: middle;
	color: white;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 0px;
	padding: 20px 5px;
	height: auto;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
}
/* ---------------------------------------------- */
/* Quickmenu */
div.headerMenu {
	clear: both;
	padding-left: 250px;
	top: 2px;
}
div.headerMenu a.printLink img {
	border: 0px;
}
div.headerMenu a.printLink {
        cursor: pointer;
}
div.headerMenu ul {
position:absolute;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
div.headerMenu ul li {
	float: left;
	padding-left: 15px;
}
div.headerMenu ul li img {
	border: 0px;
}
div.headerMenu ul li a:link, div.headerMenu ul li a:visited, div.headerMenu ul li a:focus, div.headerMenu ul li a:hover, div.headerMenu ul li a:active {
	text-decoration: none;
	color: #808080;
	font-size: 0.88em;
	font-weight: normal;
}
/* ============================================== */
/* MENU */
div.menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
div.menu ul li {
/* RUMBLE PATCH */
	/*margin-bottom: 5px;
*/
/* ANTI-RUMBLE PATCH */
	min-height: 18px;
	height: auto !important;
	height: 18px;
	padding-top: 2px;
}
div.menu ul li ul {
	margin-top: 5px;
/* RUMBLE PATCH */
	/*margin-bottom: 15px;
*/
}
div.menu ul li a:link, div.menu ul li a:visited, div.menu ul li a:focus, div.menu ul li a:hover, div.menu ul li a:active {
	text-decoration: none;
	color: #000000;
	font-size: 0.88em;
	font-weight: bold;
	padding-left: 23px;
	display: block;
}
div.menu ul li.cur, div.menu ul li.act {
	background-repeat: no-repeat;
	background-position: -10px 0px;
/* RUMBLE PATCH */
	/*padding-top: 5px;
	margin-bottom: 5px !important;
	min-height: 22px;
	height: auto !important;
	height: 22px;
*/
}
div.menu ul li.cur a, div.menu ul li.cur a:hover, div.menu ul li.act a, div.menu ul li.act a:hover {
	color: #FFFFFF;
}
div.menu ul li.cur ul li a:link, div.menu ul li.cur ul li a:visited, div.menu ul li.cur ul li a:focus, div.menu ul li.cur ul li a:active, div.menu ul li.act ul li a:link, div.menu ul li.act ul li a:visited, div.menu ul li.act ul li a:focus, div.menu ul li.act ul li a:active {
	color: #808080;
	font-weight: normal;
	line-height: 1em;
	margin-bottom: 2px;
}
div.menu ul li.act ul li.cur {
	background-image: none !important;
}
div.menu ul li.act ul li.act {
	background-image: none !important;
}
div.menu ul li.cur a:hover {
	color: #FFFFFF !important;
}
div.menu ul li a {
	padding-top: 2px;
}
div.menu ul li {
	padding: 0px;
}
div.menu ul li ul {
	margin: 0px;
	margin-top: 2px;
	padding: 0px;
}
div.menu ul li ul li {
	line-height: normal;
	margin: 0px;
	padding: 0px;
	min-height: 5px;
	height: auto !important;
	height: 5px;
}
div.menu ul li ul li ul {
	/*margin-left: 10px;
*/
}
div.menu ul li ul li ul li {
	padding-left: 10px;
}
div.menu ul li.act ul li.cur ul li a, div.menu ul li.act ul li.act ul li a {
	color: #000000 !important;
}
/* ---------------------------------------------- */
/* Box Menue */
div.boxMenu {
	height: 135px;
	margin-top: 18px;
	background-repeat: no-repeat;
	background-position: 7px;
}
div.boxMenu ul {
	padding-top: 10px !important;
}
div.boxMenu ul li ul {
	padding-top: 0px !important;
}
div.boxMenu a {
	width: 125px !important;
}
/* ============================================== */
/* CONTENT COL */
div#contentCol {
	background-repeat: repeat-y;
	margin-top:15px;
}
div.content {
	clear: both;
	padding-top: 10px;
}
/* ============================================== */
/* CONTENT BOX */
div.contentBox {
	width: 586px;
	margin-right: 9px;
	padding-bottom: 30px;
	background-repeat: no-repeat;
}
div.contentBox div.contentArea {
	background-repeat: no-repeat;
	margin-top: 16px;
	padding-left: 23px;
	padding-top: 20px;
}
/* ============================================== */
/* THE CONTENT NEWS */

div.tt_news_archiveSearch{
padding:10px 0 15px 0;
}


div.tt_news_item {
	border-top: 2px solid #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}
div.tt_news_item div.text h2 {
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}
div.tt_news_item div.text h2 a {
	color: #000000;
}
div.tt_news_item div.text {
	float: left;
	width: 410px;
}
div.tt_news_item div.text p {
	line-height: 1.5em;
	padding: 0px;
	margin: 0px;
}
div.tt_news_item div.image {
	margin-top: 5px;
	float: right;
	margin-left: 10px;
}
div.tt_news_item div.image img {
	border: 0px;
}
/* ============================================== */
/* NEWS BOX */
div.newsBox {
	width: 221px;
	background-repeat: no-repeat;
	background-position: 100% 0px;
}
div.newsBox div.contentArea {
	background-repeat: no-repeat;
	padding-top: 35px;
	padding-right: 28px;
	min-height: 328px;
	height: auto !important;
/* fuer moderne Browser */
	height: 328px;
/* fuer den IE */
}
div.newsBox div.projectField {
	margin-right: 20px;
	height: 119px;
	background-position: 50% 0px;
	background-repeat: no-repeat;
	padding-bottom: 20px;
}
div.newsBox div.projectField a {
	display: block;
	height: 119px;
	width: 162px;
	margin-left: 22px;
}
div.newsBox div.projectField a span {
	display: none;
}
/* ---------------------------------------------- */
/* THE NEWS */
div.newsBox p.news {
	padding-left: 16px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 0.88em;
	line-height: 2.6ex;
}
div.newsBox p.news a {
	font-size: 1em;
}
div.newsBox p.hotNews {
	margin-top: 0px;
	background-repeat: no-repeat;
}
/* ============================================== */
/* NEWS ARCHIV */
.tt_news_archiveSearch fieldset {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
ul.tt_news_archiveList {
	float: left;
	margin: 0;
	padding: 0;
	width: 554px;
	padding-bottom: 10px;
}
ul.tt_news_archiveList li {
	list-style: none;
	float: left;
	white-space: nowrap;
}
ul.tt_news_archiveList li.news-amenu-item-year {
	font-weight: bold;
	border-bottom: 2px solid white;
	padding-left: 0px;
	padding-top: 10px;
	width: 100%;
}
ul.tt_news_archiveList li.tt_news_archiveItem a {
	margin-left: 20px;
	font-weight: normal !important;
}
/* ---------------------------------------------- */
/* SINGLE VIEW */
.news-single-files dd {
	margin: 0.5ex 0;
	display: block;
}
.news-single-files dd img {
	padding-right: 5px;
}
.tt_news_single {
	/*font-size: 0.9em;
	line-height: 1.5em;
*/
}
.tt_news_single h2 {
	margin: 0px;
	padding: 0px;
	border-top: 2px solid #FFFFFF;
	padding-top: 8px;
	font-size: 0.9em;
	padding-bottom: 10px;
}
.tt_news_single h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-align: right;
	margin-bottom: 10px;
	margin-right: 10px;
}
.tt_news_single .tt_news_subheader {
	font-weight: bold;
	width: 416px;
	margin: 0px;
	padding: 0px;
}
.tt_news_single .news-single-img {
	float: right;
	width: 130px;
	margin-top: 4px;
}
.tt_news_single .tt_news_content {
	float: left;
}
.news-single-imgcaption {
	margin-top: 0;
	font-size: 11px;
}
.tt_news_single .news-single-img img {
	border: 0px;
}
.tt_news_single .tt_news_content {
	width: 416px;
	text-align: left;
	margin-right: 13px;
	margin-top: 0px;
}
.tt_news_single .tt_news_content p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	/*padding-top: 10px !important;
*/
}
/* ============================================== */
/* FORMS */
input, textarea, select {
	border-top: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}
fieldset {
	border: 0px;
}
div.tx-indexedsearch-formdiv.tx-indexedsearch-search-submit {
	float: left;
}
.tx-indexedsearch-form label {
	width: 40em!important;
	padding-top: 8px !important;
	padding-bottom: 1px !important;
}
.tx-indexedsearch-search-select-group label {
	padding-top: 8px !important;
	float: left;
	width: auto!important;
}
.tx-indexedsearch-form .tx-indexedsearch-search-submit {
	clear: both;
	padding-top: 20px !important;
}
.tx-indexedsearch-selectbox-order, .tx-indexedsearch-selectbox-media, .tx-indexedsearch-searchbox-sword, .tx-indexedsearch-selectbox-sections {
	width: 26em !important;
}
.tx-indexedsearch-selectbox-type, .tx-indexedsearch-selectbox-defop {
	width: 13em !important;
}
.tx-indexedsearch p {
	margin-top: 0;
}
.tx-indexedsearch h3 a {
	color: #D4006A!important;
}
.tx-indexedsearch h3 a:hover {
	color: #000000!important;
}
.tx-indexedsearch h3 {
	margin: 0;
}
/* ========================================= */
/* TABELLEN */
/* ----------------------------------------- */
/* LAYOUT DEFAULT */
table.contenttable {
	border-collapse: collapse;
}
.contenttable tr td, .contenttable thead tr th {
	border: 2px solid #FFFFFF;
}
.contenttable caption {
	font-size: 1.2em;
	font-weight: bold;
}
.contenttable thead tr th, .contenttable tr.tr-0 td {
	background-color: #FFFFFF;
	padding: 5px;
}
.contenttable td {
	padding: 5px;
}
.csc-textpic-text p.bodytext {
	width: auto!important;
}
.csc-menu-4 dt {
	display: inline;
	padding-right: 1.5ex;
}
/* ----------------------------------------- */
/* Autocomplete  indexed search */
.ac_results ul {
	background: white;
}
.over {
	background: #eee !important;
	color: black !important;
	font-weight: normal !important;
}
.tx-indexedsearch ul.browsebox {
	padding-left: 0px;
}
.tx-indexedsearch .tx-indexedsearch-browselist-currentPage a {
	text-decoration: underline;
}
/* ========================================= */
/* Sitemap */
.csc-sitemap ul {
	margin: 0px;
	padding: 0px;
	margin-left: 50px;
	margin-top: 20px;
	padding-bottom: 5px;
}
.csc-sitemap ul li ul {
	margin-left: 20px;
	margin-top: 2px;
}
.csc-sitemap ul li {
	list-style: none;
	margin-bottom: 2px;
}
.csc-sitemap ul li a {
	font-weight: bold;
}
.csc-sitemap ul li ul li a {
	font-weight: normal !important;
}
ul.csc-menu-7 {
	margin: 0px;
	padding: 0px;
	margin-left: 50px;
	margin-top: 20px;
}
ul.csc-menu-7 ul {
	margin-left: 20px;
	padding: 0px;
}
ul.csc-menu-7 ul li {
	color: #D4006A;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: square;
	list-style: none;
}
ul.csc-menu-7 li {
	list-style: none;
}
/* ========================================= */
/* Downloads */
.contentArea table.csc-uploads {
	margin: 0;
	padding: 0;
	font-size: 1em;
}
.contentArea table.csc-uploads p {
	margin: 0;
	padding: 0;
}
.contentArea .csc-uploads-1 td.csc-uploads-fileSize {
	width: auto;
	vertical-align: top;
	padding: 3px
}
.contentArea .csc-uploads-1 td.csc-uploads-fileName {
	vertical-align: top;
	padding: 3px
}
.contentArea .csc-uploads-1 td.csc-uploads-icon {
	vertical-align: top;
}
.contentArea .csc-uploads-1 td.csc-uploads-icon img {
	padding: 0px;
	border: 0px;
}
