/*
*               _     _           _ _     _   _               _
* __      _____| |__ | |__  _   _(_) | __| | | |__   __ _ ___(_) ___
* \ \ /\ / / _ \ '_ \| '_ \| | | | | |/ _` | | '_ \ / _` / __| |/ __|
*  \ V  V /  __/ |_) | |_) | |_| | | | (_| | | |_) | (_| \__ \ | (__
*   \_/\_/ \___|_.__/|_.__/ \__,_|_|_|\__,_| |_.__/ \__,_|___/_|\___|
*       _         _           _               _
*   ___| |_ _   _| | ___  ___| |__   ___  ___| |_
*  / __| __| | | | |/ _ \/ __| '_ \ / _ \/ _ \ __|
*  \__ \ |_| |_| | |  __/\__ \ | | |  __/  __/ |_
*  |___/\__|\__, |_|\___||___/_| |_|\___|\___|\__|
*           |___/
*
*  ------------------------------------------------------------------
*  |   Style Sheet Definitions                                      |
*  ------------------------------------------------------------------
*  |   Notice:                                                      |
*  |   There are predefined classes for:                            |
*  |                                                                |
*  |   - scrollbars                                                 |
*  |   - title-templates (h1, h2, h3)                               |
*  |   - search-template (mod_search_btn, mod_search_txt, search)   |
*  |   - search-field in the layout (front_search)                  |
*  |   - form-template (mod_form_btn, mod_form_txt)                 |
*  |   - closed usergroups (restricted)                             |
*  |   - HTML-navigation (main, sub1, sub2)                         |
*  |                                                                |
*  ------------------------------------------------------------------
*  02.03.2005 10:06
*
*/
/* body (background-color, -picture, -position, text, -color, scrollbars) */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	background-color: #FFFFFF;
	color: #1C60AB;
	margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:1px
}

/* global formats */
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	color: #1C60AB;
	font-size: 12px;
	line-height: 16px;
	vertical-align: top;
	text-align: left;
}
TD.content TABLE.liste * TD {
	font-family: Arial, Helvetica, sans-serif;
	color: #1C60AB;
	font-size: 12px;
	line-height: 16px;
	vertical-align: top;
	text-align: left;
}

.topbanner, TD.topbanner A:link, TD.topbanner A:visited, TD.topbanner A:hover, TD.topbanner A:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #92A5D0;
	font-size: 12px;
	/*line-height: 16px;*/
	text-align: right;
	vertical-align: top;
}

/* linkcolors for main links */
a:link, a:visited, a:hover, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*line-height: 16px;*/
	text-decoration: underline;
}
a:link {
	color: #1C60AB;
}
a:visited {
	color: #92A5D0;
}
a:hover {
	color: #92A5D0;
}
a:active {
	color: #1C60AB;
}

/* h1 - h3 for title-templates */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1C60AB;
	margin-bottom: 8px;
	text-transform : uppercase;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #1C60AB;
	margin-bottom: 4px;
	margin-top: 16px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1C60AB;
	margin-bottom: 2px;
}

ul {
	margin-top:0px;
}

p ul {
	margin-top:-8px;
}


/* searchtemplate */
.front_search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*line-height: 14px;*/
	color: #92A5D0;
}
.mod_search_btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*line-height: 14px;*/
	border: 0px solid #1C60AB;
	background-color: #1C60AB;
	color: #92A5D0;
	font-weight: normal;
}
.mod_search_txt, .wcm_input {
	border: 1px solid #000000;
}
.search {
	font-size: 11px;
	/*line-height: 14px;*/
	font-weight: normal;
}

/* newsmodul */
.mod_news {
	vertical-align: top;
}

.mod_news_detail {
	width:724px;
}
.news_date, .news_date a:link, .news_date a:visited, .news_date a:hover, .news_date a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #1C60AB;
	padding-right:8px;
}
.news_title, .news_title a:link, .news_title a:visited, .news_title a:hover, .news_title a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	text-transform : uppercase;
	padding-left: 4px;
	color: #1C60AB;
}

.news_lead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
}
.news_lead a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #1C60AB;
}

.news_text {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 15px;
}
.news_gap {
	height: 10px;
}
.news_back {
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	padding-top: 15px;
}

