/**
 * Allgemeines Stylesheet
 * 
 * 1.1.1        2009-12-17 Soeren Kampschroer
 *              - "/static/img" statt "static/img/" in den bilderpfaden
 * 1.1.0        2009-12-15 Soeren Kampschroer
 *              - Einfuegen des Bildergalie styles
 * 1.0.0        2009-11-11 Soeren Kampschroer
 *              - Implementierung
 *
 * @package     contentBLUE-4-kulinaria
 * @subpackage  Stylesheet
 * @author      Soeren Kampschroer <skampschroer@glamus.de>
 */


/* Grundelemente */
html {
    height: 100%;
}

body { 
	font-size: 0.75em;
	font-family:Arial,sans-serif;
	color: #000000;
	margin: 0px;
	height: 100%;
    background: url(/static/img/ce_background.jpg) repeat-x top left #99c9e5;
}

p { 
    margin-top: 0px; 
    text-align: left;
}

a:link, a:visited, a:active { 
    font-weight: normal; 
    text-decoration: none; 
    color: #007abe;
}
a:hover, a:focus { 
    text-decoration: underline;
}

img {
    border: 0px;
    margin: 0px 10px 5px 0px;
    float: left;
}


div.bild {

}

div.bild img {
    border: none;
}

.noborder {
    border: none;
}

.hidden {
    display: inline;
    left: -999px;
    top: -999px;
    font-size: 0px;
    height: 0px;
    line-height:0px;
    margin:0px;
    overflow:hidden;
    position:absolute;
}

h1 {
    color: #007abe;
    font-size: 1.2em;
}

h2 {
    font-size: 1em;
    font-family: Arial, sans-serif;
    color: #000000;
    font-weight: bold;
}

/* Der Container umfasst den Gesamten Inhalt der Site */
#container {
    margin: 0 auto 0 auto;
    padding: 0;
    width: 916px;
    border-width: 3px 3px 3px 3px;
    border-style: solid;
    border-color: #007abe;
    background-color: #fff;
}


#header {
    padding: 0;
    height: 60px;
    margin-top: 17px;
    background: url(/static/img/ce_commblue_head.jpg) 20px 0px no-repeat #fff;
}

#header .logolink {
    width: 230px;
    height: 50px;
    margin: 20px 0 0 10px;
    border: none;
}

/**
 * TOPNAVI
 */

#topnavi {
    margin: 0 auto 0 auto;
    width: 866px;
    height: 135px;
    border-width: 0 5px 5px 5px;
    border-style: solid;
    border-color: #007abe;
    background-color: #007abe;
}

#topnavi ul {
    padding: 0;
    margin: 0;
    height: 24px;
}

#topnavi li {
    margin: 0;
    float: left;
    list-style-type: none;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #fff;
    height: 24px;
}

#topnavi li a, #topnavi li span, #topnavi li a:active {
    display: block;
    height: 21px;
    padding: 3px 10px 0 10px;
    color: #fff;
    font-weight: bold;
}
#topnavi li a:hover, #topnavi li a:focus {
    background-color: #fff;
    color: #000;
    text-decoration: none;
}

#topnavi li a.active,
#topnavi li span.active {
    background-color: #fff;
    color: #000;
}
    
/**
 * NAVI
 */    
#navi {
    clear: both;
    float: left;
    width: 188px;
    margin: 10px 0 0 20px;
    padding: 0px;
    height: 100%;
}
#navi ul {
    margin: 0 0 0px 0;
    padding: 0;
    border-width: 1px 0 0 5px;
    border-style: solid;
    border-color: #007abe;
}
#navi li {
    list-style-type: none;
}
#navi li a, #navi li span, #navi li a:active {
    display: block;
    padding: 5px;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #007abe;
    font-weight: bold;
    color: #000;
}
#navi li a:hover, #navi li a:focus {
    color: #007abe;
    text-decoration: none;
}
#navi li a.active,
#navi li span.active {
    color: #007abe;
}


/* Zweite Ebene */
#navi ul li ul {
    border: none;
}
#navi ul li ul li a, #navi ul li ul li span {
    color: #000;
    padding-left: 20px;
}
#navi ul ul li a:hover, #navi ul ul li a:focus {
    color: #007abe;
    padding-left: 20px;
}
#navi ul ul li a.active,
#navi ul ul li span.active {
    color: #007abe;
    padding-left: 20px;
}

/* Brotkrumennavigation */
div.brotkrumen {
    margin-top: 10px;
    padding: 5px 0 5px 0;
    color: #007abe;
}
div.brotkrumen span { /* Trenner */
    color: #000;
}
div.brotkrumen a {
    text-decoration: none;
    color: #000;
}

/**
 * TEASER bzw. Infobereich
 */        

#teaser {
    margin: 10px 20px 0px 0px;
    float: right;
    width: 200px;
    height: 100%;
    font-size: 10px;
    border-width: 1px 5px 1px 0;
    border-style: solid;
    border-color: #007abe;
}

