 /*_______________________________________________________________________

                 styles.css
                 Layout for netzrezepte.de Standardlayout cyberfields
                 Thomas Krug, 5. April 2005
   ________________________________________________________________________ */

body {
   padding: 0;
   background-color: #FFFFFF;
   margin: 0px 60px 0px 60px;
   font-family : verdana;
   font-size: 1em;
}

.boxwrap {
   padding: 0px;
   width: 100%;
   margin-top: 10px;
   margin-bottom: 10px;
   margin-left: 0px;
   margin-right: 0px;
   border-right: 1px solid #C00648;
   border-left: 1px solid #C00648;
   border-top: 1px solid #C00648;
   border-bottom: 1px solid #C00648;
}


/* =======================================================================
         text formating
   =======================================================================*/

h1 {
   font-weight: bold;
   padding-left: 0px;
   padding-top: 5px;
   padding-bottom: 5px;
   margin: 0px;
   font-family : verdana;
   font-size: 0.9em;
   color: #5F5F5F;
}

h2 {
   font-weight: bold;
   font-family : verdana;
   font-size: 0.8em;
   color: #5F5F5F;
}

h3 {
   font-weight: bold;
   font-family : verdana;
   font-size: 0.7em;
   color: #5F5F5F;
   margin: 0;
}

p {
   font-family : verdana;
   font-size: 0.7em;
   color: black;
   margin: 0 0 0 0;
}

p.tt_products_listtitel {
   font-family : verdana;
   font-size: 0.7em;
   color: black;
   margin: 0px;
   margin-top: 15px;
   border-bottom: 1px dashed #000000;
   border-top: 1px solid #000000;
   padding-left: 4px;
   line-height: 20px;
}

p.rightheader {
   font-family : verdana;
   font-size: 0.7em;
   color: #FFFFFF;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 5px;
   padding-left: 5px;
   padding-top: 1px;
   background-image:url(Images/top_menu_verlauf.gif);
   border-bottom: 1px solid #000000;
   background-postition: 0px 1px;
   height: 16px;
}

p.tt_products_list_vor_zurueck {
   font-family : verdana;
   font-size: 0.7em;
   color: #FFFFFF;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 5px;
   padding-left: 5px;
   padding-top: 1px;
   background-image:url(Images/header_bg_verlauf.gif);
   border-bottom: 1px solid #CCD6D8;
   background-postition: 0px 1px;
   height: 16px;
   text-align: center;
}

p.postionnavigation {
   font-family : verdana;
   font-size: 0.7em;
   color: #5F5F5F;
   margin-left: 0px;
   margin-right: 10px;
   margin-bottom: 5px;
   padding-left: 0px;

}


ul {
   list-style-image: url(pfeil.gif);
   margin-right: 5px;
   padding: 0px 0px 0px 18px;
   margin: 0;
}

li {
   font-family : verdana;
   font-size: 0.7em;
   color: black;
   margin: 0;
   padding: 0 0 5px 0;
}

img {
   border: none;
}

.csc-textpic-caption {
   font-size: 10px;
}


/* =======================================================================
         navigation formating
   =======================================================================*/

a {
   font-family : verdana;
   font-size: 1em;
   color: #5F5F5F;
   text-decoration: none;
   padding: 0px;
   margin: 0px;
}

a:hover {
   text-decoration: underline;
}

a.PrimaryNav {
   font-weight: bold;
   font-family : verdana;
   font-size: 0.7em;
   color: #FFFFFF;
   text-decoration: none;
/*   border: 1px solid #5F5F5F; */
   padding: 0px 5px 0px 5px;
   margin: 1px;
}

a.PrimaryNav:hover {
/*   border: 1px solid #FFFFFF; */
   text-decoration: none;
   color: #73A824;
}

a.LeftNav {
   font-family : verdana;
   font-size: 0.7em;
   color: #5F5F5F;
   text-decoration: none;
   padding-left: 37px;
   display: block;
}

a.LeftNav:hover {
   text-decoration: underline;
}

a.LeftNavSub {
   font-family : verdana;
   font-size: 0.7em;
   color: #5F5F5F;
   text-decoration: none;
   padding-left: 52px;
   line-height: 20px;
   display: block;
}

a.LeftNavSub:hover {
   text-decoration: underline;
}

