/** eprg_style-JJJJMMDD.css */

/* Grundelemente */
html {
    height: 100%;
}

body { 
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: #58585a;
    background-color: #fff; 
    margin: 0px;
    padding: 0px;
    height: 100%;
    background: url(img/bg_karte.gif) no-repeat top left #6c98a0;
}

p { 
    margin-top: 0px; 
    text-align: left;
}

a:link, a:visited, a:active { 
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 10px;
    text-decoration: none; 
    color: #f58221;
}
a:hover, a:focus { 
    text-decoration: none;
}

div.bild-left {
    border: 0px;
    margin: 0px 10px 5px 0px;
    float: left;
}

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 {
    margin-top: 0px;
    padding-bottom: 1px;
    font-size: 13px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: #f58221;
    font-weight: normal;
    border-bottom: 1px dotted #f58221;
    text-transform: uppercase;
    margin-bottom: 15px;
}

h2 {
    margin-top: 5px;
    padding-bottom: 1px;
    font-size: 13px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: #6c98a0;
    font-weight: normal;
    border-bottom: 1px solid #6c98a0;
    text-transform: uppercase;
    margin-bottom: 4px;
}

h3 {
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: #686d6e;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 4px;
}

h4 {
    font-size: 11px;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #f58221;
    font-weight: normal;
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 4px;
}

h5 {
    font-size: 11px;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #6c98a0;
    font-style: italic;
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 4px;
}


/* Der Container umfasst den Gesamten Inhalt der Site */

#container {
    margin: 0px auto 0px auto;
    padding-bottom: 80px;
    width: 980px;
    background-color: transparent;
    background: url(img/bg_container.gif) repeat-y;
    background-position: bottom left 0px;
}

#strecker {
    clear: both;
    margin: 0px auto 0px auto;
    padding-bottom: 105px;
    width: 980px;
    height: 1px;
    background: url(img/bg_container.gif) repeat-y;
    background-position: top left 0px;
}

#header {
    padding: 0px;
    height: 80px;
    width: 780px;
    margin-top: 0px;
    background: url(img/head_01.jpg) no-repeat #fff;
    border-bottom: 1px solid #bfbfc0;
}

#header .logolink {
    width: 230px;
    height: 50px;
    margin: 20px 0 0 10px;
    border: none;
}

/**
 * TOPNAVI
 */

#topnavi {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    margin-left: 15px;
    width: 850px;
    height: 30px;
    text-transform: uppercase;
    font-size: 10px;
}

#topnavi ul {
    padding: 0;
    margin: 0;
}

#topnavi li {
    margin: 0;
    float: left;
    list-style-type: none;
    height: 24px;
    margin-right: 70px;
    background: none;
    background-position: 0px 10px;
    padding-left: 3px;
}

#topnavi li a, #topnavi li span {
    display: block;
    padding: 8px 10px 0 15px;
    color: #fff;
    font-weight: normal;
}

#topnavi li a:hover, #topnavi li a:focus {
    text-decoration: none;
    background: url(img/topnavi_1.gif) no-repeat;
    background-position: 0px 10px;
}

#topnavi li a.active,
#topnavi li span.active {
    text-decoration: none;
    background: url(img/topnavi_1.gif) no-repeat;
    background-position: 0px 10px;
}

#login .left{
    margin-top: 5px;
    float: left;
    background: url(img/topnavi_2_left.gif) no-repeat;
    width: 5px;
    height: 19px;
    background-position: 0px;
}

#login .middle{
    margin: 4px 0px 0px 0px;
    float: left;
    background: url(img/topnavi_2_bg.gif) repeat-x;
    background-position: 0px;
}

#login .right{
    margin-top: 5px;
    float: left;
    background: url(img/topnavi_2_right.gif) top left no-repeat;
    width: 5px;
    height: 19px;
    background-position: 0px;
}

#login .middle a{
    clear: both;
    padding-bottom: 4px;
    margin-top: -4px;
    background-image: none;
}

#login .middle a:hover, #login .middle a:focus {
    background-image: none;
    color: #58585a;
}



/*#login .middle a active,
#login .middle a span.active {

}

#login middle. li a.active,
#login middle. li a:active,
#login middle. li span.active {
    text-decoration: none;
    background: none;
    background-position: 0px 10px;
}
    */
/**
 * NAVI
 */    
#navi {
    clear: both;
    float: left;
    width: 150px;
    margin: 37px 10px 0px 15px;
    padding: 0px;
    height: 100%;
    min-height: 500px;
    text-transform: uppercase;
    font-size: 10px;
}

#navi ul {
    margin: 0px;
    padding: 0px;
    width: 130px;
}

#navi li {
    list-style-type: none;
}

#navi li a, #navi li span, #navi li a:active {
    display: block;
    padding: 5px 5px;
    color: #484547;
    font-weight: normal;
    padding-left: 15px;
    background: url(img/navi_0.gif) no-repeat;
    background-position: 0px 8px;
}

#navi li a:hover, #navi li a:focus {
    text-decoration: none;
    color: #f58223;
    background: url(img/navi_2.gif) no-repeat;
    background-position: 0px 8px;
}

