body,p,td,table{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333;

}
body {
	
	height:100%;
	margin:0%;
	padding:0%;
	background-color: #fff;
}
table{
border:0px;
}
p{
	margin:0px;
}
p.bodytext{
	margin:0px;
}
h1,h2,h3,h4,h5,h6,h7{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #e60003;
        margin-top: 0px;
        margin-bottom: 5px;

}
img{
    margin-right: 0px;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}
a:link {
	
}
a:visited {
	
}
a:hover {
	text-decoration: underline;
}
a:active {
	
}

/****admin bereich ************************************/
#pageowner{
font-size:10px;
margin-bottom:10px;
border-top: 1px solid black;
border-bottom: 1px solid black;
padding:3px;
background-color:#F6F2E6;
}
#adminbereich{
clear:both;
font-size:14px;
font-weight:bold;
border-bottom:1px solid black;
border-top:1px solid black;
margin-bottom:15px;
padding:4px;
background-color:#abbbb4;
}


/****************dh_linklayout*******************************/
.linkInt{ white-space: nowrap;}
.linkExt{ white-space: nowrap;}
.linkMailto{ white-space: nowrap;}
.linkFile{ white-space: nowrap;}

/* Licensed under the GPL, see http://www.gnu.org/copyleft/gpl.html (c) the TYPO3 content rendering group */ 

/* COMMON */ 
.csi-textpic { 
padding: 0px; 
/*background: #ffffff;*/ 
border: 0px solid green; 
} 
.csi-textpic img { 
/*border: 0px solid black; /*XXX demo only*/

margin: 0px;*/ 
} 
.csi-textpic .csi-caption { 
/*text-align: center;  will have to be an inline style? - controlled by TS [left - right - center]*/ 
font-size: 10px;
font-weight:bold; 
} 
.bilder-caption{
font-size: 10px;
font-weight:bold;
}
.csi-textpic .csi-image { 
border: 0px solid red; /*XXX demo only*/ 
/*margin: 0 0 3px 0; XXX demo only*/ 
background: #FFF; /*XXX demo only*/ 
 /*will have to be an inline style - controlled by TS */
}
.csi-image img{
border: 0px solid #c0c0c0;
background: #fff;
   /*padding: 1px 1px 1px 1px;*/
} 
.csi-textpic .csi-imagewrap { 
border: 0px solid blue; /*XXX demo only*/ 
text-align: center; /* is there a bug in IE? (if we don't set this, the image is not centered above or below the text) */ 
} 
.csi-textpic .csi-text { 
border: 0px solid silver; /*XXX demo only*/ 
/*text-align: left; will have to be an inline style - controlled by TS*/ 
} 
.csi-text p { 
margin-top: 0;
}
.csi-text ul { 
list-style: disc;
list-style-position: inside;
position: relative;/* fuer IE */
/*margin: 0;*/
padding: 0;
}
.csi-text ul li{
/*margin: 1px 0 0 10px;
border: 1px solid #f00;*/
}

/* CENTER */ 
.csi-center .csi-image { 
margin: 0 auto 3px; 
} 

/* RIGHT */ 
.csi-right div.csi-image { 
float: right; 
clear: both; 
} 
.csi-right div.csi-text { 
clear: right; 
} 

/* LEFT */ 
.csi-left div.csi-image { 
float: left; 
clear: both; 
} 
.csi-left div.csi-text { 
clear: left; 
} 

/* INTEXT LEFT */ 
.csi-intext-left .csi-image { 
float: left; 
clear: both; 
margin-right: 5px; 
} 

/* INTEXT RIGHT */ 
.csi-intext-right .csi-image { 
float: right; 
clear: both; 
margin-left: 5px; 
} 

/* INTEXT RIGHT NOWRAP */ 
.csi-intext-right-nowrap .csi-text { 
/*margin-right: 5px; will have to be an inline style - controlled by TS*/ 
} 
.csi-intext-right-nowrap .csi-image { 
float: right; 
clear: both;
padding-left:2px; 
} 