a.LeftNavSub2 {
   font-family : verdana;
   font-size: 0.7em;
   color: #5F5F5F;
   text-decoration: none;
   padding-left: 67px;
   line-height: 20px;
   display: block;
}

a.LeftNavSub2:hover {
   text-decoration: underline;
}

a.LeftNavSub3 {
   font-family : verdana;
   font-size: 0.7em;
   color: #5F5F5F;
   text-decoration: none;
   padding-left: 82px;
   line-height: 20px;
   display: block;
}

a.LeftNavSub3:hover {
   text-decoration: underline;
}

a.LeftNavSub4 {
   font-family : verdana;
   font-size: 0.7em;
   color: #5F5F5F;
   text-decoration: none;
   padding-left: 97px;
   line-height: 20px;
   display: block;
}

a.LeftNavSub4:hover {
   text-decoration: underline;
}

a.TopNavigation {
   font-family : verdana;
   font-size: 0.9em;
   font-weight: bold;
   color: ##5F5F5F;
   text-decoration: none;
   padding-left: 4px;
   padding-right: 4px;
   margin-left: 0px;
   border-left: 1px solid #CCD6D8;
   border-right: 1px solid #CCD6D8;
}

a.TopNavigation:hover {
   border-left: 1px solid #5F5F5F;
   border-right: 1px solid #5F5F5F;
}

a.FootNavigation {
   font-family : verdana;
   font-size: 0.7em;
   color: #FFFFFF;
   text-decoration: none;
   padding-left: 15px;
   padding-right: 5px;
   padding-bottom: 0px;
   margin-bottom: 0px;
   margin-left: 0px;
   line-height: 12px;
}

a.FootNavigation:hover {
   color: #73A824;
}

a.OptionNavigation {
   font-family : verdana;
   font-size: 0.7em;
   color: #5F5F5F;
   text-decoration: none;
   padding-left: 4px;
   padding-right: 4px;
   margin-left: 0px;
}

a.OptionNavigation:hover {
   text-decoration: underline;
}

a.DiscNavigation {
   font-family : verdana;
   font-size: 0.7em;
   color: #5F5F5F;
   text-decoration: none;
   padding-left: 4px;
   padding-right: 4px;
   margin-left: 0px;
}

a.DiscNavigation:hover {
   text-decoration: underline;
}

a.positionlink {
   font-family : verdana;
   font-size: 1em;
   color: #5F5F5F;
   text-decoration: none;
   padding-left: 0px;
   padding-right: 0px;
   margin-left: 0px;
}

a.positionlink:hover {
   text-decoration: underline;
}
/* =======================================================================
         position and formating forms
   =======================================================================*/

input.searchfield {
   height: 14px;
   z-index: 3;
   width: 150px;
   font-size: 11px;
   font-family : verdana;
   color: #5F5F5F;
   border: 1px solid #5F5F5F;
   margin-bottom: 5px;
}

input.submitbutton {
   content: suchen;
   color: #5F5F5F;
   cursor: hand;
   margin-top: 3px;
   margin-bottom: 0px;
   width: 16px;
   border: 0px solid #5F5F5F;
}

input.loginfield {
   height: 12px;
   z-index: 3;
   width: 51px;
   font-size: 10px;
   font-family : verdana;
   border: 1px solid #5F5F5F;
   margin-bottom: 5px;
}

.rightform {
   padding-right: 0px;
   margin-top: 5px;
}

form {
   margin: 0px;
}

input.tipafriend {
   height: 16px;
   z-index: 3;
   width: 150px;
   font-size: 10px;
   font-family: verdana;
   color: #5F5F5F;
   border: 1px solid #5F5F5F;
   margin-left: 5px;
   margin-bottom: 3px;
}

textarea.tipafriendtext {
   z-index: 3;
   width: 150px;
   font-size: 10px;
   font-family: verdana;
   color: #5F5F5F;
   border: 1px solid #5F5F5F;
   margin-left: 5px;
   margin-bottom: 3px;
}

input.tipafriendcheckbox {
   z-index: 3;
   color: #5F5F5F;
   margin-left: 5px;
   margin-bottom: 3px;
}

input.tipafriendsubmit {
   height: 16px;
   z-index: 3;
   width: 150px;
   font-size: 10px;
   font-family: verdana;
   color: #5F5F5F;
   border: 1px solid #5F5F5F;
   margin-left: 5px;
   margin-bottom: 3px;
}

