/* mobile.css */
* {
	margin: 0;
	padding: 0;
}

body {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 4em;
}

#metanavtop {
	margin-top: 1em;
	margin-bottom: 1em;
	overflow: hidden;
	text-align: center;
display: none;
}

#footer {
	padding-top: 1em;
	margin-top: 1.5em;
	overflow: hidden;
	text-align: left;
	border-top: 2px solid #FBD84A;
	
}

#serviceinformation, .tx-civserv-pi1-searchbox, .tx-civserv-pi1-searchbox fieldset {
	padding: 5px;
	line-height: 1.5em;
}

.tx-civserv-pi1-searchbox legend {
	padding-left: 5px;
	padding-right: 5px;
}

#metanavtop a , #footer a{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background-color: #002B84;
	color: #fff;
	padding: 3px 5px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	width: 28%;
	margin-right: 1px;
	margin-left: 1px;
	margin-bottom: 2px;
	font-size: 0.7em;
}

#metanavtop a  {
	width: 28%;
	margin-right: 1px;
	margin-left: 1px;
	margin-bottom: 2px;
	font-size: 0.7em;
}

#metanavtop a:hover, #footer a:hover {
	background-color: #0048DD;
	color: white;
}

#metanavtop span.splitter,#footer .splitter {
	display: none; 
}

#settings, #print {
	display: none;
}

#backgroundimage {
	height: 91px;
	background-image: url("../pix/background_header_mobile.png");
	background-repeat: no-repeat;
	background-position: -25px top;
}

#backgroundimage img {
	display: none;
}

dfn {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

/* disable floating for textpic elements */
DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image { float: none; }
DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI { float: none; }
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { float: none; }
DIV.csc-textpic-right DIV.csc-textpic-imagewrap { float: none; }
DIV.csc-textpic-left DIV.csc-textpic-imagewrap { float: none; }
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap { float: none; }
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap { float: none; }
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { float: none;}
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: none;}

table {
	width: auto !important;
}

DIV.csc-textpic div {
	margin: auto !important;
}

div.csc-textpic-imagewrap {
	text-align: center;
	margin-bottom: 5px;
}


#search {
	/* make search field the first element */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin-bottom: 1.5em;
	overflow: hidden;
	padding-bottom: 2px;
	background-color: #FEFFC6;
	border-bottom: 2px solid #FBD84A;
	text-align: center;
}

#search form {
	padding: 10px;
}

input#words {
	width: 60%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	color: #666666;
	font-weight: bold;
	font-size: 1.2em;
}

input#submit {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border: 1px solid #fff;
	background-color: #002B84;
	color: #fff;
	padding: 3px 5px;
	font-size: 1.2em;
}


ul#mainnav, #leftnav ul {
	/*background-color: #002B84;*/
	width: 100%;
	/*-webkit-border-radius: 8px;
	-moz-border-radius: 8px;*/
	
	
	
	list-style: none;
	
	margin-bottom: 1.5em;
}

ul#mainnav {
	
}

ul#mainnav li a, #leftnav ul li a {
	background-position: 10px center;
	background-repeat: no-repeat;
	border: 1px solid #000;
	background-color: #FEFFC6;
	color: #000;
	display: block;
	margin-bottom: 3px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 6px 10px;
	text-decoration: none;
	font-weight: bold;
}

#leftnav ul li a {
	background-color: #FBD84A;
	color: #000;
}

#leftnav ul li ul li {
	margin-left: 1em;
}

#leftnav ul ul {
	margin-bottom: 0;
}

#leftnav ul li ul li > a:hover, #leftnav ul li ul li.active > a, 
#leftnav ul li ul li ul li > a:hover, #leftnav ul li ul li ul li.active > a {
	background-color: #FEFFC6;
}



ul#mainnav li:first-child a, #leftnav ul li:first-child a {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
}
ul#mainnav li:last-child a, #leftnav ul li:last-child a {
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
}
ul#mainnav li.active a, ul#mainnav li a:hover {
	background-color: #FBD84A;
	color: #000;
}
#leftnav ul li.active > a, #leftnav ul li > a:hover {
	/*text-decoration: underline;*/
	background-color: #FEFFC6;
}

#leftnav {

}

h1 {
	font-size: 1.4em;
	margin-bottom: 0.4em;
}

