/*==========================================================================================
PAGE/BODY_begin
==========================================================================================*/
.banner p{width:150px;}
html, body, form, table {
	padding:0px;
	margin:0px;
	font-size: 11px;
}
/* commented backslash hack -- fix height:100% \*/ 
html, body{width:100%; height:100%;} 
/* end hack */

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-image: url(../img/bg.gif);
}

#page {
	width: 720px;
	min-height: 100%;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	background-color: #fff;
	/*border:1px solid #AEAEAE;*/
}

/*  fix height:100% */
#page{min-height:100%;height:auto;}
* html #page{height:100%;}

a {
	color: #0C459B;
	font-size: 11px;
	
	text-decoration: none;
}

 li a  {
	color: #0C459B;
	font-size: 1.0em!important;
	font-family:Arial,Helvetica,sans-serif;
	text-decoration: none;
}


 li  a:hover {
	color: black;
	font-size: 1.0em;
	font-family:Arial,Helvetica,sans-serif;
	text-decoration: none;
}

a:hover{
	color: #000;
	font-size: 11px;
	text-decoration: none;
}

h1 {
	color:#334A99;
	font-size: 1.1em;
	padding-left: 10px;
	margin:0px 0px 5px 0px;
}
/* IE-Fix */
*html h1 { height:1%; }

/*==========================================================================================
head_begin
==========================================================================================*/

.events-list-title {color: black!important;}

.xx_menu{height: 36px;}
#head .headToolbar{
	float:left;
}
#head .headLogo{clear:both;}
#head .toolbarMenu {
	height: 10px;
	width: 50px;
	margin-top: 11px;
	margin-left: 10px;
	background-color: #fff;
	float: left;
}

#head .headMenu {
	float:left;
	height: 36px;
	width: 650px;
	background-color: #fff;
}

#head .headMenuNo,#head .headMenuAct {
	float: left;
	text-transform: uppercase;
	padding-top: 10px;
	text-transform: uppercase;
	padding-top: 10px;
	font-weight: bold;
	font-size: 0.9em;
	text-decoration : none;
}

#head .toolbarMenuNo {
	float: left;
}

#head .headMenuNo a {
	color : #226194;
}

#head .headMenuNo a:hover {
	color: #6D7B84;
}

#head .headMenuAct a {
	color: #6D7B84;
}

#head .headMenuAct a:hover{
	color: #6D7B84;
}

/*==========================================================================================
conent_begin
==========================================================================================*/
#content{
	background-color: #fff;
}

/* menu, navigation */
#content .leftNavi{
	background-color: #E0ECFA;
	float:left;
	margin-top: 5px;
	/*border-right: 1px solid #C7E5F5;*/
}

#content .leftNaviTitle{
	float:left;
	width: 5px;
	height: 15px;
	margin-left: 2px; /* 4px */
	background-image: url(../img/n_title_bg.gif);
	background-repeat: no-repeat;
}

#content .leftNaviTitle1 {
/*	float: left; */
	width: 164px;
	background-color: #8EB5EC;
	margin-left: 10px;
	padding-left: 3px;
	padding-top: 1px;
	font-weight:bold;
	color:#083459;
}

#content .subMenu {
	width: 150px;
	margin-left: 0px;
	padding: 5px 0px 5px 15px; /* padding-bottom:30px */
}

#content .subMenuNoLevel1,.subMenuActLevel1 {
	font-size: 1.1em;
	display: block;
	background-image: url(../img/menu_pfeil.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
}

#content .subMenuNoLevel2,.subMenuActLevel2 {
	font-size: 1.1em;
	display: block;
	background-image: url(../img/menu_punkt.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
}

#content .subMenuNoLevel1 a, .subMenuNoLevel2 a{
	color: #0B3357;
	font-size: 1.1em;
	font-weight: normal;
	text-decoration : none;
	display: block;
}

#content .subMenuNoLevel1 a:hover, .subMenuNoLevel2 a:hover {
	color: #3086BA;
	font-size: 1.1em;
	font-weight: normal;
	text-decoration : none;
	display: block;
}

#content .subMenuActLevel1 a, .subMenuActLevel2 a{
	color: #34739E;
	display: block;
	font-size: 1.1em;
	font-weight: normal;
	text-decoration : none;
}

#content .subMenuActLevel1 a:hover, .subMenuActLevel2 a:hover{
   color: #3086BA; 
	font-size: 1.1em;
	font-weight: normal;
	text-decoration : none;
}

/* misc */
#content .news {
	padding:5px 0px 10px 2px;
}

#content .banner {
	margin:0px 5px 0px 10px;
}

#content .search {
	margin-left: 490px;
	margin-top: 2px;
}

/* form fields */
#content input, #content textarea, #content select {
	font-size: 0.8em;
	border: 1px solid #1F2C35;
	color: #1F2C35;
}

#content textarea {
	font-size: 0.8em;
	border: 1px solid #1F2C35;
}