#navi li a.active,
#navi li span.active {
    background: url(img/navi_2.gif) no-repeat;
    background-position: 0px 8px;
    color: #f58223;
}


/* Zweite Ebene */
#navi ul li ul {
    border: none;
}
#navi ul li ul li a, #navi ul li ul li span {
    color: #000;
    margin-left: 15px;
}
#navi ul ul li a:hover, #navi ul ul li a:focus {
}
#navi ul ul li a.active,
#navi ul ul li span.active {
}

/* Brotkrumennavigation */
div.brotkrumen {
    margin-top: 10px;
    padding: 5px 0px 5px 0px;
    color: #00ACE4;
}
div.brotkrumen span { /* Trenner */
    color: #000;
}
div.brotkrumen a {
    text-decoration: none;
    color: #000;
}

/**
 * TEASER bzw. Infobereich
 */        
#teaser {
    float: right;
    width: 200px;
    height: 100%;
    margin: -118px 0px 0px 0px;
    padding-top: 63px;
}

#teaser div.teaser {
    margin: 0px;
    padding: 0px 22px 5px 12px;
    color: #fff;
}

#teaser div.teaser a.mehr {
    font-weight:     bold;
    text-decoration: none; 
    color:           #f58221;
    display: block;
    text-transform: uppercase;
    margin: 0px;
    padding-left: 15px;
    background: url(img/more_0.gif) no-repeat top left;
    background-position: 0px 3px;
}

#teaser div.teaser a.mehr:hover, a.mehr:active, a.mehr:focus {
    text-decoration: none;
    color:           #f58221;
}

#teaser div.teaser h3 { 
    font-size: 100%;
    margin-top: 0px;
    padding-top: 0px;
}

#teaser div.teaser h3 a.mehr {
    font-family: Georgia, "Times New Roman", Times, serif;
    background: none;
    margin-top: 0px;
    padding: 3px 0px 0px 0px;
    margin-bottom: 0px;
    text-decoration: none;
    color: #f58221;
    border-bottom: 1px dotted #bcbdc0;
    font-size: 12px;
    font-weight: normal;
    text-transform: none;
}

#teaser div.teaser h3 a.mehr:hover, div h3 a.mehr:active, div h3 a.mehr:focus { 
    text-decoration: none; 
}


#teaser img {
    float: left;
    border: 0;
}

/**
 * CONTENT
 */    
#content {
    background-color: #fff;
    margin: 37px 0px 0px 190px; /* 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: 530px;
}

#content img {
    border: none;
}

#content .contentliste {
    margin-left: 17px;
    padding-left: 0;
}

#content .contentliste li {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    list-style-image: url(img/bullet.gif);
}

#content .contentliste li {
    margin-bottom: 10px;
}

#content .contentliste li .contentliste {
    margin-top: 10px;
}

/**
 * FOOTER
 */    

#footer {
    bottom: 0;
    display:    block;
    left:   0;
    position:   fixed;
    z-index:    11;
    color: #FFFFFF;
    font-size: 11px;
    height: 105px;
    text-align: center;
    text-shadow: 1px 1px 1px #555555;
    vertical-align: bottom;
    width: 100%;
}


#footer-content{
    margin: 0px auto 0 auto;
    width: 980px;
    height: 105px;
    clear: both;
    font-weight: normal;
    background: url(img/footer.jpg) no-repeat;
    color: #000;
    height: 100%;
    text-transform: uppercase;
}

#footer-position {
    text-align: right;
    margin-right: 63px;
}

#footer-text {
    font-size: 8px;
    font-weight: bold;
    text-align: right;
    padding: 52px 0px 0px 0px;
    text-transform: uppercase;
}

#footer-text a{
    font-size: 8px;
    color: #000;
    font-weight: bold;
    padding: 0px 15px;
}

/* 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;
}
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: normal;
    background: url(img/bullet.gif) no-repeat;
    background-position: 0px 2px;
    padding-left: 12px;
    color: #58585a;
    font-size: 11px;
}

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: Verdana, Arial;
    font-size: 1em !important;
}
textarea.readonly {
    background-color: #ECECEC;
    color: #716F64;
}

/* Banner */
#banner {
    margin: 30px auto 10px 0px;
    width: 88px;
    height: 41px;
}

div.kunden {
    border:1px solid #CCCCCC;
    float:left;
    height:165px;
    width:165px;
    margin:3px;
    text-align:center;
}

#teaser .dashboard-container {
    margin: 0px 0px 0px -11px !important;
    padding: 0px 0px 0px 0px !important;
    width: 200px !important;
    border: none !important;
}
#teaser .jcarousel-container-vertical,
#teaser .jcarousel-skin-default,
#teaser .jcarousel-prev-vertical,
#teaser .jcarousel-next-vertical,
#teaser .jcarousel-clip-vertical,
#teaser .jcarousel-item-vertical,
#teaser .jcarousel-list-vertical {
    margin: 0px !important;
    padding: 0px !important;
    width: 198px !important;
    border: none !important;
}
div.dashboard-header {
    display: none !important;
}

