/*[fmt]1A90-1A0A-3*/
* {
	padding: 0;
	margin: 0;
}
html {
	background: #005594 url(../images/bg_page.png) repeat-x 0 0;
	overflow-y: scroll;
	height: 100%;
}
body {
	background: url(../images/bg_body.jpg) no-repeat 50% 0;
	text-align: center;
	font-size: 12px;
	font-family: Arial;
	color: #333;
	height: 100%;
}
a:link, a:visited, a:active {
	color: #005594;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}
img {
	display: block;
}
fieldset {
	border: 0;
}
.logo {
	position: absolute;
	top: 10px;
	left: 34px;
	background: url(../images/logo.png);
	width: 123px;
	height: 65px;
}
.logo img {
	display: none;
}
.logo span {
	display: none;
}
.container {
	position: relative;
	width: 948px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/bg_container.png) repeat-y 0 0;
}
.header {
	height: 121px;
	background: url(../images/bg_header.png) repeat-x 0 100%;
	margin: 0 10px 0 7px;
}
/*CONTENT*/
.content {
	position: relative;
	height: auto;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	padding: 25px 0 0;
}
.content ul {
	margin: 10px 0 10px 6px;
	list-style-type: none;
}
.content ul li {
	margin: 0 0 10px 0;
	padding: 0 0 0 14px;
	background: url(../images/bullet.gif) no-repeat 0 5px;
}
.inner-content {
	/*background: url(../images/bg_content.png) repeat-y;*/
	padding: 0px 240px 15px 243px;
	line-height: 15px;
	min-height: 364px;
	height: auto !important;
	height: 364px;
}
.inner-content h1 {
	color: #005594;
	font-size: 18px;
	margin: 0 0 15px;
}
.inner-content h2 {
	color: #005594;
	font-size: 18px;
	font-weight: normal;
	margin: 15px 0;
}
.inner-content h3 {
	color: #000;
	font-size: 16px;
	font-weight: normal;
	margin: 15px 0;
}
.inner-content p {
	margin: 0 0 6px;
	line-height: 18px;
}
/*SECONDARY-CONTENT*/
.secondary-content {
	width: 180px;
	position: absolute;
	top: 133px;
	right: 40px;
}
.secondary-content ul {
	margin: 0 0 5px 15px;
}
.secondary-content ul li {
	margin: 0 0 5px 0;
}
.secondary-content p {
	margin: 0 0 3px 0;
}
.secondary-content h2 {
	font-size: 17px;
	font-weight: normal;
	color: #005594;
}
.secondary-content h3 {
	font-size: 14px;
	font-weight: normal;
	padding: 2px 0 7px;
	margin: 15px 0 8px;
	border-bottom: 1px solid #CCC;
}
.secondary-content h4 {
	font-size: 12px;
	font-weight: normal;
	color: #005594;
	margin-bottom: 8px;
}
.secondary-content a.download,
.secondary-content a.contact {
	background: url(../images/link_icons.gif) no-repeat 0 -113px;
	display: block;
	color: #005594;
	margin: 3px 0 3px 0;
	padding: 0 0 0 10px;
}

.pagefunctions {
	clear: both;
	background: url(../images/bg_cob.png) no-repeat 39px 0;
	padding: 30px 240px 15px 243px;
}
.pagefunctions ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 24px;
	overflow: auto;
	border: 1px solid #CCC;
}
.pagefunctions ul li {
	display: block;
	float: left;
	margin: 0 6px;
	padding: 0;
	background: none;
	
}
.pagefunctions ul li a,
.pagefunctions ul li a:link,
.pagefunctions ul li a:visited,
.pagefunctions ul li a:active {
	background-image: url(../images/link_icons.gif);
	background-repeat: no-repeat;	
	padding: 0 0 0 17px;
	color: #333;
	font-size: 10px;
	line-height: 24px;
}
.pagefunctions ul li.print a {
	background-position: 0 -55px;
}
.pagefunctions ul li.tellafriend a {
	background-position: 0 -78px;
}
.pagefunctions ul li.toplink {
	float: right;
}
.pagefunctions ul li.toplink a {
	background-position: 100% -36px;
	padding: 0 17px 0 0;
}

/*HOME*/
#home .content {
	min-height: 350px;
	height: 350px;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: 50% 21px;
}
#home .inner-content {
	min-height: 100px;
	height: auto !important;
	height: 100px;
	color: #FFF;	
	padding: 155px 50px 0 578px;
}
#home .inner-content h1 {
	color: #FFF;
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	display: none;
}
#home .content ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#home .content ul li {
	background: none;
	margin: 0 0 5px 0;
	padding: 0;	
}
#home .content ul li a {
	background: url(../images/link_icons.gif) no-repeat 0 -96px;
	padding: 0 0 0 10px;
	color: #FFF;
	font-weight: bold;
}
#home .secondary-content {
	position: static;
	top: auto;
	right: auto;
	width: auto;
	overflow: auto;
}
#home .inner-secondary-content {
	padding: 0 0 30px 37px;
	overflow: auto;
}

