/* 
    Document   : kh.css
    Created on : 24.11.2009, 15:14
    Author     : Timm Arnold
    Description: Hier NUR Seitenweite Styles eintragen!
*/

/* *****************************************************************************
    HTML Attribute & Co mit defaults belegen
***************************************************************************** */
* {
    margin: 0;
    padding: 0;
}
body {
    background: #fff;
    font: 12px/14px Verdana, Arial, Helvetica, sans-serif;
    color: #2a0202;
    /* background: #f5ecd9;*/
    background: #f5e9ca;
}
A, A:link, A:visited, A:active, A:hover {
    text-decoration: none;
    /*color: #000;*/
    color: #2a0202;
}
A:hover { color: red; }
A IMG { border: 0; }

h1 {
    font-size: 13px;
    line-height: 15px;
}

/* *****************************************************************************
    Seitenaufbau
***************************************************************************** */

#page {
}
#header {
    background: url(/fileadmin/templates/images/background-header.png) repeat-x left top;
    position: relative;
    /*border: 1px solid cyan;*/
}
#header-inner, #content, #footer {
    width: 956px;
    margin: 0 auto;
    position: relative;
}

#header-inner {
    padding-top: 10px;
}
#header #h-logo { }
#header #h-anim { }

/*
    MENUE
*/
#h-menue {
    position: relative;
    width: 140px;
    margin-left: 30px;
    margin-top: 2px;
}
#s-menue {}
#f-menue {}

#h-menue UL, #s-menue UL, #f-menue UL {
    list-style-type: none;
}
#s-menue UL { list-style-image:url(/fileadmin/templates/images/menue-list-style-image.png); }

#h-menue LI, #s-menue LI, #f-menue LI {
}
#h-menue LI { 
    background: url(/fileadmin/templates/images/background-navi.png) no-repeat left top; 
    height: 20px;
    width: 140px;
    color: #34160e;
}

#h-menue UL.menu-level1 LI.menu-level1-active A { color:#a22622; }
#h-menue UL.menu-level1 LI.menu-level1-current A { color:#a22622; }

#s-menue UL {
    list-style-image:url(/fileadmin/templates/images/menue-list-style-image.png);
}
#s-menue LI {
    padding-left: 5px;
    padding-right: 15px;
}

/* Hauptmenue */ 
UL.menu-level1 { }

#s-menue UL.menu-level2 { width: 217px; }
#s-menue UL.menu-level3 { width: 182px; }
#s-menue UL.menu-level1 A, #s-menue UL.menu-level2 A, #s-menue UL.menu-level3 A { color: #2a0202; }

/* Menuepunkt hat Unterseiten */
UL.menu-level1-with-subpage A {}

/* Menuepunkt ist der aktuelle */
UL.menu-level1-current-active A { color: #fff; }
UL.menu-level1-active A { color: #fff; }


#h-menue2 {
    position: absolute;
    top: 10px;
    right: 0;
    
}
#h-menue2 UL {
    list-style-type: none;
    float: left;
}
#h-menue2 LI {
    float: left;
    padding-left: 10px;
}
#h-menue2 A, #h-menue2 A:link, #h-menue2 A:visited, #h-menue2 A:active, #h-menue2 A:hover {
    font-size: 10px;
    line-height: 12px;
    color: #ddd;
    float: left;
}
#h-menue2 A:hover {
    color: #fff;
}

#s-menue UL.menu-level3, #s-menue UL.menu-level3 A { /*font-weight: normal; */}

LI.menu-level2-current-active A { font-weight: bold; }

#s-menue UL.menu-level3 {
    border: 0;
    border-top: 1px solid #664444;
}
UL.menu-level3-current-active A { font-weight: bold; }


#h-menue A, #h-menue A:link, #h-menue A:visited, #h-menue A:active, #h-menue A:hover {
    display: block;
    font-size: 12px;
    line-height: 15px;
    color: #34160e;
    font-weight: bold;
    padding: 1px 5px 0 10px;
}
#h-menue A:hover {
}

#s-menue A, #s-menue A:link, #s-menue A:visited, #s-menue A:active, #s-menue A:hover {
    display: block;
}
#s-menue A:hover {
}

#h-menue-footer {
    background: url(/fileadmin/templates/images/navi-footer.png) no-repeat left bottom; 
    height: 182px;
    padding-top: 10px;
    font-size: 11px;
    line-height: 14px;
    color: #34160e;
    text-align: center;
}