.h_news_date, .h_news_date a:link, .h_news_date a:visited, .h_news_date a:hover, .h_news_date a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #1C60AB;
	text-decoration: none;
}
.h_news_title, .h_news_title a:link, .h_news_title a:visited, .h_news_title a:hover, .h_news_title a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	text-transform : none;
	text-decoration: none;
	color: #1C60AB;
}

.h_news_lead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
}
.h_news_lead a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #1C60AB;
}

TD.h_add_news * a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #1C60AB;
	font-weight: bold;
}

/* eventsmodul */
.mod_event {
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
}
.mod_events_detail {
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
}

.events_date, .events_date a:link, .events_date a:visited, .events_date a:hover, .events_date a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #1C60AB;
}

.events_title, .events_title a:link, .events_title a:visited, .events_title a:hover, .events_title a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	text-transform : uppercase;
	text-decoration: none;
	color: #1C60AB;
	background-color:#FFF9AE;
}
.events_location, .events_location a:link, .events_location a:visited, .events_location a:hover, .events_location a:active, .events_organizer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #1C60AB;
	text-decoration: none;
}
.events_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
}
.events_back {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	padding-top:12px;
}

.h_events_date, .h_events_date a:link, .h_events_date a:visited, .h_events_date a:hover, .h_events_date a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #1C60AB;
}
.h_events_title, .h_events_title a:link, .h_events_title a:visited, .h_events_title a:hover, .h_events_title a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	text-transform : none;
	text-decoration: none;
	color: #1C60AB;
}
.h_events_location, .h_events_location a:link, .h_events_location a:visited, .h_events_location a:hover, .h_events_location a:active, .h_events_organizer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #1C60AB;
	text-decoration: none;
}

/* guestbook */
.mod_guestbook_field {
	border: 1px solid #000000;
}

/* use, if a searchfield in the frontindex is defined */
.search_inp {
	font-size: 12px;
	border: 1px solid #000000;
}

/* formular-template */
.mod_form_btn {
	border: 1px solid #000000;
}
.mod_form_txt {
	border: 1px solid #000000;
}

/* sitemap */
.mod_sitemap_row_0 {

}
.front_sitemap_0 {
	padding-bottom: 5px;
}
.front_sitemap_0 A:link {
	font-size: 12px;
	font-weight: normal;
}
.front_sitemap_0 A:visited {
	font-size: 12px;
	font-weight: normal;
}
.front_sitemap_0 A:hover {
	font-size: 12px;
	font-weight: normal;
}
.front_sitemap_0 A:active {
	font-size: 12px;
	font-weight: normal;
}
.mod_sitemap_row_1 {

}
.front_sitemap_1 {
	padding-left: 20px;
	padding-bottom: 5px;
}
.mod_sitemap_row_2 {
	visibility : hidden;
	display: none;
	height:0px;
}
.front_sitemap_2 {
	visibility : hidden;
	height:0px;
}

/* restricted area */
.restricted {
	font-size: 12px;
	border: 1px solid #000000;
	color: #000000;
}
input.restricted {
	border: 1px solid #000000;
}

.downloadobj {
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 4px;
}
img.downloadobj {
	vertical-align: middle;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* Legende unter Bilder in Templates*/ 
.legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	vertical-align: top;
	padding-top: 3px;
}

/* Navigation */
.nav {
	height: 17px;
}
/* framework navigational items: home, aktuell, ... */
a.nav_f, a.nav_f:link, a.nav_f:visited, a.nav_f:hover, a.nav_f:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	text-decoration: none;
	vertical-align : bottom;
}
a.nav_f:link {
	color: #1C60AB;
}
a.nav_f:visited {
	color: #1C60AB;
}
a.nav_f:hover {
	color: #92A5D0;
}
a.nav_f:active {
	color: #92A5D0;
}
/* classes for html-navigation (nav_0 => main, nav_1 => sub1, nav_2 => sub2) */
.nav_0, a.nav_0, a.nav_0:link, a.nav_0:visited, a.nav_0:hover, a.nav_0:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	text-decoration: none;
	vertical-align: bottom;
	padding-bottom: 2px;
	background-color: #1C60AB;
	color: #FFffFF;
}
a.nav_0:link {
	color: #FFffFF;
}
a.nav_0:visited {
	color: #FFffFF;
}
a.nav_0:hover {
	color: #92A5D0;
}
a.nav_0:active {
	color: #92A5D0;
}
/* highlight the active nav */
TR.nav .navactive a.nav_0 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #1C60AB;
	text-decoration: none;
}