h2 {
	font-size: 1.3em;
	margin-bottom: 0.4em;
}

h3 {
	font-size: 1.2em;
	margin-bottom: 0.4em;
}

h4 {
	font-size: 1.1em;
	margin-bottom: 0.2em;
}

h5 {
	font-size: 1em;
	margin-bottom: 0.2em;
}

h6 {
	font-size: 1em;
	margin-bottom: 0.2em;
}

#leftnav h1 {
	font-size: 1.4em;
}

#leftnav ul {

}

#leftcol h1 {
	color: #658AB7;
	font-size: 1.4em;
	margin-bottom: 0.7em;
}
#leftcol h2 {
	color: #666666;
	font-size: 1.2em;
	margin-bottom: 0.7em;
}
#leftcol h3 {
	color: #333333;
	font-size: 1.1em;
	margin-bottom: 0.7em;
}
#leftcol p {
	margin-bottom: 1em;
}
#leftcol ul {
	margin-left: 2em;
	list-style-type: square;
}
#leftcol ol {
	margin-left: 2.4em;
	list-style-type: decimal;
}
#leftcol li {
	margin-bottom: 0.5em;
}
#leftcol ul, #content ol, #content table {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
#leftcol table {
	border: 1px solid #002B84;
}
#leftcol caption {
	background-color: #002B84;
	color: #FFFFFF;
}
#leftcol th {
	background-color: #FBD84A;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
#leftcol td {
	background-color: #FEFFC6;
}

#rightcol {
	background-color: #FEFFC6;
	border-top: 1px solid #002B84;
	padding-top: 5px;
	font-size: 0.9em;
}

#rightcol h1 {
	display: block;
	font-size: 1.2em;
	color: #002B84;
	background-color: #FBD84A;
	line-height: 27px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 5px;
}
#rightcol h2 {
	font-size: 1.15em;
	color: #2E3547;
	margin-bottom: 0.2em;
}
#rightcol .right_box {
	overflow: hidden;
	width: 100%;
}
#rightcol .right_box p {
	padding-left: 3px;
	padding-right: 3px;
	margin-bottom: 1em;
}
#rightcol .right_box ul, #rightcol .right_box ol {
	margin-left: 2em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
#rightcol .right_box li {
	margin-left: 2em;
	margin-bottom: 0.5em;
}
#rightcol .right_box table {
	padding-left: 3px;
	padding-right: 3px;
	margin-bottom: 1em;
}