#content {
}



/* 
    CONTENT-LEFT
*/
#content-left {
    width: 180px;
    float: left;
}
#content-left .csc-textpic {
    float: left;
    margin-top: 10px;
}

/* 
    PRECONTENT
*/
#precontent {
    width: 770px;
    float: left;
    margin-bottom: 10px;
}

/* 
    CONTENT-MAIN 
*/
#content-main {
    width: 755px;
    float: right;
}

/*
#content-main .csc-textpic-clear {
    border-bottom: 1px solid #664444;
}
*/

#page_4 .csc-textpic-clear, #page_82 .csc-textpic-clear { border: 0; }

#content-main .csc-textpicHeader {
    padding-top: 10px;
}


#content .csc-header {
}
#precontent .csc-header {
    width: 280px;
    margin-left: 15px;
    margin-bottom: 10px;
    border-bottom: 2px solid #34160e;
    color: #34160e;
}
#precontent .csc-header h1.csc-firstHeader {
    font-size: 12px;
    line-height: 15px;
}
#content-main .csc-header {
/*    border: 1px solid red;*/
}
/*
#content-main .csc-header H1.csc-firstHeader {
    border-bottom: 1px solid #2a0202;
    padding: 0 0 8px 0;
}
*/

/*
    CONTENT-RIGHT 
*/
/* Headline überm Bild */
#content-right .csc-header {
}
#content-right .csc-header H1 {
    font-size: 14px;
    line-height: 16px;
    color: #e3001b;
}
/*#content-right .csc-textpic  {*/
#content-right .csc-textpic-imagewrap  {
    border-bottom: 2px solid #e3001b;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#content-right .csc-textpic-text  {
    /*font-style: italic;*/
}
#content-right IMG.spacer-gif {
    height: 1px;
}
#content-right .csc-textpic-caption {
    margin-top: 5px;
}
/* 
    CONTENT-FOOTER
*/
#footer {
    clear: both;
    margin-top: 10px;
    padding-top: 10px;
}
#f-menue {
    /*background: #e5e8ed url(/fileadmin/templates/images/background-s-menue.png) repeat top left;*/
    margin-top: 30px;
    height: 18px;
    border-top: 20px solid white;
    clear: both;
}
#f-menue A, #f-menue A:link, #f-menue A:visited, #f-menue A:active, #f-menue A:hover {
    font-size: 12px;
    line-height: 17px;
}

/* 
    CONTENT-ALLGEMEIN
*/

br.clear {
    clear: both;
}
a.internal-link {
    background: transparent url(/fileadmin/templates/images/menue-list-style-image.png) no-repeat center left;
    padding-left: 15px;
}



/* 
   	KÄSELEXIKON (tt_news)
*/

/*
.news-catmenu {
    background: #9d2526;
    border: 0;
    padding: 2px;
    color: #fff;
    margin-bottom: 2px;
}
.news-catmenu-header { display: none; }
.news-catmenu img { display: none; }
.news-catmenu-ACT, .news-catmenu-NO { display: inline; }
.news-catmenu-ACT a, .news-catmenu-NO a { color: #fff; padding: 2px 10px 2px 8px; }

.news-list-container { background: none; border: 0; }
.news-list-item { background: none; border: 0; }

.news-list-item h3 { background: none; border: 0; color: #000; }
.news-list-container h3 a:link, .news-list-container h3 a:visited, .news-list-container h3 a:hover { color: #000; }
.news-list-date { display: none; }
.news-list-category { display: none; }
.news-list-morelink { display: none; }
.news-list-container hr.clearer { margin-top: 10px; border: 0; border-bottom: 1px solid #664444; }

.tx-ttnews-browsebox, .tx-ttnews-browsebox-SCell { background: none; border: 0;}
div.tx-ttnews-browsebox > p:first-child { display: none; }
.tx-ttnews-browsebox td { font-size: 12px; }

#page_67 .csc-header H1 {
    border-top: 1px solid #2a0202;
    border-bottom: 1px solid #2a0202;
    margin-top: 1px;
    padding: 8px 0 8px 0;
    margin-left: 10px;
}

*/

/* 
    Description: Styles für die Produktseiten mit Nährwerttabellen
*/

#page_11 {  }

.produkt {
    position: relative;
/*    margin-top: 40px;*/
}

#page_11 div.csc-textpicHeader {
    width: 250px;
    margin-bottom: 10px;
    border-bottom: 1px solid #34160e;
    color: #34160e;
}