TR.nav .navactive a.nav_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #1C60AB;
	text-decoration: none;
}

TD.nav_1,TD.nav_0 {
	padding-left: 3px;
}
/*************************/
.nav_1 {
	font-family: Arial, Helvetica, sans-serif;
	/*padding-left: 3px;*/
}

a.nav_1:link, a.nav_1:visited, a.nav_1:hover, a.nav_1:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	font-weight: normal;
	background-color: #FFffFF;
	color: #1C60AB;
	width: 95%;
	/*height: 15px;*/
}
a.nav_1:link {
	color: #1C60AB;
}
a.nav_1:visited {
	color: #1C60AB;
}
a.nav_1:hover {
	background-color: #F8EB00;
}
a.nav_1:active {
	color: #92A5D0;
}

a.nav_2:link, a.nav_2:visited, a.nav_2:hover, a.nav_2:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*line-height: 16px;*/
	text-indent: 10px;
}
a.nav_2:link {
	color: #1C60AB;
}
a.nav_2:visited {
	color: #1C60AB;
}
a.nav_2:hover {
	color: #92A5D0;
}
a.nav_2:active {
	color: #92A5D0;
}

table.sidenavi {
	width: 190px;
	border: 1px solid #1E61AB;
	background-color: #ffffff;
	margin-top: 13px;
	margin-left: 13px;
}

table.sidenavi td {
	height: 20px;
	width: 190px;
	padding-left: 15px;
}

table.sidenavi td.active {
	height: 20px;
	width: 190px;
	padding-left: 15px;
	background-image: url(/design/sidenavi-active-bg.gif);
	background-repeat: no-repeat;
}

table.sidenavi td a, table.sidenavi td a:link, table.sidenavi td a:active, table.sidenavi td a:hover, table.sidenavi td a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #1C60AB;
	text-decoration: none;
	font-weight: normal;
	line-height: 20px;
}

table.path {
	width: 100%;
	margin-top: 13px;
	margin-bottom: 35px;
}

table.path td a:link, table.path td a:active, table.path td a:visited, table.path td a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #1C60AB;
	text-decoration: underline;
	font-weight: normal;
	line-height: 20px;
	text-transform: uppercase;
} 

td.tafel_oben {
	width:94px;
	height:84px;
	text-align:center;
	vertical-align:middle;
	/*background-color:#FFFFFF;*/
	border-top:1px solid #92A5D0;
	border-right:1px solid #92A5D0;
	border-left:1px solid #92A5D0;
	padding-top:2px;
	/*background-image:url(/design/tester2.png);
	background-repeat : no-repeat; */
}
td.tafel_mitte {
	border-right:1px solid #92A5D0;
	border-left:1px solid #92A5D0;
}
td.tafel_unten {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	line-height:12px;
	width:94px;
	/*height:px;*/
	text-align:left;
	vertical-align:top;
	/*background-color:#FFFFFF;*/
	border-bottom:1px solid #92A5D0;
	border-right:1px solid #92A5D0;
	border-left:1px solid #92A5D0;
	padding:2px;
}
.tafel_unten a, .tafel_unten a:hover, .tafel_unten a:visited, .tafel_unten a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	line-height:12px;
}

img.tafel {
	margin-bottom: 3px;
	/*border: 1px solid black;*/
}

.overview1_col1, .overview1_col2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #1C60AB;
	font-size: 12px;
	line-height: 16px;
	vertical-align: top;
	text-align: left;
}
.overview1_col1 {
	font-weight: bold;
}

.overview1_col2 p {
	margin-top: 0px;
	margin-bottom: 6px;
}

.pers_col1 {
	width: 315px;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}

.pers_col2 {
	width: 315px;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
}

table.flexi {
	border-collapse: collapse;
}

table.flexi td {
	vertical-align: top;
	border: 1px solid #1c60ab;
}

table.container {
	border-right: 1px solid #B3B3B3;
	border-left: 1px solid #B3B3B3;
}