/* ---------- Typo3 Content Formatierung ---------- */
DIV.csc-frame { border: 0px; }
DIV.csc-frame-invisible {}
DIV.csc-frame-rulerBefore { height:10px; border-top: 1px solid #002B84; }
DIV.csc-frame-rulerAfter { border-bottom: 1px solid #002B84; }
DIV.csc-frame-indent { padding-left: 100px; }
DIV.csc-frame-indent3366 { padding-left: 33%; }
DIV.csc-frame-indent6633 { padding-right: 33%; }
DIV.csc-frame-frame1 { border: 1px solid #002B84; padding: 2px 4px 2px 4px; }
DIV.csc-frame-frame2 { border: 1px solid #002B84; background-color: #FEFFC6; padding: 2px 4px 2px 4px; }


/* ---------- tt_news ---------- */
.news-list-item, .news-latest-item {
	width: 100%;
	overflow: hidden;
}

.clearer {
	border: none;
	height: 0px;
	color: #fff;
	display: block;
	clear: both;
}

.news-single-item .clearer {
	
}

.news-latest-container h2, .news-latest-gotoarchive {
	background-color:#004E96;
	border:1px solid #666666;
	color:#FFFFFF;
	margin:3px;
	padding:3px;
}
.news-latest-gotoarchive {
	font-weight:bold;
	margin-top:5px;
}
.news-latest-gotoarchive a:link, .news-latest-gotoarchive a:visited, .news-latest-gotoarchive a:hover {
	color:#FFFFFF;
}
.news-latest-gotoarchive a {
	color:#FFFFFF;
}
.news-latest-item {
	height:1%;
	line-height:1.3;
	margin:3px;
	padding:3px;
}
.news-latest-item img {
	border:1px solid #666666;
	float:left;
	margin-bottom:5px;
	margin-right:5px;
}
.news-latest-category img {
	border:medium none;
	float:none;
	margin:0px;
}
.news-latest-date, .news-latest-morelink, .news-latest-category {
	/* font-size:9px; */
}
.news-latest-morelink {
	height:12px;
}
.news-latest-morelink a {
	float:right;
}
.news-list-container {
}
.news-list-item {
	height:1%;
	line-height:1.3;
	margin-bottom:1em;
	border-bottom:1px solid #658AB7;
	padding-bottom: 1em;
}
.news-search-form {
	background-color:#FFFFFF;
	border:1px solid #666666;
	margin-bottom:5px;
	padding:3px;
}
.news-search-emptyMsg {
	margin:0px;
}
.news-search-form form {
	margin:0px;
}
#content .news-list-container h1 {
	/* background-color:#666666;; */
	color: #000000;
	margin-bottom:5px;
	font-size:1.2em;
}

.news-list-container h1 a {
	text-decoration: none;
	color: #666666;
	margin-bottom: 0.7em;
}
.news-list-container h1 a:hover {
	text-decoration: underline;
}
.news-list-container p {
	padding-left:3px;
}
.news-list-date {
	background-color:#FFFFFF;
	color:#000000;
	float:right;
	font-size: 0.8em;
	text-decoration: oblique;
	font-weight:normal;
	text-align:right;
	width:180px;
}
.news-list-imgcaption {
	float:right;
	/* font-size:9px; */
	padding-right:3px;
	padding-top:3px;
}
.news-list-container img {
	border:1px solid #666666;
	float: left;
	margin-bottom:5px;
	margin-right:5px;
	margin-right:8px;
}
.news-list-category img {
	border:medium none;
	float:none;
	margin:0px;
}
.news-list-morelink, .news-list-category {
	/* font-size:9px; */
	margin-left:3px;
}
.news-list-morelink {
	margin-bottom:3px;
}
.news-list-browse {
	text-align:center;
}
.tx-ttnews-browsebox, .browseBoxWrap {
	background-color:#FFFFFF;
	border:1px solid #666666;
	padding:3px;
}
.tx-ttnews-browsebox td {
	/* font-size:10px; */
}
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight:bold;
}
.tx-ttnews-browsebox-SCell p, .tx-ttnews-browsebox td p {
	margin:0px;
}
.tx-ttnews-browsebox-SCell {
	background-color:#DBDBDB;
	border:1px solid #666666;
}
.news-search-emptyMsg {
	/* font-size:11px; */
	margin-left:10px;
}
.news-single-item {
	margin-bottom:5px;
}
.news-single-item h2 {
	/* color:#000000;
	font-size:16px; */
	font-weight:bold;
	margin-bottom:0px;
}
.news-single-item h3 {
	margin-bottom:15px;
}
.news-single-img {
	float:right;
	margin-left:5px;
	width: 150px;
}
.news-single-img img {
	border: 1px solid #666666;
}
.news-single-imgcaption {
	clear:both;
	padding:3px;
	margin-bottom: 0em;
	color: #666666;
}
.news-single-category {
	float:right;
}
.news-single-backlink, .news-single-backlink a {
	/* font-size:10px; */
	font-weight:bold;
	margin-bottom:15px;
	margin-top:10px;
}
.news-single-timedata {
	float:right;
}
.news-single-timedata, .news-single-author, .news-single-imgcaption {
	/* font-size:9px; */
}
.news-single-author {
	padding-bottom:3px;
}
.news-single-additional-info {
	background-color:#F0F0F0;
	margin-top:15px;
	border: 1px solid #BB0F13;
}
.news-single-related, .news-single-files, .news-single-links {
	margin:0px 0px 3px;
	padding:3px;
}
.news-single-related dd, .news-single-links dd, .news-single-files dd {
	margin-left:20px;
}
.news-single-related dt, .news-single-links dt, .news-single-files dt {
	/* font-size:11px; */
	font-weight:bold;
	margin-left:5px;
	margin-bottom: 5px;
	width:90%;
}

#content .news-single-links dd p {
	margin-bottom: 0;
}
.news-amenu-container {
	background-color:#BBE53A;
	border:1px solid #333333;
	margin-top:10px;
	padding:3px;
}
.news-amenu-container li {
	padding-bottom:1px;
}
.news-amenu-container ul {
	background-color:#FFFFFF;
	border:1px solid #666666;
	list-style-type:none;
	margin-bottom:0px;
	margin-left:0px;
	margin-top:5px;
	padding:3px;
}
.news-amenu-container h2 {
	background-color:#004E96;
	border:1px solid #666666;
	color:#FFFFFF;
	padding:3px;
}
.news-amenu-item-year {
	background-color:#004E96;
	border:1px solid #666666;
	color:#FFFFFF;
	font-weight:bold;
	padding:2px;
}
.news-catmenu {
	background-color:#FFFFFF;
	border:1px solid #666666;
	margin:10px 0px 10px 10px;
	padding:5px;
}
.news-catmenu-header {
	/* font-size:11px; */
	font-weight:bold;
}
.news-catmenu div {
	/* font-size:10px; */
	white-space:nowrap;
}
.news-catmenu div img, .news-catmenu img, .news-catmenu-header img {
	margin:0px;
	padding:0px;
	vertical-align:middle;
}
.news-catmenu-ACT {
	font-weight:bold;
}
.level1 {
	/*
	background-color:#EBF8BF;
	border-left:1px solid #666666;
	border-top:1px solid #666666;
	*/
	padding:1px 1px 1px 2em;
}
.level2 {
/*
	background-color:#DDF393;
	border-left:1px solid #666666;
*/
	padding:1px 1px 1px 2em;
}
.level3 {
/*
	background-color:#CAE46E;
	border-left:1px solid #666666;
	border-top:1px solid #666666;
*/
	padding:1px 1px 1px 2em;
}
.level4 {
/*
	background-color:#B0CB51;
	border-left:1px solid #666666;
*/
	padding:1px 1px 1px 2em;
}


/* ---------- News zweispaltig ---------- */
/*
.news-list-container {
	overflow: hidden;
	width: 100%;
}

.news-list-item {
	width: 46%;
	float: left;
	overflow: auto;
	margin-right: 4%;
	margin-bottom: 1em;
	line-heigth: 1.2em;
	font-size: 1em;
	height: 15em;
	border-bottom:1px dotted #CCCCCC;
}
.news-list-container .news-list-item hr.clearer{
	display: none;
}
.news-list-date {
	float: none;
	width: 100%;
	display: block;
	text-align: left;
}
*/

/* ---------- Veranstaltungen ---------- */
#veranstaltungen table {
	border: none;
}
#veranstaltungen th {
	background-color: #FEFFC6;
}
#veranstaltungen td {
	background-color: transparent;
}
#veranstaltungen td.back {
	background-color: #FEFFC6;
}

