
/*  NEWS  */

/*  NEWS LATEST start */
.title, .title_list, .date_list, .title_single, .date_single  {
     color:black;
     font-weight:bold;
     font-family:Verdana, Helvetica, sans-serif;
     padding:4px 8px 4px 8px;
     }

DIV.subheader DIV, .subheader_list,  .subheader_single,  .content_single{
     # float:left;
     color:black;
     font-weight:normal;
     font-family:Verdana, Helvetica, sans-serif;
     padding:1px 8px 1px 8px;
     }

.latest_mehr {
     color:white;
     font-weight:normal;
     font-family:Verdana, Helvetica, sans-serif;
     padding:1px 0px 8px 10px;
}

.latest_mehr a:link, .latest_mehr a:visited, .latest_mehr a:active {
     color:white;
     text-decoration:none;
     padding:0px 1px 0px 1px;
}
.latest_mehr a:hover {
     color:black;
     text-decoration:none;
     padding:0px 1px 0px 1px;
}

/* Link aus LATEST zum Archiv/Liste*/
/* der 'alle News' Link */
DIV.news_links_latest {
      color:#DFDFDF;
      font-weight:bold;
      font-family:Verdana, Helvetica, sans-serif;
      padding:4px 0px 5px 10px;
}
DIV.news_links_latest A:link, DIV.news_links_latest A:visited {
     color:#DFDFDF;
     text-decoration:none;
}
DIV.news_links_latest A:hover {
     color:black;
     text-decoration:none;
}
DIV.news_links_latest A:active {
     color:white;
     text-decoration:none;
}


/* Links aus dem Bodytext */
SPAN.news_links {
      color:red;
      font-weight:normal;
      font-family:Verdana, Helvetica, sans-serif;
}
SPAN.news_links a:link, SPAN.news_links a:visited, SPAN.news_links a:active {
     color:red;
     text-decoration:none;
}
SPAN.news_links a:hover {
     color:black;
     text-decoration:none;
}

/*  NEWS LATEST stop */

/* ------------------------------------------------ */


/*  LISTE start */

.news_list { float:left; }
 
.title_list {
     width:380px;
     color:#FFC642;
     padding:2px 0 2px 0;
}

.date_list { 
     width:380px;
     padding:0;
}

.subheader_list {
     width:380px;
     padding:0;
}

IMG.image_list {
     padding:5px 0px 5px 20px;
     margin:0;
     border:0;
}

.list_mehr {
     color:black;
     font-weight:normal;
     font-family:Verdana, Helvetica, sans-serif;
     padding:1px 0px 8px 10px;
}

.list_mehr a:link, .list_mehr a:visited, .list_mehr a:active {
     color:black;
     text-decoration:none;
     padding:0px 1px 0px 1px;
}

.list_mehr a:hover {
     color:#DFDFDF;
     text-decoration:none;
     padding:0px 1px 0px 1px;
  }

/* der Pagebrowser START */
/* ... schaltet von einer Page zur nächsten/vorigen */

/* erste Zeile Pagebrowser */
P DIV.tx-ttnews-browsebox-intro {
     margin-bottom:2px;
}

.tx-ttnews-browsebox {
     color:black;
     font-weight:normal;
     font-family:Verdana, Helvetica, sans-serif;
     padding:4px 10px 4px 20px;
     width:100%;
     border:solid black 0px;
     background-color:#FFFFFF;
}

DIV.pagebrowser_item SPAN A:link, DIV.pagebrowser_item SPAN A:visited, DIV.pagebrowser_item SPAN A:active {
     margin-right:10px;
     color:#FF9900;
}
DIV.pagebrowser_item SPAN  A:hover {
     margin-right:10px;
     color:black;
}

/* der Pagebrowser STOP */


/*  LISTE stop */	

/* ------------------------------------------------ */

/*  SINGLE start */

#single {
     float:left;
}

.subheader_single {
     font-style:italic;
}
 
.title_single {
     width:350px;
     color:#FFC642;
     padding:2px 0 2px 0;
}

.date_single {
     width:350px;
     padding:0;
}

.subheader_single {
     width:350px;
     padding:0;
}

.content_single  {
     clear:both;
     width:100%;
     padding:0;
     margin:0;
}

.content_single a:link, .content_single a:visited, .content_single a:active {
     color:red;
     text-decoration:none;
     clear:both;
}

.content_single a:hover {
     color:black;
     text-decoration:none;
     clear:both;
}

/*  Abschnitte im Content auseinander */
.content_single  DIV {
     margin:3px 0 3px 0;
}

IMG.image_single {
     padding:5px 0px 5px 20px;
     margin:0;
     border:0;
}

/*  Link 'zurück' */
DIV.news_links a:link, DIV.news_links a:visited, DIV.news_links a:active {
     color:#FF9900; 
     text-decoration:none; 
     clear:both;
}
DIV.news_links a:hover {
     color:#FFC642;
     text-decoration:none;
     clear:both;
}
	 
/*  SINGLE stop */	

/* ------------------------------------------------ */