/* INTEXT LEFT NOWRAP*/ 
.csi-intext-left-nowrap .csi-text { 
/*margin-left: 5px; will have to be an inline style - controlled by TS*/ 
} 
.csi-intext-left-nowrap img{
/*border: 1px solid #c0c0c0;
background: #e5e5e5;
   padding: 1px 1px 1px 1px;*/
}

.csi-intext-left-nowrap .csi-image { 
float: left; 
clear: both; 
padding-right:2px;
}

/*-----------------------------------  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, .clearer{
clear:both;
height:1px;
border:0px solid #ffffff;
background-color:#ffffff;

}
.news-latest-container HR.clearer {
clear:left;
}

.clearer_list{
  clear:both;
height:1px;
width:515px;
padding-top: 5px;
padding-bottom: 1px;
}
.news_trenn_repeat{
background-image: url(../layout_grafiken/trennlinie_525grau_repeat.gif);
	background-repeat: repeat-x;
	height: 1px;
  font-size:1px;
}
.list_abstand{
height: 3px;
}



/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {
	border:0px solid #333;
	
}
.news-latest-container p{
	font-size:10px;
	
}

.news-latest-container H2,.news-latest-gotoarchive {
	color:#fff;
	padding:3px;
	margin:3px;
	border:1px solid #666;
	/*background-color:#D8FA70;*/
	background-color:#E60003;
}

.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 {
	padding:3px;
	margin:3px;
	border:0px solid #666;
	background-color:#ffffff;
                font-size:10px;
}
.news-latest-item h3{
	padding:0px;
	margin-bottom:3px;
	border:0px solid #666;
	background-color:#ffffff;
}
.news-latest-item a{
	padding:0px;
                
	/*margin-bottom:3px;*/
	border:0px solid #666;
	background-color:#ffffff;
                font-size: 10px;
                color: #333333;
}
.news-latest-item p{
	 font-size: 10px;
}
.news-latest-item IMG {
               margin-top:3px;
	margin-bottom:2px;
	margin-right:2px;
	border:1px solid #666;
	float:left;
}
.news-latest-morelink IMG  {
float: none;
border:0px solid #ffffff;
margin-bottom:0px;
margin-right:0px;
margin-left:3px;
/*margin-bottom:3px;*/
}
.news-latest-trenner IMG  {
float: none;
border:0px solid #ffffff;
margin-top:10px;
margin-right:0px;
margin-left:0px;
margin-bottom:2px;
}
.news-latest-category IMG {
	float: none;
border:none;
margin:0px;
}
.news-latest-date,.news-latest-morelink,.news-latest-category {
	font-size:10px;
                color:#0055aa;
}

.news-latest-morelink A {
	/*float:left;*/
}


/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {

	width:100%;
	/*background-color:#ffffff;*/
}


.news-list-item {
	padding:0px;
padding-top:5px;
	margin:0px;
	
	/*background-color:#ffffff;*/

	}
.news-list-termin-item {
	padding:0px;

	margin:0px;
	
	/*background-color:#ffffff;*/

	}
.news-search-form {
padding:3px;
	margin-bottom:5px;
	border:1px solid #666;
	background-color:#F9FFE5;

}
.news-search-emptyMsg{

margin:0px;
}
.news-search-form FORM {
	margin:0px;
}
.news-list-container td.item H3 {
                font-size:12px;
                font-weight:bold;
                color:#333333;
	/*margin-bottom: 5px;*/
	padding: 0px;
	/*border-bottom: 1px solid #769024;*/
	/*background-color: #ffffff;*/
}
.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {
	color:#333333;
padding-left:0px;
}
.news-list-container H3 A {
	color:#fff;

}
.news-list-container H3 IMG {
	float: none;
	border:0px solid #666;
margin-bottom:2px;
margin-right:2px;
margin-left:0px;

}
.news-list-container P {
	padding:0px;
}
.news-list-date {
	/*float: left;*/
	color: #0055aa;
	/*width: 565px;*/
	text-align: left;
	/*height: 15px;*/
	margin-top: 0px;
	margin-left: 0px;
	font-size: 10px;
	font-weight: normal;
	background-color: #ffffff;
	}

.news-list-imgcaption {
		float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 9px;

	}