input.tx-indexedsearch-searchbox-sword {
   height: 16px;
   z-index: 3;
   width: 100px;
   font-size: 10px;
   font-family: verdana;
   color: #5F5F5F;
   border: 1px solid #5F5F5F;
   margin-left: 5px;
   margin-bottom: 3px;
}

input.tx-indexedsearch-searchbox-button {
   height: 16px;
   z-index: 3;
   width: 100px;
   font-size: 10px;
   font-family: verdana;
   color: #5F5F5F;
   border: 1px solid #5F5F5F;
   margin-left: 5px;
   margin-bottom: 3px;
}

input.tt_products_search_field {
   height: 16px;
   z-index: 3;
   width: 150px;
   font-size: 10px;
   font-family: verdana;
   color: #5F5F5F;
   border: 1px solid #5F5F5F;
   margin-left: 0px;
   margin-bottom: 3px;
}

input.tt_products_search_submit {
   height: 16px;
   z-index: 3;
   width: 100px;
   font-size: 10px;
   font-family: verdana;
   color: #5F5F5F;
   border: 1px solid #5F5F5F;
   margin-left: 0px;
   margin-bottom: 3px;
}

select {
   height: 16px;
   z-index: 3;
   font-size: 10px;
   font-family: verdana;
   color: #5F5F5F;
   border: 1px solid #5F5F5F;
   margin-left: 5px;
   margin-bottom: 3px;
}

input {
   height: 16px;
   z-index: 3;
   font-size: 10px;
   font-family: verdana;
   color: #5F5F5F;
   margin-left: 0px;
   margin-bottom: 0px;
   border: 1px solid #5F5F5F;
}

input.newslettercheckboxen {
   height: 16px;
   z-index: 3;
   font-size: 10px;
   font-family: verdana;
   color: #5F5F5F;
   margin-left: 0px;
   margin-bottom: 0px;
   border: 0px solid #5F5F5F;
}

input.tt_products_anzahl {
   height: 16px;
   z-index: 3;
   width: 30px;
   font-size: 10px;
   font-family: verdana;
   color: #5F5F5F;
   border: 1px solid #5F5F5F;
   margin-left: 5px;
   margin-bottom: 3px;
}

input.tt_products_warenkorb {
   height: 16px;
   z-index: 3;
   width: 120px;
   font-size: 10px;
   font-family: verdana;
   color: #5F5F5F;
   border: 1px solid #5F5F5F;
   margin-left: 0px;
   margin-bottom: 3px;
}

input.tt_products_submit {
   height: 16px;
   z-index: 3;
   width: 150px;
   font-size: 10px;
   font-family: verdana;
   color: #5F5F5F;
   border: 1px solid #5F5F5F;
   margin-left: 0px;
   margin-bottom: 3px;
}

input.tt_products_submit_large {
   height: 16px;
   z-index: 3;
   width: 200px;
   font-size: 10px;
   font-family: verdana;
   color: #5F5F5F;
   border: 1px solid #5F5F5F;
   margin-left: 0px;
   margin-bottom: 3px;
}

textarea {
   z-index: 3;
   width: 150px;
   font-size: 10px;
   font-family: verdana;
   color: #5F5F5F;
   border: 1px solid #5F5F5F;
   margin-left: 0px;
   margin-bottom: 3px;
}

input.index_search_erweiteret_vorschau {
   height: 16px;
   z-index: 3;
   width: 16px;
   font-size: 10px;
   font-family: verdana;
   color: #5F5F5F;
   border: 1px solid #5F5F5F;
   margin-left: 5px;
   margin-bottom: 3px;
}
/* =======================================================================
         positions
   =======================================================================*/

.header {
   margin-top: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   padding: 0px;
   padding-top: 118px;
   background-image:url(Images/header_bg_verlauf.gif);
}

.header_newsl {
   margin-top: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 20px;
   padding: 0px;
   padding-left: 20px;
   padding-top: 20px;
}

.topnav {
   padding-right: 0px;
   padding-top: 0px;
   padding-bottom: 0px;
   padding-left: 198px;
   height: 20px;
   margin-left: 0px;
   margin-top: 0px;
   margin-bottom: 0px;
   background-image:url(Images/top_menu_verlauf.gif);
   border-top-width: 1px;
   border-top-style: solid;
   border-top-color: #FFFFFF;
   border-bottom-width: 1px;
   border-bottom-style: solid;
   border-bottom-color: #FFFFFF;
}