#small_calendar {
	color: #000000;
	margin: 0 auto;
	text-align: center;
}

#small_calendar table {
	margin: 0 auto;
}


#small_calendar #month_select {
	width: 190px;
	margin-bottom: 5px;
}
#small_calendar #calendar_table {
	background-color: #002B84;
	width: 190px;
	padding: 0px;
	margin: 0 auto;
	margin-bottom: 5px;
}
#small_calendar #calendar_table a {
	color: #002B84;
	display: block;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
}
#small_calendar #calendar_table a:hover {
	font-weight: bold;
	background-color: #CAD7EC;
}
#small_calendar #calendar_table th {
	background-color: #FBD84A;
}
#small_calendar #calendar_table td {
	background-color: #FFFFFF;
	padding: 0px;
}
#small_calendar #calendar_table .standart_cell {
	color: #AAAAAA;
	padding: 5px;
}
#small_calendar #calendar_table .event_cell {
	
}
#small_calendar #calendar_table .empty_cell {
	background-color: #002B84;
	padding: 5px;
}


/* ---------- Verzeichnisse (wt_directory) ---------- */
.tx-wtdirectory-pi1 {

}
.tx-wtdirectory-pi1 .wtdirectory_filter_abc {
	margin-bottom: 1em;
}
.tx-wtdirectory-pi1 .wtdirectory_filter_cat {
	margin-bottom: 1em;
	overflow: hidden;
	width: 100%;
}
.tx-wtdirectory-pi1 .wtdirectory_filter_cat h2 {
	float: left;
	width: 10em;
}
.tx-wtdirectory-pi1 .wtdirectory_filter_cat form{
	float: left;
}
.tx-wtdirectory-pi1 .wtdirectory_list li{
	margin-bottom: 1em;
}
.tx-wtdirectory-pi1 dl {
	overflow: hidden;
	width: 100%;
}
.tx-wtdirectory-pi1 dt {
	width: 30%;
	float: left;
}
.tx-wtdirectory-pi1 dd {
	width: 69%;
	float: left;
}
.tx-wtdirectory-pi1 .wtdirectory_all_backlink, .tx-wtdirectory-pi1 .wtdirectory_all_vcard {
	margin-top: 1em;
}
.tx-wtdirectory-pi1 .row {
	overflow: hidden;
	width: 100%;
	margin-bottom: 1em;
}
.tx-wtdirectory-pi1 .label {
	width: 20%;
	float: left;
	font-weight: bold;
	text-align: right;
	margin-right: 1em;
}
.tx-wtdirectory-pi1 .inhalt {
	width: 75%;
	float: left;
}
#leftcol .tx-wtdirectory-pi1 .inhalt h2 {
	margin-bottom: 0px;
}
.wt_directory_pagebrowser {
	display: inline;
}
.wt_directory_pagebrowser li {
	display: inline;
	padding-right: 0.5em;
}