table.portalevents {
	width: 179px;
	border: 1px solid #1E61AB;
	vertical-align: top;
	padding: 0px;
}

table.portalevents td.boxtitle {
	background-color: #ffffff;
	height: 20px;
	width: 159px;
	padding-left: 10px;
}

table.portalevents td.boxtitle a, table.portalevents td.boxtitle a:link, table.portalevents td.boxtitle a:active, table.portalevents td.boxtitle a:hover, table.portalevents td.boxtitle a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #1C60AB;
	text-decoration: none;
	font-weight: bold;
}

table.portalevents td.boxtitlearrow {
	background-color: #ffffff;
	height: 20px;
	width: 20px;
}

table.portalevents td.boxcontent {
	height: 179px;
	background-color: #F7EA00;
	padding-top: 24px;
	padding-left: 10px;
}

table.portaleventcontent {
	background-color: #F7EA00;
	color: #005BA8;
	width: 160px;
}

table.portaleventcontent td {
	padding-bottom: 14px; 
}

table.portalgalerie {
	margin-top: 4px;
	width: 179px;
	height: 126px;
	border: 1px solid #1E61AB;
	vertical-align: top;
	padding: 0px;
}

table.portalgalerie td.boxtitle {
	background-color: #ffffff;
	height: 20px;
	width: 159px;
	padding-left: 10px;
}

table.portalgalerie td.boxtitle a, table.portalgalerie td.boxtitle a:link, table.portalgalerie td.boxtitle a:active, table.portalgalerie td.boxtitle a:hover, table.portalgalerie td.boxtitle a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #1C60AB;
	text-decoration: none;
	font-weight: bold;
}

table.portalgalerie td.boxtitlearrow {
	background-color: #ffffff;
	height: 20px;
	width: 20px;
}

table.portalgalerie td.boxcontent {
	background-color: #ffffff;
	padding-bottom: 0px;
	margin-bottom: 0px;
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
	height: 106px;
}

table.portalgalerie td.boxcontent #galleryteaserimg {
	overflow: hidden;
	width: 177px;
	height: 106px;
}


table.portalflexicard {
	margin-top: 4px;
	width: 179px;
	border: 1px solid #1E61AB;
	vertical-align: top;
}

table.portalflexicard td.boxtitle {
	background-color: #ffffff;
	height: 20px;
	width: 159px;
	padding-left: 10px;
}

table.portalflexicard td.boxtitle a, table.portalflexicard td.boxtitle a:link, table.portalflexicard td.boxtitle a:active, table.portalflexicard td.boxtitle a:hover, table.portalflexicard td.boxtitle a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #1C60AB;
	text-decoration: none;
	font-weight: bold;
}

table.portalflexicard td.boxcontent {
	background-color: #E4EDEF;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 10px;
}

.flexicardselect {
	color: #1C60AB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

span.portalflexicardadtext {
	padding-left: 15px;
	line-height: 25px;
}

table.portaldocuments {
	margin-top: 4px;
	width: 179px;
	border: 1px solid #1E61AB;
	vertical-align: top;
}

table.portaldocuments td.boxtitle {
	background-color: #ffffff;
	height: 20px;
	width: 159px;
	padding-left: 10px;
	font-weight: bold;
}

table.portaldocuments td.boxtitle a, table.portaldocuments td.boxtitle a:link, table.portaldocuments td.boxtitle a:active, table.portaldocuments td.boxtitle a:hover, table.portaldocuments td.boxtitle a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #1C60AB;
	text-decoration: none;
	font-weight: bold;
}

table.portaldocuments td.boxcontent {
	background-color: #E4EDEF;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 10px;
}

.documentselect {
	color: #1C60AB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
width:120px;
}

p.tickertext {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

p.tickertext a, p.tickertext a:link, p.tickertext a:visited, p.tickertext a:hover, p.tickertext a:active {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
} 

#teaser1 {
	float: left;

	top: 475px;
	left: 12px;
	width: 379px;
}

#teaser2 {
	float:left;
	top: 475px;
	margin-left: 15px;
	width: 379px;
}

td.tickertitle {
	background-color: #1E61AB;
	width: 205px;
	height: 24px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 3px;
	padding-left: 10px;
	font-weight: bold;
	position: relative;
}