.news-list-container IMG {
		float: left;
	border:0px solid #666;
margin-bottom:2px;
margin-right:2px;
margin-left:0px;
}
.news-list-category IMG {
	float: none;
border:none;
margin:0px;
}
.news-list-container, .clearer_list IMG{
	float: none;
	border:0px solid #ffffff;

                }


.news-list-morelink,.news-list-category {
	font-size:12px;
margin-left:0px;
}
.news-list-morelink  {
/*margin-bottom:3px;*/
}
.news-list-morelink IMG  {
float: none;

border:0px solid #ffffff;
margin-bottom:0px;
margin-right:0px;
margin-left:3px;
/*margin-bottom:3px;*/
}
.news-list-browse {
	text-align: center;
}

.kleintext_rot{
font-size:10px;
color:#e60003;
}
#news_terminzeile{
	width:100%px;
	/*border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;*/
	

}
.news_termin_oben{
	background-image: url(../layout_grafiken/jw_calendar/jwc_liste_oben.gif);
	background-repeat: repeat-x;
	height: 6px;
        font-size:1px;
}

.news_termin_unten{
        background-image: url(../layout_grafiken/jw_calendar/jwc_liste_unten.gif);
	background-repeat: repeat-x;
	height: 6px;
  font-size:1px;
}
div#news_termin_inhalt table.items{
  width:100%;
  font-family: Verdana, sans-serif;
  font-size: 11px;
  text-align:left;
  line-height:1.4em;
  empty-cells:show;
  border-collapse:separate;
  border-collapse:collapse;
  border-spacing:0;
  border-left: 1px  #e3e3e3 solid;
  border-right: 1px  #e3e3e3 solid;
}

div#news_termin_inhalt table.items td.label{
  background:#ffffff;
  width:30%;	
  vertical-align:top;
  /*border: 1px  #b8b8b8 dotted;*/
  padding:5px;
}

div#news_termin_inhalt table.items td.item{
  background:#f1f0f0;
  width:70%;	
  border-left: 1px  solid #e3e3e3 ;
  vertical-align:top;
  padding:5px;
}

div#news_termin_inhalt table.items p{
   font-size: 12px;

	padding:0;
}

div#news_termin_inhalt table.items td.item p{
   font-size: 12px;
	padding:0;
}
div#news_termin_inhalt .termin_titel{
font-weight:bold;
}
.news_modul_title{
font-size: 14px;
font-weight:bold;
color:#e60003;
}

	/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox {
	margin-top:0px;
	border:0px solid #666;
	padding-top:5px;
	background-color:#ffffff;
}
.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: #E60003;
	border:1px solid #666;
               
}
.tx-ttnews-browsebox-SCell a{
	color: white;
}
.news-search-emptyMsg {
	font-size: 11px;
	margin-left: 10px;
}
	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	padding:3px;
	margin-bottom:5px;
	width: 500px;
	background-color:#ffffff;

}
.news-single-item a{
         /*white-space: pre;*/
}
.news-single-titel {
                font-size: 15px;
	font-weight:bold;
	color: #333333;
	margin-bottom: 5px;

}
.news-single-titel H2 {
	font-size: 15px;

	font-weight:bold;
	color: #333333;
	margin-bottom: 5px;
}
.news-single-item H3 {
    font-size: 12px;
	font-weight:bold;
	margin-bottom: 6px;
}



.news-single-img {
	float: left;
margin-right:5px;

}



.news-single-imgcaption {
        width:200px;
	padding:3px;
	clear:both;
}

.news-single-category {

	float: right;
}
.news-single-backlink, .news-single-backlink a {
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.news-single-timedata {
       /*width: 500px;*/
            margin:0px;
           padding:0px;
	clear:both;
}
.news-single-timedata, .news-single-author,.news-single-imgcaption {
color: #e60003;
	font-size: 10px;
}
.news-single-author {
	/*padding-bottom: 3px;*/
}
.news-single-author a {
	font-size: 10px;
font-weight: normal;
}
.news-single-additional-info {
	background-color: #ffffff;
	clear: both;
	margin-top: 15px;
	border: 1px solid #999999;
padding:1px;
padding-bottom:0px;
font-size:11px;
}
.news-single-additional-info a{
	font-size:11px;
}
.news-single-related,.news-single-files,.news-single-links  {
	border-bottom: 0px solid #f3f1f1;
margin:0px;
	margin-bottom: 3px;
padding:3px;
	background-color:#ffffff;
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
margin-left:20px;
font-size: 11px;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	font-size: 11px;

margin-left:5px;
width:90%;
}

/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
                
	margin-bottom:0px;
	padding:0px;
	border:0px solid #333;
}