#home .news-latest-item .more a,
#home .news-list-item .more a {
	background-position: 100% -113px;
}

.box-left {
	width: 180px;
	float: left;
	margin: 0 30px 0 0;
}
.box-center {
	width: 448px;
	float: left;
	margin: 0 30px 0 0;
}
.box-right {
	width: 180px;
	float: left;
}
.box-left ul {
	list-style-type: none;
	margin: 0;
}
.box-left ul li a {
	display: block;
	background: url(../images/link_icons.gif) no-repeat 0 -113px;
	padding: 0 0 0 10px;
	font-weight: bold;
}


/*MAIN-NAVIGATION*/
.main-navigation {
	position: absolute;
	top: 85px;
	left: 7px;
	list-style-type: none;
	height: 36px;
	margin: 0 0 0 25px;
	background: url(../images/bg_main_navigation.png) repeat-x 0 0;
}
.main-navigation li {
	display: block;
	float: left;
	height: 36px;
}
.main-navigation li a:link,
.main-navigation li a:visited,
.main-navigation li a:active {
	color: #333;
	display: block;
	text-decoration: none;
	padding: 13px 23px 7px 20px;
	font-size: 14px;
	background: url(../images/bg_main_navigation.png) no-repeat 100% -108px;
}
.main-navigation li.first {
	background: url(../images/bg_main_navigation.png) no-repeat 0 -36px;
	padding: 0 0 0 3px;
}
.main-navigation li.last {
	background: url(../images/bg_main_navigation.png) no-repeat 100% -72px;
	padding: 0 10px 0 0;
}
.main-navigation li.last a:link,
.main-navigation li.last a:visited,
.main-navigation li.last a:active {
	background: none;
	padding-right: 15px;
}
.main-navigation li a:hover {
	color: #005594;
}
.main-navigation li.active {
	background: url(../images/bg_main_navigation.png) repeat-x 100% -144px;
	margin: 0 -10px 0 0;
}
.main-navigation li.active a:link,
.main-navigation li.active a:visited,
.main-navigation li.active a:active {
	background: url(../images/bg_main_navigation.png) no-repeat 0 -180px;
	margin: 0 0 0 -8px;
	padding: 0 0 0 8px;
	color: #006699;
}
.main-navigation li.active a span {
	background: url(../images/bg_main_navigation.png) no-repeat 100% -216px;
	margin: 0 0px 0 0;
	display: block;
	font-weight: bold;
	padding: 13px 27px 7px 18px;
}
.main-navigation li.first.active a {
	background: url(../images/bg_main_navigation.png) no-repeat 0 -252px;
	margin: 0 0 0 -8px;
	padding: 0 0 0 7px;
}
.main-navigation li.last.active {
	padding: 0;
}
.main-navigation li.last.active a span {
	background: url(../images/bg_main_navigation.png) no-repeat 100% -288px;
	margin: 0 0 0 0;
	padding: 13px 26px 7px 18px;
}
/*SECONDARY-NAVIGATION*/
.secondary-navigation {
	position: absolute;
	top: 143px;
	left: 40px;
	width: 180px;
	list-style-type: none;
	border-top: 1px solid #CCC;
}
.secondary-navigation li {
	display: block;
	border-bottom: 1px solid #CCC;
}
.secondary-navigation li a {
	text-decoration: none;
	display: block;
	padding: 3px 5px 5px 15px;
	font-size: 14px;
	color: #333;
}
.secondary-navigation li a:hover {
	color: #005594;
}
.secondary-navigation li a.active {
	font-weight: bold;
	background: url(../images/bg_secondary_navigation.gif) no-repeat 1px 8px;
	color: #005594;
}
.secondary-navigation li a.path {
	font-weight: bold;
	background: url(../images/bg_secondary_navigation.gif) no-repeat 1px -87px;
	color: #000;
}


.secondary-navigation li ul {
	margin: 0 0 5px 0;
}
.secondary-navigation li ul li {
	border-bottom: 0;
}
.secondary-navigation li ul li a {
	text-decoration: none;
	display: block;
	padding: 3px 5px 5px 25px;
	font-size: 12px;
	color: #333;
}
.secondary-navigation li ul li a.active {
	background-position: 15px 8px;
}
.secondary-navigation li ul li a.path {
	background-position: 15px -87px;
}

.secondary-navigation li ul li ul {
	margin: 0;
}
.secondary-navigation li ul li ul li a {
	text-decoration: none;
	display: block;
	padding: 3px 5px 5px 35px;
	font-size: 12px;
	color: #333;
}
.secondary-navigation li ul li ul li a.active {
	background-position: 25px 8px;
}
.secondary-navigation li ul li ul li a.path {
	background-position: 25px -87px;
}