/* headers, contents */
#content .contentText {
/*	float: left; ff buggy! */
	min-height:100%;
	margin-left:176px;
	padding: 10px;
	color: #222B32;
	font-size: 1.1em;
}

#content .contentText h2,#content .contentText h3 {
	margin:0px;
	padding:1em 0px 10px 10px;
	font-size:1.2em;
}

/* IE-Fix */
*html #content .contentText h2,#content .contentText h3 { height:1%; }

#content .contentText h3 {
	font-size:1em;
	margin:0px;
	padding:0.2em 0px 0px 10px;
}

#content .contentText h4 {
	font-size:1em;
	font-weight:normal;
	margin:0px 1em 0px 3.8em;
}

#content .contentText table {
	padding:5px 15px 0px 0px;
}

.caption {
margin-left: 10px;
 }

*html .caption {margin: 0px;}

#content .contentText .imgtext-table {
	padding-bottom:8px;
}

#content .contentText p,#content .contentText tr {
	padding:2px 10px 1em 10px;
	margin:0px;
}
/* Fix IE */
*html #content .contentText p { height:1%; }

/* image padding */
#content .contentText img {
	padding-left:10px;
}
/* Fix IE */
*html #content .contentText img { padding:0px; }

/* configure bullet-lists */
#content .contentText ol,ul {
	display:block;
	margin:0px 0px 0.5em 25px;
	padding:5px 0px 0.5em 25px;
}
/* Fix IE */
*html #content .contentText ol,ul { height:1%; }

/* 1st level <ol>...*/
#content .contentText ol {
	margin-top:0.5em;
}

/* 1st level <ol><li>...*/
#content .contentText ol li {
	margin:2px 1em 0px 8px;
	list-style-type: decimal;
}

/* 2nd level <ol>...<ol>...*/
#content .contentText ol ol {
	margin:5px 0px 0px 15px;
	padding-left:15px;
}

/* 2nd level <ol>...<ol><li>...*/
#content .contentText ol ol li {
/*	margin:0px 1.5em 0px 15px; */
	margin:0px;
	padding:0px;
	margin-left:15px;
	list-style-type: lower-alpha;
}

/* 1st level <ul><li>...*/
#content .contentText ul li{
	padding:0px;
	margin:0px;
}

/* 2nd level <ol><ul><li>...*/
#content .contentText ol ul li {
	margin-top:0.5em;
	list-style-type: disc;
}

/* p with list margins...*/
#content .contentText .list_text {
	padding:0px;
	margin:0px;
	margin:0px 0px 25px 59px;
}
/* Fix IE */
*html #content .contentText .list_text { margin-left:62px; }


/* footer */
#bottom{
	clear:both;
	padding: 0px 0px 40px 580px;/*580px*/
	background-color: #fff;
}

#bottom .rightFooter {
	padding-left:89px;
}

#bottom .print{
   
	font-size: 10px;
	color: #000;
	float: left;
	padding-right: 5px;
}

/*==========================================================================================
ext_thexttable -- [Spenden und Stifen]
==========================================================================================*/

.tx-thexttable-pi1 table {
	margin-left:6px;
}

.tx-thexttable-pi1 td {
	padding:5px 6px 2px 6px;
}

/*==========================================================================================
sitemap
==========================================================================================*/
.sitemap {
	margin: 0em 0em 1em 0em;
	padding: 0em 35px 0em 50px;
	line-height: 1.5em;
}

.sitemap a,.sitemap a:visited {
	color: #0B3357;
	text-decoration: none;
	font-size: 12px;
}

.sitemap a:hover {
	color: #000;
	text-decoration: underline;
	font-size: 12px;
}

.sitemap ul {
	margin: 0px;
	padding-left: 12px;
	list-style-type : none;
	list-style-image: url(../images/icons/li.gif);
}

.sitemap ul li {
/*	border-bottom: 1px solid #cbcbcb;*/
	list-style-type : none;
	list-style-image: url(../img/sitemap_pfeil.gif);
}

.sitemap ul li li {
/*	border-bottom: 1px solid #cbcbcb;*/
	list-style-type : none;
	list-style-image: url(../img/sitemap_punkt.gif);
}

.sitemap ul li li ul {
	padding-bottom:0px;
}

/*==========================================================================================
mailform-plus
==========================================================================================*/

#content .contentText .tx-thmailformplus-pi1 table {
	font-size:1em;
}

/*Fix IE*/
*html #content .contentText .tx-thmailformplus-pi1 table td {
	margin:0px;
	padding:0px 0px 0px 1px;
}

#content .contentText .tx-thmailformplus-pi1 {
	padding-left:10px;
}

#content .contentText .tx-thmailformplus-pi1 .inputError {
	color:#334A99;
}

#content .contentText .tx-thmailformplus-pi1 .formHint {
	font-size:0.8em;
	padding-left: 0.2em;
}

#content .contentText .tx-thmailformplus-pi1 .label {
	font-weight:bold;
}

