body {
  padding:0;
  margin: 10px;
  background-color: #AFAFAF;color:black;
  font: 100% verdana,arial,helvetica, sans-serif;
}

#header {
  background-image: url(/fileadmin/boje/images/header.jpg);
  width:100%;height:100px;
  margin:0 auto;
}
#headnav {
/*  width:100%;*/
  margin:0 auto; 
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 200px;
  text-align: left;
  font-size:80%;
  background-color:#FFFFFF;
  color:black;
}
#main {
  width:100%;
  margin:0 auto;
  background-color:#ffccaa;
  color:black;
}
#nest {
  padding-top:10px;
}
#content {
/*  width:640px;*/
  margin-left: 205px;
  margin-right: 170px;
  margin-bottom:10px;
  border: 1px solid #000000;
  background-color:white;
  color:black;
  padding: 5px;
}

P, UL, LI {
  font-size : 12px;
  line-height : 18px;
  color : #666666;
}

#content {
  font-size: 12px;
}

#content H1 {
  font-size: 18px;
  color : #555555;
}

#content H2 {
  font-size: 16px;
  color : #555555;
}

#content H3 {
  font-size: 14px;
  color : #555555;
}

#content H4 {
  font-size: 12px;
  color : #555555;
}

/* Links im Content */
#content A, #content A:link, #content A:visited { 
  color: #666666;
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}

#content A:active, #content A:hover { 
  color: #FF9900;
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}

#leftbox {
/*border: 1px solid #000000;*/
  width: 180px;
  float: left;
/*text-align: right;*/
  margin-right: 10px;
  color:black;
  margin-bottom:10px;
  padding: 10px;
}

#rightbox {
  width: 150px;
  float: right;
  color:black;
  margin-bottom:10px;
  padding: 10px;
}

#rightbox {
  font-size: 9px;
}

/* Links in Rightbox */
#rightbox A, #rightbox A:link, #rightbox A:visited { 
  color: #666666;
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}

#rightbox A:active, #rightbox A:hover { 
  color: #FF9900;
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}

#footer {
  width:100%;
  margin:0 auto;
  text-align:center;
  background-color:#dddddd;
  color:black;
}

#footer p {
  text-align:center;
  font-size:9px;
  padding: 5px;
}

#footer A, #footer A:link, #footer A:visited { 
  color: #666666;
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}

#footer A:active, #footer A:hover { 
  color: #FF9900;
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}

.index {
  line-height: 25px;
  padding: 3px;
}
.index2 {
  line-height: 25px;
  padding: 3px;
}
.index_act {
  line-height: 25px;
  padding: 3px;
}
.index2_act {
  line-height: 25px;
  padding: 3px;
}

.index a {
  text-decoration: none;
  padding: 3px;
  font-size: 12px;
  font-weight: bold;
/*  background-color: #eeeeff;*/
  color: #333333;
}
.index a:hover {
  text-decoration: none;
  padding: 3px;
  background-color: #fff;
  border: 1px #000 solid;
  font-size: 12px;
  font-weight: bold;
  color: #006666;
}
.index_act a {
  text-decoration: none;
  padding: 3px;
  background-color: #ccc;
  border: 1px #000 solid;
  font-size: 12px;
  font-weight: bold;
  color: #333333;
}

.index2 a {
  text-decoration: none;
  padding: 3px;
  font-size: 12px;
  font-weight: bold;
  color: #333333;
}
.index2 a:hover {
  text-decoration: none;
  padding: 3px;
  background-color: #fff;
  border: 1px #000 solid;
  font-size: 12px;
  font-weight: bold;
  color: #006666;
}
.index2_act a {
  text-decoration: none;
  padding: 3px;
  background-color: #ccc;
  border: 1px #000 solid;
  font-size: 12px;
  font-weight: bold;
  color: #333333;
}

@media print {
  #main {
    width:100%;
    margin:0 auto;
    background-color:#ffffcc;color:black;
  }
  #header {display: none;} 
  #headnav {display: none;} 
  #leftbox {display: none;}
  #rightbox {display: none;}
  #content {
     position: relative;
     margin-left: 0;
     padding: 0px;
     border: 0px;
     width: 16.5cm;
     font-size: 10pt; 
  }
}


#content .imgtext-table a,
#content .imgtext-table a:link,
#content .imgtext-table a:hover,
#content .imgtext-table a:visited { 
  border: 0px;
}

/* others */
.invis  {
display: none;
}

/* Calendar Syles */
.cal_head {
  font-weight: bold;
}