.homenav {
   position: absolute;
   right: 68px;
   top: 88px;
   color: #5F5F5F;
   font-family : verdana;
   font-size: 11px;
   text-align: right;
}
.language {
   text-align: right;
}

.positionnav {
   padding-left: 25px;
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 10px;
   margin-bottom: 5px;
   border-bottom: 1px solid #CCD6D8;
}

div.logo {
   position: absolute;
   top: 11px;
   left: 77px;
   z-index: 2;
   background-image:url(Images/IQF_Logo.gif);
   background-repeat: no-repeat;
   width: 156px;
   height: 92px;
}

div.logo2 {
   position: absolute;
   top: 53px;
   left: 257px;
   z-index: 2;
   background-image:url(Images/IQF_Logo_Schrift.gif);
   background-repeat: no-repeat;
   width: 360px;
   height: 50px;
}

div.font_size_selector {
   position: absolute;
   top: 131px;
   right: 68px;
   z-index: 2;
   width: 95px;
   height: 18px;
}

.topline {
   margin-top: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   padding-top: 1px;
   padding-bottom: 1px;
   height: 22px;
   background-color: #000000;
}

.mainfield {
   margin-top: 0px;
   margin-bottom: 0px;
   margin-left: 0px;
   margin-right: 0px;
   padding: 0px;
   padding-left: 0px;
   background-image:url(Images/background.gif);
   width: 100%;
   overflow: auto;
}

.mainfield_newsl {
   margin-top: 0px;
   margin-bottom: 0px;
   margin-left: 0px;
   margin-right: 0px;
   padding: 0px;
   padding-left: 0px;
   width: 100%;
   overflow: auto;
}

.leftfield {
   float: left;
   width: 180px;
   max-width: 180px;
   background-color: #DFE3E6;
   margin: 0px;
   margin-top: 5px;
   margin-left: 0px;
   padding: 0px;
   padding-top: 0px;
   padding-bottom: 0px;
}

.rightfield {
   float: right;
   width: 200px;
   background-color: #FFFFFF;
   margin: 0px;
   padding-top: 9px;
}

.middlefield {
   position: relative;
   padding: 0px;
   margin-right: 210px;
   margin-left: 180px;
   margin-top: 0px;
   margin-bottom: 0px;
}

.bottomfield {
   margin-top: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom:0 px;
   padding: 0px;
   padding-top: 0px;
   height: 16px;
   background-image:url(Images/top_menu_verlauf.gif);
   border-top-width: 1px;
   border-top-style: solid;
   border-top-color: #FFFFFF;
   border-bottom-width: 1px;
   border-bottom-style: solid;
   border-bottom-color: #FFFFFF;
   z-index: 1;
}

.bottomline {
   margin-top: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   padding-top: 1px;
   padding-bottom: 1px;
   height: 18px;
   background-color: #5F5F5F;
}

.middlefieldcontent {
   padding-left: 0px;
   padding-right: 0px;
   padding-bottom: 0px;
   padding-top: 0px;
}

.maincontent {
   margin: 0px;
   padding-left: 25px;
   padding-right: 15px;
   padding-bottom: 20px;
   padding-top: 0px;
}

.footer {
   padding-bottom: 10px;
   padding-top: 10px;
   margin-bottom: 0px;
   margin-right: 0px;
   background-color: #FFFFFF;
   background-image:url(Images/header_bg_verlauf.gif);
}

.footnav {
   padding-top: 0px;
   padding-bottom: 0px;
   padding-left: 198px;
   padding-right: 0px;
}

.disclaimernavnav {
   padding-top: 0px;
   padding-bottom: 0px;
   padding-left: 198px;
   padding-right: 0px;
}

.LeftNavLine {
   border-bottom-width: 1px;
   border-bottom-style: solid;
   border-bottom-color: #C00648;
   margin: 0px;
   padding: 0px;
   padding-left: 0px;
   padding-bottom: 5px;
   padding-top: 5px;
   width: 180px;
   overflow: hidden;
   background-image:url(Images/punkt1.gif);
   background-repeat: no-repeat;
   background-position: 27px 9px;
   white-space: normal;
}