#content .contentText .tx-thmailformplus-pi1 .inputContact1 {
	width: 200px;
	height: 17px;
	margin-top: 1px;
}

#content .contentText .tx-thmailformplus-pi1 .inputContact2 {
	width: 200px;
	font-size:1em;
}

#content .contentText .tx-thmailformplus-pi1 .inputContact3 {
	margin-top: 2px;
}

#content .contentText .tx-thmailformplus-pi1 .inputContact4 {
	width: 110px;
	height: 17px;
	background: #fff;
	padding-bottom: 2px;
}

/*==========================================================================================
cc_cbrowse page navi
==========================================================================================*/

.tx-cc_cbrowse-browsebox {
	float:right;
	margin:0px 10px 20px 10px;
}

.tx-cc_cbrowse-browsebox-activelink{
	font-weight:bold;
	color:gray;
}

.tx-cc_cbrowse-browsebox-link a:hover{
	font-weight:bold;
	color:gray;
}

/*==========================================================================================
banner
==========================================================================================*/

.banner .code {
 padding-top:8px;
}

.banner {
	padding:0px 0px 8px 3px;
}

/*==========================================================================================
suche
==========================================================================================*/
.tx-macinasearchbox-pi1 {
	margin:0px;
	padding:5px;
}

.tx-macinasearchbox-pi1 #searchform .input1, .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword {
	height: 13px;
	background: #fff;
}

.input1 {width: 100px;}

/* Fix IE */
*html .tx-macinasearchbox-pi1 #searchform .input1,
	  .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword,
	  .tx-indexedsearch .tx-indexedsearch-searchbox INPUT
		{ height:13px; }

.tx-macinasearchbox-pi1 #searchform .input2, .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button {
	width: 43px;
	height: 17px;
	background: #fff;
	padding-bottom: 2px;
}

.tx-macinasearchbox-pi1 #searchform .input3{
	font-size:1em;
	margin-right:9px;
	font-weight:bold;
	color:#1f2c35;
}

/*==========================================================================================
news
==========================================================================================*/
/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
	clear:right;
	height:1px;
	border:1px solid #DBE0E1;
}

.news-latest-container HR.clearer {
	clear:left;
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/
.news-latest-container {
	/*border:1px solid #333;
	background-color:#BBE53A;*/
	width: 150px;
}

.news-latest-container H2,.news-latest-gotoarchive {
	color:#fff;
	padding:3px;
	margin:3px;
	border:1px solid #666;
	/*background-color:#D8FA70;*/
	background-color:#769024;
}

/*.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:#fff;
}

.news-latest-gotoarchive A {
	color:#fff;
}*/

.news-latest-item {
	margin:3px;
	padding:3px;
	margin-left:10px;
	line-height: 1.3;
/*	font-weight:bold; */
}

.news-latest-morelink {
	height:12px;
}

.news-latest-morelink A {
	float:right;
}


/*===================== EVENT LIST ===========================*/

.events-list-container{margin: 20px 0px 0px 0px;	padding-left: 11px;}
.events-list-date{
	font-size:12px;
	font-weight: bold;
	width: 98%;
	color: #33709C;
	margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #33709C;	
}

.events-list-title{
	color: #083459;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.events-list-rest p{
	margin: 0px 0px 0px 0px!important;
	padding: 0px 0px 0px 0px!important;	
}

.events-list-morelink{
	margin: 10px 0px 10px 0px!important;
	padding: 0px 0px 0px 0px!important;		
}


.tx-smdevents-browsebox, .tx-smdevents-browsebox p{
	margin: 0px 0px 0px 0px!important;
	padding: 0px 0px 0px 0px!important;
}

.tx-smdevents-browsebox span.anzahl, .tx-smdevents-browsebox-SCell{
	font-weight: bold;
	color: #083459;
}


/*===================== EVENT LATEST ===========================*/
.events-latest-container{
	width: 150px;
	margin: 0px 0px 0px 0px!important;
	padding: 0px 0px 0px 0px!important;
}

.events-latest-item{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #DBE0E1;
}

.events-latest-date{
	color: #000;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.events-latest-gotoarchive{
	display:none;
}

.events-latest-title{
	color:#0B3357;
}

.leftNavi .banner h1{
  display: none;
}

.leftNavi .banner .events-list-container{
  width: 140px;
  margin: 10px 0px 0px -8px;
}

.leftNavi .banner .events-list-container .events-list-date{
  border: none;
  color: black;
  font-weight: normal;
  font-size: 1.0em;
  margin: 5px 0px 0px 0px;
}

.leftNavi .banner .events-list-container .events-list-rest .events-list-title{
  margin: 0px;
  padding: 0px;
  color: black;
  font-weight: normal;
  color: #0C459B;
}

.leftNavi .banner .events-list-container .events-list-rest p{
  display: none;
}

.leftNavi .banner .events-list-container .events-list-rest .events-list-morelink{
  display: none;
}

/*XX 2010*/
.leftNavi  .tx-smdevents-browsebox {display: none;}