/*-----------------------------------  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 #F9FFE5;

}
.news-latest-container HR.clearer {
clear:left;
}



/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {
  margin-top: 20px;
}

.news-list-item {
  font-size:11px;
  padding:3px;
  margin:3px;
  background-color:#ffffc0;
  border:1px solid #666666;
}

.news-search-form {
  padding:3px;
  margin-bottom:5px;
  border:1px solid #666666;
  background-color:#F9FFE5;
}

.news-search-emptyMsg{
margin:0px;
}

.news-search-form FORM {
        margin:0px;
}
.news-list-container H3 {
  margin-bottom: 5px;
  padding: 2px;
}

.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {
  color:#333333;
  padding-left:2px;
}

.news-list-container H3 A {
  color: #333333;
}

.news-list-container P {
  padding-left:3px;
}

.news-list-date {
  float: right;
  color: #3E551C;
  width: 180px;
  text-align: right; 
  height: 20px;
  margin-top: -2px;
  margin-right: -2px;
  font-size: 9px;
  font-weight: normal;
 }

.news-list-imgcaption {
  float: right;
  padding-top:3px;
  padding-right:3px;
  font-size: 9px;
}

.news-list-container IMG {
  float: right;
  border:1px solid #666;
  margin-bottom:5px;
  margin-right:2px;
  margin-left:5px;
}

.news-list-category IMG {
  float: none;
  border: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;
}





/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news_title {
        color: #666666;
        font-size: 10px;
        font-style: normal;
        font-weight: normal;
        font-variant: small-caps;
}
.news_title A{
        color: #666666;
        font-size: 10px;
        font-style: normal;
        font-weight: bold;
        font-variant: small-caps;
}

.news_text {
        color: #666666;
        font-size: 9px;
        font-style: normal;
        line-height: 9px;
        font-weight: normal;
}


.news-latest-container {
   float: right;
   width: 150px;
/* border:1px solid #FF0000;
   background-color:#BBE53A;*/
}

.news-latest-container H2,.news-latest-gotoarchive {
        font-size: 12px;
        font-style: normal;
        font-weight: bold;
        color:#000066;
        padding:3px;
        margin:3px;
        border:1px solid #666;
        background-color:#ffffc0;
}

.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 {
        font-size: 9px;
        color: #000066;
        padding:3px;
        margin:3px;
        border:1px solid #666;
        background-color:#ffffD0;
}

.news-latest-item p {
        font-size: 9px;
        font-weight: normal;
        line-height: 9px;
}

.news-latest-item h3 {
        font-size: 10px;
}

.news-latest-item IMG {

        margin-bottom:5px;
        margin-right:5px;
        border:1px solid #666;
        float:left;
}
.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, news-latest-gotoarchive {
        height:12px;
}

.news-latest-morelink A {
        float:right;
}



        /*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox {
        margin:3px;
        border:1px solid #666;
        padding:3px;
        background-color:#F9FFE5;
}
.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: #BBE53A;
        border:1px solid #666;
}
.news-search-emptyMsg {
        font-size: 11px;
        margin-left: 10px;
}
        /*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
        padding:5px;
/*      margin-bottom:5px;
        border:1px solid #666;
        background-color:#F9FFE5; */

}
.news-single-item H2 {
        font-size: 16px;
        font-weight:bold;
        color: #666666;
        margin-bottom: 0px;
}
.news-single-item H3 {
        margin-bottom: 15px;
}


.news-single-item IMG {
  padding: 5px;
}

.news-single-img, .news-single-img A {
  text-decoration: none;
  border: 0;
  margin: 5px;
}



.news-single-imgcaption {
        padding:3px;
        clear:both;
}

.news-single-category {

        float: right;
}
.news-single-backlink, .news-single-backlink a {
        font-family: Arial, Helvetica, sans-serif;      
        font-weight: normal;
        font-size: 10px;
        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: #BBE53A;
        clear: both;
        margin-top: 15px;
        border: 1px solid #666;
padding:3px;
padding-bottom:0px;

}*/

/* .news-single-related,.news-single-files,.news-single-links  {
        border: 1px solid #666;
        margin:0px;
        margin-bottom: 3px;
        padding:3px;
        background-color:#F9FFE5;
}*/

.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 {
        margin-top:10px;
        padding:3px;
}
.news-amenu-container LI {
        padding-bottom:1px;
}
.news-amenu-container UL {
        padding:3px;
        margin-top:5px;
        margin-left:0px;
        margin-bottom:0px;
        border:1px solid #666;
        background-color:#FDFCC7;
        list-style-type: none;
}
.news-amenu-container H2 {
        color:#000;
        padding:3px;
        border:1px solid #666;
        background-color:#FDFCC7;
}
.news-amenu-item-year {
        font-weight: bold;
        padding: 2px;
        background-color: #FDFCC7;
        color: #00f;
}