/*Adressliste */
.wtdirectory_list li {
    margin-bottom: 1em;   
    padding-bottom: 1em;
    border-bottom: 1px solid #ccc;
}

#leftcol .tx-wtdirectory-pi1 ul.wtdirectory_list  {
    list-style-type: none;
    margin-left: 0;   
}

.wtdirectory_detail {
        margin-top: 2em;   
        margin-bottom: 2em;
}


.wtdirectory_detail .block {
    margin-bottom: 0.5em;   
}
.wtdirectory_detail_label {
    width: 125px;
    float: left;   
    text-align: right;
}

.wtdirectory_detail_value {
    float: left;
    width: 400px;   
    padding-bottom: 0.1em;
    margin-left: 15px;
}

.wtdirectory_detail_value h2 {
    margin: 0;   
}

.wtdirectory_detail_value img {
    margin-bottom: 1em;   
}

.wtdirectory_all_vcard {
    float: left;
    margin-right: 1em;   
} 

/* Standardformulare */

.formcontainer {
	width: 100%;
	overflow: hidden;
	margin-bottom: 1em;
}


.formcontainer .label {
	width: 18%;
	float: left;
	text-align: right;
	padding-right: 2%;
	font-weight: bold;
}

.mf-submit {
	margin-left: 20%;
}

.accessible_mailform {
	padding: 2%;
	border: 1px solid red;
	margin-bottom: 1em;
	background-color: #eee;
}

/** FE-Login **/
.tx-felogin-pi1{

}
.tx-felogin-pi1 fieldset{
	border: none;
}
.tx-felogin-pi1 legend{
	display:none;
}
/*
.tx-felogin-pi1 input[type="submit"]{
	height: 20px;
	width: 100px;
	background: #002B84;
	color: white;
	border: none;
	line-height: 20px;
	margin: 0;
	padding: 0;
}
.clearer{
	clear: both;
}*/



/** tt-guest **/
.tx-ttguest{
	
}
.tx-ttguest fieldset{
	border: none;
}
.tx-ttguest label{
	display: inline-block;
	width: 150px;
	text-align: right;
}
.tx-ttguest input[type="text"]{
	width: 300px;
}
.tx-ttguest textarea{
	width: 300px;
}
.tx-ttguest .csc-mailform-field{
	padding: 5px;
}
.tx-ttguest .post{
	border: black 1px solid;
	padding: 5px;
	margin: 0 0 15px 0;
}
.tx-ttguest .post-title{
	color: #666666;
	font-weight:bold;
	border-bottom: black 1px solid;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}
.tx-ttguest .post-author, .tx-ttguest .post-email{
	/*float:left;
	height: 20px;*/
}
.tx-ttguest .post-datetime, .tx-ttguest .post-www{
	/*float:right;
	height: 20px;*/
}
.tx-ttguest .post-content{
	border-top: black 1px solid;
	padding: 5px 0 0 0;
	margin: 5px 0 0 0;
}