#page_11 .csc-header h1 {
    border: 0;
    border-top: 1px solid #34160e;
    color: #34160e;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 0;
}

#page_11 .csc-textpic-intext-right-nowrap dt img {
    margin-top: 40px;
}

.produkt h3 {
    height: 23px;
    width: 672px;
    border-top: 1px solid #2a0202;
    border-bottom: 1px solid #2a0202;
    padding-top: 10px;
    margin-bottom: 10px;
/*
    position: absolute;
    top: -37px;
*/
}
.produkt:first-child > p {
    margin: 5px 3px 10px 0;
}
.produkt h3.herzhaft_pikant { background: transparent url(/fileadmin/Geschmacksrichtungen/G_herzhaft_pikant.png) no-repeat right top; }
.produkt h3.kraeftig_pikant { background: transparent url(/fileadmin/Geschmacksrichtungen/G_kraeftig_pikant.png) no-repeat right top; }
.produkt h3.mild_wuerzig { background: transparent url(/fileadmin/Geschmacksrichtungen/G_mild_wuerzig.png) no-repeat right top; }
.produkt h3.nussig { background: transparent url(/fileadmin/Geschmacksrichtungen/G_nussig.png) no-repeat right top; }
.produkt h3.vollmundig_pikant { background: transparent url(/fileadmin/Geschmacksrichtungen/G_vollmundig_pikant.png) no-repeat right top; }
.produkt h3.wuerzig_pikant { background: transparent url(/fileadmin/Geschmacksrichtungen/G_wuerzig_pikant.png) no-repeat right top; }

.produkt a {
    background: transparent url(/fileadmin/templates/images/menue-list-style-image.png) no-repeat center left;
    padding-left: 15px;
}
.produkt table.contenttable {
    width: 330px;
    padding: 0;
    border: 0;
  /*  margin: 20px 0 0 0;*/
    /*border-collapse: collapse;*/
    /*
    position: absolute;
    right: 0;
    bottom: -20px;
*/
}

.produkt table.contenttable caption {
    text-align: left;
    margin: 20px 0 4px 0;
}

.produkt table.contenttable th { text-align: right; padding: 1px 2px; font-weight: normal; color: #fff; }
.produkt table.contenttable td { text-align: right; padding: 1px 2px; margin: 1px; width: 25%; }

#page_11 .produkt table.contenttable { background-color: #fbde9e; }
#page_11 .produkt table.contenttable th { background-color: #3a0b0a; }
#page_11 .produkt table.contenttable td {  }


.quickfacts table {
    background-color: #f5e9ca; 
}
.quickfacts table, .quickfacts table td {
    font-size: 10px;
    line-height: 12px;
}
.quickfacts table td {
    padding: 0 10px 0 10px;
}
.quickfacts table td.dotted {
    background: transparent url(/fileadmin/templates/images/background-quickfacts.png) repeat-x center center; 
    padding-left: 0;
}
.quickfacts table td.dotted > p { 
    display: inline; 
    background-color: #f5e9ca; 
    padding: 0 5px 0 7px;
}


.kkprogramm {
/*    background: transparent url(http://franchise.pc-feuerwehr.de/images/bg_box_middle.png) repeat-y left top; */
    background: transparent url(/fileadmin/templates/images/background-header.png) repeat center center; 
    padding: 10px; 
    margin-bottom: 10px;
    border:1px solid #ddd;
    border-bottom: 1px solid #333;
    color: #f5e9ca;
}
.kkprogramm p {
    margin: 5px 0 5px 0;
}
.kkprogramm h4 {
    font-size: 13px;
}
.kkprogramm a {
    color: #f5e9ca;
    margin-top: 10px;
}


/* YouTube / Presse */

.tx-itawyoutoubeembed-pi1 {
    border: 1px solid #bbb;
    float: left;
    display: inline;
    margin-bottom: 40px;
    margin-left: 15px;
    padding: 10px;
    background: #ccc;
}
#page_10 .csc-header { 
    clear: both; 
    display: block; 
}
#page_10 .csc-header-n1 {}
#page_10 .csc-header-n2, #page_10 .csc-header-n3, #page_10 .csc-header-n4, #page_10 .csc-header-n5, #page_10 .csc-header-n6 {
    border-top: 2px solid #ccc;
    padding-top: 10px;
    margin-left: 15px;
}