/*META-NAVIGATION*/
.meta-navigation {
	position: absolute;
	top: 47px;
	right: 268px;
	list-style-type: none;
}
.meta-navigation li {
	float: left;
	margin: 0 20px 0 0;
}
.meta-navigation li a,
.meta-navigation li a:link,
.meta-navigation li a:visited,
.meta-navigation li a:active {
	background: url(../images/link_icons.gif) no-repeat 0 3px;
	padding: 0 0 0 18px;
	display: block;
	float: left;
	color: #666;
}
.meta-navigation li.last a,
.meta-navigation li.last a:link,
.meta-navigation li.last a:visited,
.meta-navigation li.last a:active {
	background-position: 0 -17px;
}
.meta-navigation li a:hover {
	text-decoration: none;
	color: #005594;
}


/* LANGUAGE */

ul#language-navigation {
	position: absolute;
	right: 39px;
	top: 47px;
	list-style-type:none;
}
ul#language-navigation li {
	float: left;
}
ul#language-navigation li span {
	display: none;
}
ul#language-navigation li a {
	display:block;
	width: 30px;
	height: 15px;
	margin-left: 5px;
	background: #fff url(../images/bg_language.gif) no-repeat 0 0;
}
ul#language-navigation li.active a {
	background-position: 0px -30px;
}
ul#language-navigation li a:hover {
	background-position: 0px -15px !important;
}
ul#language-navigation li#lang1 a {
	background-position: -30px 0px;
}
ul#language-navigation li#lang1.active a {
	background-position: -30px -30px;
}
ul#language-navigation li#lang1 a:hover {
	background-position: -30px -15px !important;
}

/*SUCHE*/
.quicksearch {
	background: url(../images/bg_quicksearch.png) no-repeat 0 0;
	width: 145px;
	height: 22px;
	position: absolute;
	right: 120px;
	top: 44px;
}
.quicksearch label {
	color: #666;
	display: none;
}
.quicksearch input {
	border: 0;
}
.quicksearch input.text {
	margin: 3px 0 1px 20px;
	width: 120px;
	color: #666;
	font-size: 12px;
}
.quicksearch input.button {
	background: transparent;
	cursor: pointer;
	width: 15px;
	height: 18px;
	position: absolute;
	top: 3px;
	left: 3px;
}
#msg {
	font-size: 10px;
	left: -45px;
	position: absolute;
	top: -26px;
	border: 1px solid #8B0000;
	color: #8B0000;
	padding: 3px;
	background: #FFE4E1 url(../images/msg_close.gif) no-repeat 100% 0;
	cursor: pointer;
}

.tx-indexedsearch-res {
	padding: 5px 0 5px 0;
}
.tx-indexedsearch-res table {
	width: 100%;
/*
	border-collapse: collapse;
	margin: 15px 0;
*/
	
}
.tx-indexedsearch-res table p {
	margin: 0;
}
.tx-indexedsearch-res table thead th {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	vertical-align: middle;
	padding: 3px;
}
.tx-indexedsearch-res table tbody td {
	vertical-align: top;
	padding: 3px;
}


#searchresults_body .relevance {
    border-right: 0 none;
}
#searchresults_body .relevance span {
    background-image: url('../images/bg_rating.gif');
    background-repeat: no-repeat;
    text-indent: -100px;
    display: block;
    width: 59px;
}
#searchresults_body .relevance_4 span {
    background-position: -12px 0;
}
#searchresults_body .relevance_3 span {
    background-position: -24px 0;
}
#searchresults_body .relevance_2 span {
    background-position: -36px 0;
}
#searchresults_body .relevance_1 span {
    background-position: -48px 0;
}

.content ul.browsebox li {
	background: none;
	display: inline;
	margin: 0 10px 0 0;
	padding: 0;	
}