#teaser div {
    /*padding: 5px 5px 5px 0;
    border-width: 1px 5px 1px 0;
    border-style: solid;
    border-color: #007abe;*/
    color: #000;
}

#teaser div a.mehr {
    font-weight:     normal; 
    text-decoration: none; 
    color:           #007abe;
    display: block;
}

#teaser div a.mehr:hover, a.mehr:active, a.mehr:focus {
    font-weight:     normal; 
    text-decoration: underline; 
    color:           #007abe;
}

#teaser div h3 { 
    font-size: 100%;
    margin-top: 0px;
    padding-top: 0px;
}

#teaser div h3 a.mehr { 
    text-decoration: none; 
    color: #007abe;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0px 0px;
}

#teaser div h3 a.mehr:hover, div h3 a.mehr:active, div h3 a.mehr:focus { 
    font-weight:     bold; 
    text-decoration: none; 
    color:           #007abe;
}

#teaser img {
    float: left;
    border: 0;                                           
}

/**
 * CONTENT
 */    
#content {
    background-color: #fff;
    margin: 0 275px 10px 223px; /* Abstand zu den aeusseren Raendern! Nicht zur Navi und Teaser */
}
/* Div zum fixen des Floating bugs
 * muss floaten und so breit sein wie der Inhaltsbereich */
#content-cleaner {
    float: left;
    width: 425px;
}

#content img {
    border: none;
}

#content .contentliste {
    margin-left: 17px;
    padding-left: 0;
}
#content .contentliste li {
    margin-left: 0;
    padding-left: 0;
}
#content .contentliste li {
    margin-bottom: 0.8em;
}
#content .contentliste li .contentliste {
    margin-top: 0.8em;
}

/**
 * FOOTER
 */    
#footer {
    margin: 50px auto 0 auto;
    width: 870px;
    display: table;
    clear: both;
    text-align: center;
    background-color: #007abe;
    padding: 3px;
    color: #fff;
    font-weight: bold;
}
#footer a {
    margin: 0px 0px 0px 3px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}
 

/* Artikelbild */
.inhaltsbild {
    float: left;
    margin: 0 5px 5px 0;
}

/* Mitarbeiter */
.mitarbeiterbild {
    float: left;
    margin: 0 5px 5px 0;
}

/* Liste */
.listenbild {
    
}

ul.listenobjekt {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    float: left;
    width: 100%;
}
ul.listenobjekt li {
    margin: 0px;
    padding: 10px 0 10px 0;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #007abe;
}
ul.listenobjekt li img {
    float: left;
    margin: 0 10px 10px 0;
}
ul.listenobjekt li a, ul.listenobjekt li a:hover, ul.listenobjekt li a:active, ul.listenobjekt li a:visited {
    color: #000000;
    font-weight: normal;
    text-decoration: none;
}
ul.listenobjekt li .titel {
    font-weight: bold;
}

ul.listenobjekt li.mitarbeiter {
    clear: both;
}
ul.listenobjekt li.mitarbeiter img {
    float: left;
    margin: 0 10px 10px 0;
}
ul.listenobjekt li.news {
    
}
ul.listenobjekt li.default {
    
}

/* News */
.newsbild {
    border: 1px solid green;
}

/* Kontaktformular */
form.kontaktformular {
    margin: 0;
    width: 360px;
}
form.kontaktformular div {
    padding: 10px 0 0 0;
}
form.kontaktformular div label {
}
form.kontaktformular div div.fehler {
    color: red;
    font-weight: bold;
}
form.kontaktformular div input {
    width: 350px;
    margin: 0;
}
form.kontaktformular div textarea {
    width: 350px;
}
form.kontaktformular div input.checkbox {
    width: 15px;
    border: none;
}
form.kontaktformular div input.submitbutton {
    width: 150px;
    background-color: white;
    border: 1px solid grey;
    text-align: center;
}

textarea, input {
    font-family: Arial, sans-serif;
    font-size: 1em !important;
}
textarea.readonly {
    background-color: #ECECEC;
    color: #716F64;
}


/* Banner */
#banner {
    margin: 10px auto 10px auto;
    width: 88px;
    height: 41px;
}

/* Suchbox im Header */
form.suchbox {

}

/* BILDERGELARIE */

div.bildergalerie-grossbild {
    width: 538px;
    margin-bottom: 15px;
}

div.bildergalerie-thumbnail, div.bildergalerie-thumbnail-aktiv {
    background-color: #F7F7F7;
    float: left;
    margin: 0 0 5px 5px;
    padding: 1px;
}

div.bildergalerie-thumbnail {
    border: 1px solid #E6E6E6;
}

div.bildergalerie-thumbnail-aktiv {
    border: 1px solid #999999;
}

div.bildergalerie-links {
    text-align: center;
    margin-bottom: 10px;
}

div.naviLogos {
	margin: 20px 0px;
}

div.naviLogos img {
	margin: 0px 0px 15px 0px;
}