.news-amenu-container a {
                
	/*color: #333333;*/
	font-size: 11px;	
	/*font-weight:normal;*/
}
.news-amenu-container LI {
	padding-bottom:2px;
}
.news-amenu-container UL {
	padding:3px;
	margin-top:0px;
	margin-left:0px;
	margin-bottom:0px;
	border:0px solid #666;
	
	list-style-type: none;
}
.news-amenu-container H2 {
	color:#666666;

	padding:3px;
	border:0px solid #666;
	background-color:#ffffff;
}
.news-amenu-item-year {
	font-weight: bold;
	border: 1px solid #e5e5e5;
	padding: 2px;
	background-color:#f3f1f1;
	color:#e60003;
       text-align:left;
}


/*********jwcalendar ******************************7


div.tx-jwcalendar-pi1{
  font-family: Verdana, sans-serif;
  font-size: 11px;
  text-align: center;
  color:#333333;
}

div.tx-jwcalendar-pi1 img{
	border:0;
}

div.tx-jwcalendar-pi1 a, div.tx-jwcalendar-pi1 table a{
   /* text-decoration:none;*/
    text-decoration:none;
	color: #666666;
}

div.tx-jwcalendar-pi1 a:hover,div.tx-jwcalendar-pi1 table a:hover{
	color: #666666;
 text-decoration:underline;
}

div.tx-jwcalendar-pi1 input{
  clear:both;
  /*background: #ffffff;
 border-top:2px #FCF6E5 solid;
  border-left:2px #FCF6E5 solid;
  border-right:2px #FECC3C solid;
  border-bottom:2px #FECC3C solid;
  text-align:center;
  padding: 3px 14px; */
 margin:10px;
} 


div.tx-jwcalendar-pi1 .tx_jw_input_text{
  width:260px;
  border:1px #FECC3C solid;
  padding:3px;
  height:23px;

}
div.tx-jwcalendar-pi1 .tx_jw_select{
  font-size:11px;
  border:0px;
}

div.tx-jwcalendar-pi1 .tx_jw_textarea{
  font-size:12px;
  height:120px;
  width:260px;
  padding:3px;
  border:1px #FECC3C solid;
}
div.tx-jwcalendar-pi1 .tx_jw_input_button{
  /*font-size:12px;
  background: #b8b8b8;
  text-align:center;
  margin:4px 10px;
  padding:2px 4px;*/
}


/********************************************/
/*****************LIST view ****************/
/*********************************************************************************************************************************/
div.jwcalendar_list{
  width:530px;;
  background-color:#ffffff;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  color:#333333;
  border: 0px  #FFC725 solid;
  /*margin:10px 0;*/

}

div.jwcalendar_list .title{
  font-size: 14px;
  font-weight: bold;
  color:#e60003;
 padding-bottom: 8px;
text-align: left;
}

div.jwcalendar_list .prev_items{
  float:left;
  font-size: 11px;
  font-weight: bold;
  text-align:left;
  color:#333333;
  padding:8px 0 0 0px;
}

div.jwcalendar_list .next_items{
  float:right;
  font-size: 11px;
  font-weight: bold;
  text-align:right;
  color:#333333;
  padding:8px 0 0 16px;
}

div.jwcalendar_list .next_items{
}

div.jwcalendar_list .itemslist{
  /*padding:0 10px;*/
}

div.jwcalendar_list table.items{
  width:100%;
  font-family: Verdana, sans-serif;
  font-size: 11px;
  text-align:left;
  line-height:1.4em;
  empty-cells:show;
  border-collapse:separate;
  border-collapse:collapse;
  border-spacing:0;
  border-left: 1px  #e3e3e3 solid;
  border-right: 1px  #e3e3e3 solid;
}