.LeftNavLineSub {
   margin: 0px;
   margin-left: 0px;
   padding: 0px;
   padding-left: 0px;
   background-image:url(Images/punkt2.gif);
   background-repeat: no-repeat;
   background-position: 42px 9px;
   white-space: normal;
}

.LeftNavLineSub1 {
   margin: 0px;
   margin-left: 0px;
   padding: 0px;
   padding-left: 0px;
   background-image:url(Images/punkt2.gif);
   background-repeat: no-repeat;
   background-position: 57px 9px;
   white-space: normal;
}

.LeftNavLineSub2 {
   margin: 0px;
   margin-left: 0px;
   padding: 0px;
   padding-left: 0px;
   background-image:url(Images/punkt2.gif);
   background-repeat: no-repeat;
   background-position: 72px 9px;
   white-space: normal;
}

.LeftNavLineSub3 {
   margin: 0px;
   margin-left: 0px;
   padding: 0px;
   padding-left: 0px;
   background-image:url(Images/punkt2.gif);
   background-repeat: no-repeat;
   background-position: 87px 9px;
   white-space: normal;
}

.RightNavLine {
   padding-bottom: 5px;
   padding-top: 5px;
}

.rightcontent {
   padding-bottom: 15px;
   padding-top: 0px;
   padding-right: 10px;
   margin: 0px;
}

.siteoptions {
   clear: both;
   padding-bottom: 15px;
   padding-top: 0px;
   padding-right: 20px;
   margin: 0px;
   text-align: right;
}

.tx-indexedsearch {
   width: 100%;
   overflow: hidden;
}