/*NEWS*/
.news-latest-date, 
.news-list-date {
	color: #333;
	display: block;
}
.news-latest-item {
	margin: 0 0 10px 0;
}
.news-list-item {
	margin: 0 0 -1px 0;
	padding: 10px 0 4px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.news-list-item:hover {
	cursor: pointer;
	background: #F4F4F4;
}
.news-list-item:hover a {
	text-decoration: underline;
}
.news-list-item img {
	float: left;
	margin: 5px 10px 0 0;
}
.news-latest-item h4,
.news-list-item h4 {
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	margin: 2px 0 4px 0;
}
.news-latest-item .more,
.news-list-item .more {
	font-weight: bold;
	margin: 0 0 0 5px;
}

.bodytext a.more,
.news-latest-item .more a,
.news-list-item .more a {
	background: url(../images/link_icons.gif) no-repeat 100% -110px;
	display: inline-block;
	padding: 0 17px 0 0;
}
/* single */
body.news h1 {
	position: absolute;
	top: 28px;
	left: 245px;
	color: #333;
	font-size: 14px;
	font-weight: normal;
}
.news-single-backlink {
	border-bottom: 1px solid #ccc;
	padding: 0 0 8px 0;
	text-align: right;
}
.news-single-backlink a {
	background: url(../images/link_icons.gif) no-repeat 0 -113px;
	padding: 0 0 0 10px;
}
.news-single-item h2 {
	line-height: 18px;
}
.news-single-imgcaption {
	color: #818181;
	font-size: 11px;
	padding: 4px;
	line-height: 13px;
}
.news-age,
.news-time {
	display:none;
}

/*NEWS - Veranstaltungen*/
.box-right .news-latest-item h4 {
	font-size: 12px;
}

.news-catmenu img {
	display: inline;
}

/*FOOTER*/
.footer {
	position: relative;
	clear: both;
	padding: 15px 0;
	background: url(../images/bg_container.png) no-repeat -948px 0;
	color: #999;
	width: 948px;
	height: 15px;
	margin: 0 auto;
	text-align: left;
}
.inner-footer {
	padding: 0 10px;
	color: #FFF;
	font-size: 10px;
	text-transform: uppercase;
}
.inner-footer p {
	float: left;
}
.inner-footer ul {
	float: right;
	list-style-type: none;
}
.inner-footer ul li a,
.inner-footer ul li a:link,
.inner-footer ul li a:visited,
.inner-footer ul li a:active {
	color: #FFF;
}


/* forms */
.formular {
	background: #ECEEF0;
	margin: 15px 0 0;
	padding: 10px;
}
.formular legend {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin: 0 0 10px 0;
}
div.formrow {
	clear: both;
	margin: 0 0 5px;
	min-height: 21px;
}
div.formrow label {
	width: 140px;
	display: block;
	float: left;
	line-height: 21px;
}
div.formrow select {
	width: 301px;
	height: 19px;
	float: left;
	border: 1px solid #CCC;
}
div.formrow input {
	width: 295px;
	height: 17px;
	float: left;
	padding: 2px 2px 0;
	border: 1px solid #CCC;
}
div.formrow input[readonly] {
	border: 0;
	background: none;
}
div.formrow textarea {
	width: 295px;
	height: 100px;
	padding: 2px;
	font-family: Arial;
	font-size: 12px;
	border: 1px solid #CCC;
}
div.formrow span.madatorytext {
}
div.formrow span.required {
	color: #990000;
}
div.formrow button {
	background: url(../images/bg_button.png) no-repeat 0 0;
	border: 0;
	width: 104px;
	height: 29px;
	cursor: pointer;
	display: block;
	outline: none;
}
div.formrow button:hover {
	background-position: 0 100%;
}
div.formrow button span {
	display: block;
	background: url(../images/link_icons.gif) no-repeat 6px -143px;
	padding: 0 0 0 17px;
	color: #005594;
	height: 29px;
	line-height: 25px;
	font-weight: bold;
	font-family: Arial;
	text-align: left;
}
div.formrow button.submit {
	float: right;
}
div.formrow button.submit span {
	background-position: 6px -106px;
}
div.captcha {
	margin: 0 0 20px 0;
}
div.captcha_container {
	position: relative;
	background: url(../images/bg_captcha.png) no-repeat 140px 0;
	height: 37px;
}
div.error div.captcha_container {
	background-position: 140px -43px;
}
div.captcha_container img {
	position: absolute;
	left: 141px;
	top: 1px;
}
div.captcha_container input {
	position: absolute;
	left: 320px;
	top: 5px;
	width: 100px;
	height: auto;
	font-size: 20px;
	border: 0;
	background: transparent;
}
span.abuse {
	display: block;
	font-size: 10px;
	line-height: 10px;
}
p.error-hinweis {
	color: #990000;
}
div.error label {
	color: #990000;
}
div.error select, div.error input, div.error textarea {
	border-color: #990000;
}

/* mailform */
div.info label {
	line-height: 14px;
	padding: 5px 0 0 0;
}
div.formrow textarea#info {
	height: 30px;
}

/* suche */


/* tipafriend */
span.tiplink {
	color: #005594;
}

/* tabelle */
.contenttable {
	border-collapse: collapse;
	margin: 15px 0;
	width: 100%;
	border-bottom: 1px solid #000;
}
.contenttable p {
	margin: 0;
}
.contenttable thead th {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	vertical-align: middle;
	padding: 3px;
}
.contenttable tbody td {
	border-top: 1px solid #AAA;
	vertical-align: top;
	padding: 3px;
}

/* bilder */
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
	background: #e5e5e5;
	color: #818181;
	font-size: 11px;
	padding: 4px;
	line-height: 13px;
}

/* loginform */