div.jwcalendar_list table.items td.label{
  background:#ffffff;
  width:30%;	
  vertical-align:top;
  /*border: 1px  #b8b8b8 dotted;*/
  padding:5px;
}

div.jwcalendar_list table.items td.item{
  background:#f1f0f0;
  width:70%;	

  border-left: 1px  solid #e3e3e3 ;
  vertical-align:top;
  padding:5px;
}

div.jwcalendar_list table.items p{
   font-size: 11px;

	padding:0;
}

div.jwcalendar_list table.items p{
   font-size: 11px;
	padding:0;
}

div.jwcalendar_list .submit{
   clear:both;	
   font-size: 11px;
   padding:0;
}
.jwc_list_title{
text-align:left;
font-size:14px;
font-weight:bold;
color:#e60003;
padding-bottom:10px;
}



/********************************************/
/*****************SINGLE view ****************/
/**************************************************************************************************************************************/

div.jwcalendar_single{
  background-color:#ffffff;
  border: 0px  #FFC725 solid;
  padding:0px;
}

div.jwcalendar_single .content,div.jwcalendar_single .header,div.jwcalendar_single .org{
    width:100%;
    clear:both;
}
div.jwcalendar_single .org a{
font-size:11px;

}

div.jwcalendar_single .headerie,div.jwcalendar_single .orgie{
   float:left;
   width:100%;
   text-align:left;

   border-left: 1px  #e3e3e3 solid;
   border-right: 1px  #e3e3e3 solid;
   border-top: 1px  #e3e3e3 solid;


   background:#f1f0f0;
}
div.jwcalendar_single .contentie{
float:left;
   width:100%;
   text-align:left;
border-left: 1px  #e3e3e3 solid;
border-right: 1px  #e3e3e3 solid;
background:#ffffff;
}


div.jwcalendar_single .headerie{
   border-top: 1px  #e3e3e3 solid;

}

div.jwcalendar_single .contentie{


   background:#fff;
}

div.jwcalendar_single .title, div.jwcalendar_single .category{
    float:left;
    font-size: 14px;
	text-align:left;
	font-weight:bold;	
	padding:4px 8px 8px 8px;
}

div.jwcalendar_single .images{
	float:left;
    padding:10px 8px;
    margin:0px;
}

div.jwcalendar_single .itemtext{
    margin:8px;
    
}

div.jwcalendar_single .itemtitle {
    font-size: 14px;
	font-weight:bold;	
	line-height:1.5em;
color:#e60003;
}


div.jwcalendar_single .teaser{
	font-weight:normal;	
	font-style:italic;
	/*line-height:1.8em;*/
font-size: 12px;

}
div.jwcalendar_single .desc{

    font-size: 12px;
}
div.jwcalendar_single .desc ul{ 
/*list-style: disc;
list-style-position: inside;*/
/*position: relative; fuer IE */
/*margin: 0;*/
/*padding: 0;*/
}

div.jwcalendar_single .itemlink{
	line-height:1.8em;

}

div.jwcalendar_single .label, div.jwcalendar_feEntry .label,div.jwcalendar_feEntry .timelabel{
    clear:both;
	float:left;
	text-align:right;
	font-weight:bold;	
	width:33%;
	padding:4px 8px;
}

div.jwcalendar_single .item, div.jwcalendar_feEntry .item{
	text-align:left;
	padding:4px 4px 4px 32%;
}



/***********************************************/



############################################################

#jwc_terminzeile{
	width:515px;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	

}
.jwc_termin_oben{
	background-image: url(../layout_grafiken/jw_calendar/jwc_liste_oben.gif);
	background-repeat: repeat-x;
	height: 6px;
        font-size:1px;
}

.jwc_termin_unten{
        background-image: url(../layout_grafiken/jw_calendar/jwc_liste_unten.gif);
	background-repeat: repeat-x;
	height: 6px;
  font-size:10px;
}

#####jw-archiv-termine #############################################
.jwa_table{

}
.jwa_year_top{
color:#e60003;
font-weight:bold;
background-color:#f1f0f0;
border: 1px solid #e5e4e4;
}
.jwa_year{
vertical-align:top;
font-size:11px;
}
.jwa_title{
vertical-align:top;
align:left;
}
.jwa_title a{
font-size:11px;
}