/*****************************/
/* Menu / Sitemap, generally */
/*****************************/
DIV.csc-menu { margin-left: 0px; }
DIV.csc-menu P { font-size: 11px; margin: 1px 0px 0px 0px; padding: 2px 2px 2px 10px; background-color: #FFFFFF; }
DIV.csc-menu P A { color: #5F5F5F; text-decoration: none; }
DIV.csc-menu P A:hover { color: #5F5F5F; text-decoration: underline; }
DIV.csc-menu P.csc-section { font-weight: normal; margin-left: 20px; font-style: italic; }

/* Menu / Sitemap, "Menu of these pages" */
DIV.csc-menu-def P {  }

/* Menu / Sitemap, "Menu of subpages to these pages" */
DIV.csc-menu-1 { }

/* Menu / Sitemap, "Sitemap" */
DIV.csc-menu-2 { }
DIV.csc-menu-2 P.csc-sitemap { }
DIV.csc-menu-2 P.csc-sitemap-level1 { margin-left: 20px; }
DIV.csc-menu-2 P.csc-sitemap-level2 { margin-left: 40px; }
DIV.csc-menu-2 P.csc-sitemap-level3 { margin-left: 60px; }
DIV.csc-menu-2 P.csc-sitemap-level4 { margin-left: 80px; }
DIV.csc-menu-2 P.csc-sitemap-level1 A { color: #5F5F5F; font-weight: bold; }
DIV.csc-menu-2 P.csc-sitemap-level1 A:hover { color: #5F5F5F; font-weight: bold; }
DIV.csc-menu-2 P.csc-sitemap-level2 A { color: #000000; font-weight: bold; }
DIV.csc-menu-2 P.csc-sitemap-level2 A:hover { color: #000000; font-weight: bold; }
DIV.csc-menu-2 P.csc-sitemap-level3 A { color: #000000; }
DIV.csc-menu-2 P.csc-sitemap-level4 A { color: #000000; }

/* Menu / Sitemap, "Section index (pagecontent w/Index checked)" */
DIV.csc-menu-3 { }
DIV.csc-menu-3 P.csc-section { margin-left: 0px; }
DIV.csc-menu-3 P.csc-section A { color: #5F5F5F; }

/* Menu / Sitemap, "Menu of subpages to these pages (with abstract)" */
DIV.csc-menu-4 { }
DIV.csc-menu-4 P { margin-top: 2px; }
DIV.csc-menu-4 P.csc-abstract { font-weight: normal; font-style: italic; margin-top: 0px; padding: 0px 2px 2px 20px; }

/* Menu / Sitemap, "Recently updated pages" */
DIV.csc-menu-5 { }

/* Menu / Sitemap, "Related pages (based on keywords)" */
DIV.csc-menu-6 { }

/* Menu / Sitemap, "Menu of subpages to these pages + sections" */
DIV.csc-menu-7 { }
DIV.csc-menu-7 P { font-weight: bold; }
DIV.csc-menu-7 P.csc-section A { color: #5F5F5F; }
/************* END SITEMAP ****************/







/************* Settings for Newsplugin ****************/

/*-----------------------------------  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:left;
        height:1px;
        border:1px solid #FFFFFF;
}

.news-latest-container HR.clearer {
        clear:left;
}

/*--------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {

}

.news-latest-container H2,.news-latest-gotoarchive {
        color:#fff;
        padding:0px;
        margin:0px;
        border:1px dashed #221F20;
        /*Background-color:#D8FA70;*/
}

.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-bottom:5px;
        /*border-bottom:1px dashed #979797;*/
}

.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 {
        height:12px;
}

.news-latest-morelink A {

}


/*-------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {
        top: 0px;
        left: 0px;
        padding: 0px;
        margin: 0px;
}


/*.news-list-item {
        /* IE hack */
        height: 1%;
        line-height: 1.3;
        /* IE hack end */
        padding:0px;
        margin-bottom:5px;

        }*/
.news-search-form {
        padding:3px;
        margin-bottom:5px;
        border:1px solid #666;

}
.news-search-emptyMsg{
        margin:0px;
}
.news-search-form FORM {
        margin:0px;
}
.news-list-container H3 {
        margin-bottom: 5px;
        padding: 2px;
        border-bottom: 1px solid #999999;
}
.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {
        color:#7C7C7C;
        padding-left:2px;
}
.news-list-container H3 A {
        color:#fff;

}
.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 Page-Browser -------------------------*/
.tx-ttnews-browsebox {
        margin:3px;
        padding:3px;
}
.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 {
}
.news-search-emptyMsg {
        font-size: 11px;
        margin-left: 10px;
}
/*-------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
        padding:5px;
        margin-bottom:5px;
}
.news-single-item H2 {
        font-size: 16px;
        font-weight:bold;
        color: #000000;
        margin-bottom: 0px;
}
.news-single-item H3 {
        margin-bottom: 15px;
        color: #555555;
}

.news-single-img {
        float: right;
        margin-left:5px;
}

.news-single-imgcaption {
        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 {
        float: right;
}
.news-single-timedata, .news-single-author,.news-single-imgcaption {
        font-size: 9px;
}
.news-single-author {
        padding-bottom: 3px;
}
.news-single-additional-info {
/*        clear: both;*/
        margin-top: 15px;
        padding:0px;
        padding-bottom:0px;

}
.news-single-related,.news-single-files,.news-single-links  {
        border: 1px dashed #666;
        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 {
        margin-top:10px;
        padding:3px;
        border:1px solid #333;
}
.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;
        list-style-type: none;
}
.news-amenu-container H2 {
        color:#fff;
        padding:3px;
        border:1px solid #666;
}
.news-amenu-item-year {
        font-weight: bold;
        border: 1px solid #666;
        padding: 2px;
        color:#fff;
}

/*------------------- tt_news Categorymenu (CATMENU) --------------------------------- */


.news-catmenu  {
        padding:5px;
        margin:10px 0px 10px 10px;
        border:1px solid #666;
}
.news-catmenu-header {
        font-size:11px;
        font-weight:bold;
}
.news-catmenu DIV {
        font-size:10px;
        white-space: nowrap;
}
.news-catmenu DIV img, .news-catmenu img, .news-catmenu-header img {
        margin:0px;
        padding: 0px;
        vertical-align: middle;
}
.news-catmenu-ACT {
        font-weight:bold;
}

/*  Styles for catmenu mode "nestedWraps" */
.level1 {
        padding:1px;
        padding-left:10px;
        border-left:1px solid #666;
        border-top:1px solid #666;
}
.level2 {
        padding:1px;
        padding-left:10px;
        border-left:1px solid #666;
}
.level3 {
        padding:1px;
        padding-left:10px;
        border-left:1px solid #666;
        border-top:1px solid #666;

}
.level4 {
        padding:1px;
        padding-left:10px;
        border-left:1px solid #666;
}
/************* Settings for Newsplugin end ****************/

DIV.csc-textpic-clear { clear: none; }
.csc-textpic { overflow: auto; margin-bottom: 10px; }