/* Main Text */

BODY {
   color: black;
   font-family: Verdana;
   font-size: 12;
}

P {
   color: black;
   font-family: Verdana;
   font-size: 12;
}

A {
   color: gray;
   font-family: Verdana;
   font-size: 12;
}

H1, H1 A {
   color: gray;
   font-family: Verdana;
   font-size: 18;
}

H2, H2 A {
   color: gray;
   font-family: Verdana;
   font-size: 16;
}

H3, H3 A {
   color: gray;
   font-family: Verdana;
   font-size: 12;
}

.csc-textpic-caption {
   color: gray;
   font-family: Verdana;
   font-size: 11;
}

/* Main Menu */

.menu A {
   color: white;
   font-family: Verdana;
   font-size: 14;
}

.menu A:link, .menu A:visited, .menu A:active {
   text-decoration: none;
}

.menu A:hover {
   text-decoration: underline overline;
}


/*-----------------------------------  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;
   border: 0px;
   height: 1px;
   color: #DDDDDD;
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {
   width: 224px;
}

.news-latest-container H2, .news-latest-gotoarchive {
   color: white;
   font-size: 14;
   height: 18px;
   padding: 2px;
   margin: 0px;
   background-color: #E30E68;
   text-align: center;
}

.news-latest-gotoarchive A:link, .news-latest-gotoarchive A:visited, .news-latest-gotoarchive A:active {
   text-decoration: none;
}
.news-latest-gotoarchive A:hover {
   text-decoration: underline;
}

.news-latest-date {
   margin: 5px; 
}
.news-latest-item H3 {
   text-align: center;
}
.news-latest-item {
   background-color: #DDDDDD;
   text-align: left;
}
.news-latest-item P {
   margin: 5px;
}
.news-latest-item IMG {
   margin: 5px;
   float: right;
}

.news-latest-category IMG {
   float: none;
   border: none;
   margin: 0px;
}

.news-latest-date, .news-latest-morelink, .news-latest-category {
   font-size: 9px;
}
.news-latest-morelink {
   height: 14px;
   background-color: #EEEEEE;
}
.news-latest-morelink A {
   float: right;
}

/*--------------------------------- tt_news SEARCH view  -----------------------------------*/

.news-search-form {
   text-align: left;
}
.news-search-form FORM {
   padding: 3px;
   margin-bottom: 5px;
   background-color: #EEEEEE;
}

.news-search-emptyMsg{
   margin: 0px;
   font-size: 11px;
   margin-left: 10px;
}

/*--------------------------------- tt_news LIST view  -----------------------------------*/

.news-list-container {
}
.news-list-container H3 {
   padding-bottom: 4px;
   margin-bottom: 2px;
   background-color: #E30E68;
}
.news-list-container H3 A {
   color: white;
   font-size: 14;
   margin: 4px;
   text-align: left;
}
.news-list-container H3 A:link, .news-list-container H3 A:visited, .news-list-container H3 A:active {
   text-decoration: none;
}
.news-list-container H3 A:hover {
   text-decoration: underline;
}
.news-list-container P {
   color: black;
   font-size: 12;
   margin-left: 5px;
}
.news-list-container IMG {
   float: right;
   border: 1px solid gray;
   margin-bottom: 5px;
   margin-left: 5px;
}

.news-list-item {
   background-color: #DDDDDD;
}

.news-list-date {
   float: right;
   color: grey;
   width: 90px;
   text-align: right;
   height: 16px;
   font-size: 10;
   font-weight: normal;
   background-color: white;
   }

.news-list-imgcaption {
   float: right;
   padding-top: 3px;
   padding-right: 3px;
   font-size: 9;
   }

.news-list-category IMG {
   float: none;
   border: none;
   margin: 0px;
}

.news-list-morelink, .news-list-category {
   font-size: 9;
   margin-left: 3px;
}
.news-list-morelink  {
   margin-bottom: 3px;
}
.news-list-browse {
   text-align: center;
}

/*---------------------------------  tt_news Page-Browser ---------------------------------*/

.tx-ttnews-browsebox {
   margin-top: 3px;
   padding: 3px;
   background-color: #DDDDDD;
}
.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: #F9FFE5;
}

/*--------------------------------- tt_news SINGLE view  ---------------------------------*/

.news-single-item {
}
.news-single-item H2 {
   color: gray;
   font-size: 18;
   font-weight: bold;
}
.news-single-item H3 {
}

.news-single-img {
   width: 180px;
   float: right;
   margin-left: 5px;
   margin-bottom: 5px;
}
.news-single-imgcaption {
   padding: 3px;
   clear: both;
}

.news-single-category {
   width: 242px;
   float: right;
   color: gray;
   font-size: 11;
   margin-left: 10px;
   margin-bottom: 10px;
}
.news-single-backlink, .news-single-backlink a {
   font-weight: bold;
   font-size: 11;
   margin-bottom: 15px;
   margin-top: 10px;
}
.news-single-timedata {
   float: right;
}
.news-single-timedata, .news-single-author, .news-single-imgcaption {
   color: gray;
   font-size: 11;
   margin-bottom: 15px;
}
.news-single-author {
   padding-bottom: 3px;
}
.news-single-additional-info {
   background-color: #BBBBBB;
   margin-top: 15px;
   padding: 3px;
   padding-bottom: 0px;

}
.news-single-related, .news-single-files, .news-single-links  {
   margin: 0px;
   margin-bottom: 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-weight: bold;
   font-size: 11px;
   margin-left: 5px;
   width: 90%;
}

/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */

.news-amenu-container {
}

.news-amenu-container H2 {
   color: white;
   font-size: 14;
   height: 18px;
   padding: 2px;
   margin: 0px;
   background-color: #E30E68;
}
.news-amenu-container UL {
   padding: 3px;
   margin: 0px;
   background-color: #DDDDDD;
   list-style-type: none;
}
.news-amenu-item-year {
   color: white;
   font-size: 12;
   height: 14px;
   margin: 2px;
   padding: 4px;
   background-color: #E30E68;
}
.news-amenu-container LI {
   padding-top: 1px;
   padding-bottom: 1px;
   padding-left: 6px;
}

/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */

.news-catmenu  {
   padding: 5px;
   background-color: #DDDDDD;
}
.news-catmenu-header  {
   font-size: 14;
   font-weight: bold;
}
.news-catmenu DIV {
   font-size: 12;
   white-space: nowrap;
}
.news-catmenu DIV img {
   margin: 0px;
   padding: 0px;
   vertical-align: middle;
}
.news-catmenu-ACT {
   font-weight: bold;
}

/*  Styles for catmenu mode "nestedWraps" */
.level0 {
   background-color: #fff;
}
.level1 {
   padding-left: 10px;
   background-color: #eee;
}
.level2 {
   padding-left: 10px;
   background-color: #ddd;
}
.level3 {
   padding-left: 10px;
   background-color: #ccc;
}
.level4 {
   padding-left: 10px;
   background-color: #bbb;
}
