/*@import url("jquery.lightbox.css");
@import url("jquery.lightbox.packed.css");*/

/**
 * CSS styles for Contenido sample client.
 * 
 * @author Rudi Bieller
 * @copyright four for business AG <www.4fb.de>
 * @version 1.0.0
 * 
 * created 2008-03-04
 */

/* ----------------- general html structure */
html, body, div, p, td, a, input, textarea, select {
    font-family:Verdana, Arial, sans-serif;
    color:#000000;
}
html, body {
    margin:0;
    padding:0;
    /*overflow:auto;*/
}
html {

    height:100%;
}
body {
    background-image:url('../images/main_bg.jpg');
    font-size:12px;
    height:100%;
}
form {
    margin:0;
    padding:0;
}

textarea {
    width:418px;
    height:85px;
}

img {
    border:0;
}

/* ###################################################### */
/* ####################### HEAD ####################### */
/* ###################################################### */

#head_bar{
    height:24px;
    width:100%;
    background-image:url('../images/headbar_bg.jpg');
    background-repeat:repeat-x;
}
#head_navi {
    margin:auto;
    width:880px;
    height:20px;
    color:#fff;
    text-align:right;
    line-height:20px;
}

#head_navi .login, #head_navi .newsletter {
    background-image:url('../images/head_pfeil_open.gif');
    background-repeat:no-repeat;
    background-position:right;
    padding-right:15px;
    cursor:pointer;
}

#content .login {
    cursor:pointer;
    text-decoration:underline;
}

#head_navi a {
    color:#fff;
    font-weight:bold;
    text-decoration:none;
}
#head_navi a:hover {
    text-decoration:underline;
}


/* ###################################################### */
/* ####################### STRUCTUR ####################### */
/* ###################################################### */

#outerContainer{
    margin:auto;
    margin-top:5px;
    width:900px;

}

#mainLeft{
    width:690px;
    float:left;

}

#mainRight{
    width:200px;
    float:right;
    padding-left:10px;
}

#mainContent {
    width:690px;
    float:left;

}

#navigation {
    background-color:#EEEEEE;
    background-image:url('../images/content_bg.jpg');
    background-repeat:repeat-x;
    width: 196px;
    margin-right:10px;
    float:left;
    min-height: 550px;
    border:2px solid #fff;

}

#content {
    background-color:#EEEEEE;
    background-image:url('../images/content_bg.jpg');
    background-repeat:repeat-x;
    width:476px;
    float:right;
    min-height: 550px;
    border:2px solid #fff;
}

#footer {
float:right;
    height:106px;
    width:686px;
    margin-top:5px;
    background-image:url('../images/footer_bg.jpg');

    border:2px solid #fff;
}


/* ###################################################### */
/* ####################### HEADER ####################### */
/* ###################################################### */

#header{
    height:130px;
    width:900px;
    margin-bottom:5px;
}

#header img {
border:0px solid #fff;
}

.rand {
border-top: 0px solid #fff;
border-right: 0px solid #fff;
border-bottom: 0px solid #fff;
    width:130px;
    height:126px;
}
.innen {
border: 0px solid #fff;
    width:130px;
    height:126px;
}

#bild1{
float:left;
}

#bild2, #bild3, #bild4, #bild5 {
float:right;
margin-left:5px;
}


/* ###################################################### */
/* ####################### RIGHT ####################### */
/* ###################################################### */

#mainRight #logo {
display:none;
}

#mainRight #right {
    width:196px;
    border: 2px solid #fff;
    background-color:#EEEEEE;
    background-image:url('../images/content_bg.jpg');
    background-repeat:repeat-x;
    padding-bottom:px;
}

/* ###################################################### */
/* ####################### NAVIGATION ################### */
/* ###################################################### */

/* Level 1 */
#navigation ul {
    width:196px;
    margin:0;
    padding:0;
    background-color:transparent;
}
#navigation ul li {
    width:196px;
    margin:0;
    padding:0;
    list-style-type:none;

}
#navigation ul li a {
    display:block;
    width:186px;
    height:20px;
    line-height:20px;
    margin:0;
    padding:0 0 0 10px;
    font-size:11px;
    color:#000;
    background-image:url(../images/nav_e0_passiv.gif);
    background-repeat:no-repeat;
    border-bottom:2px solid #fff;
    text-decoration:none;
}
#navigation ul li a:hover, #navigation ul li.active a {
    background-image:url(../images/nav_e0_aktiv.jpg);
    background-repeat:no-repeat;
    background-position:0 0;
    color:#fff;
}

/* Level 2 */
#navigation ul.subNavigation {
background-color:#ccc;
    width:196px;
    margin:0;
    padding:0;
}
#navigation ul.subNavigation li a {
    background-image:url(../images/nav_e1_passiv.gif);
    padding:0 0 0 20px;
    background-repeat:no-repeat;
    border-bottom:1px solid #fff;
    color:#666;
    width:176px;
}
#navigation ul.subNavigation li.active a {

}
#navigation ul.subNavigation li a:hover, #navigation ul.subNavigation li.active a {
    background-image:url(../images/nav_e1_aktiv.jpg);
    background-repeat:no-repeat;
    background-position:0 0;
        color:#fff;
}

/* Level 3 */
#navigation ul.subSubNavigation {
    width:200px;
    margin:0;
    padding:0;
}
#navigation ul.subNavigation li ul.subSubNavigation li a {
    background-image:none;
    border-bottom:0;
    color:#666;
    width:200px;
}
#navigation ul.subNavigation li ul.subSubNavigation li a:hover, #navigation ul.subNavigation li ul.subSubNavigation li.active a {
    background-image:url(../images/subsubnavi_over.gif);
    background-repeat:no-repeat;
    background-position:0 0;
}

/* ###################################################### */
/* ####################### META NAVIGATION ################# */
/* ###################################################### */

ul#metaNavigation {
    margin:10px 0 5px 0;
    padding:0;
}
ul#metaNavigation li {
    margin:0;
    padding:0 1px 0 8px;
    display:inline;
    border-left:1px solid #fff;
}

ul#metaNavigation li a {
font-weight:bold;
color:#fff;
}

/* ###################################################### */
/* ####################### SEARCH INPUT ################# */
/* ###################################################### */
#search {
    margin:20px 0 0 10px;
    font-size:11px;
    background-color:transparent;
}
#search label {
    font-size:11px;
    display:block;
    float:left;
    width:45px;
    height:20px;
    padding:2px 0 0 0;
}
#search input {
    border:1px solid #ccc;
    float:left;
    width:120px;
    height:14px;
    font-size:10px;
}
#search input.sbmt {
    border:0;
    width:8px;
    height:20px;
    margin:0 0 0 4px;
}
/* ###################################################### */
/* ####################### SEARCH OUTPUT ################ */
/* ###################################################### */
#searchResults {
    margin:0 0 10px 0;
}
#searchResults p.message {
    margin:20px 0 30px 0;
}
#searchResults div.searchResultItem {
    border-bottom:1px solid #ccc;
    margin:0 0 10px 0;
    padding:0 0 10px 0;
}
#searchResults div.searchResultItem h2 {
    font-size:14px;
    margin:0 0 5px 0;
    padding:0;
    color:#0060b1;
    font-style:normal;
}

/* ###################################################### */
/* ####################### MAIN CONTENT ################# */
/* ###################################################### */
#content {
    font-size:12px;
    color:#000;
    line-height:18px;
}
#content h1 {
    margin:10px 0 10px 10px;
    padding:0;
    font-size:17px;
    color:#D9044B;
    font-weight:bold;
}
#content h1 {
    line-height:22px;
    font-weight:bold;
}
#content h1 a {
    color:#0060b1;
    text-decoration:none;
}

#content .textItem{
margin:0 10px 0 10px;
color:#000;
}

#content a {
    color:#000;
    background-image:url('../images/link_green.gif');
    background-position:right;
    background-repeat:no-repeat;
    padding-right:11px;
}

#content a:hover {
text-decoration:none;
color:#000;
}

#content a.bild {
    color:#000;
    background-image:none;
    padding-right:0px;
}

#footer a.footlink {
    color:#fff;
    background-image:none;
    padding-right:0px;
    text-decoration:none;
    font-style:italic;
}

#content a.bild:hover {
text-decoration:none;
color:#000;
}

#content #map{
width: 456px; 
height: 400px;
}

#content #map, #content #message, #content #directions, #content #mappsuche {
margin-left:10px;
margin-right:10px;
}

#content #mappsuche {
margin-top:10px;
margin-bottom:20px;
}
#content #mappsuche .mapsuche{
margin-top:10px;
margin-right:3px;
}

#content #mappsuche div input{
width:180px;
}
#content #mappsuche div.mapsuche input{
width:100px;
}

td.tabelhead {
    background-image:url(../images/tablehead.jpg);
    background-repeat:repeat-x;
    height:20px;
    color:#fff;
}
/* ###################################################### */
/* ####################### NEWS CONTENT ################# */
/* ###################################################### */

#content .newsliste {
    font-size:12px;
    color:#000;
    line-height:18px;
    padding: 0 10px;
}

#content .newsliste h3 a {
font-size:13px;
    font-weight:bold;
    color:#5D9D6D;
    margin-bottom:-5px;
    padding-right:0px;
    background-image:none;
}

#content .newsliste h3 a:hover {
text-decoration:none;
}

#content .newsliste h3 {
    margin-bottom:-5px;
}

#content .newsliste p {
    font-size:12px;
    color:#000;
    line-height:18px;
    margin-bottom:-5px;
}

#content .newsliste a {
    font-size:12px;
    color:#5D9D6D;
    line-height:18px;
    text-align:right;
    font-weight:bold;
    padding-right:0px;
    background-image:none;
}
#content .newsliste a:hover {
text-decoration:none;
color:#000;
}

#content .newsliste hr {
    height:1px;
    color:#5D9D6D;
    width:100%;
}

/* ###################################################### */
/* ####################### TEASER RIGHT ####################### */
/* ###################################################### */

#teaser_title {
    width:154px;
    height:28px;
    background-image:url(../images/right_head_bg.jpg);
    background-repeat:no-repeat;
    color:#fff;
    font-weight:bold;
    line-height:28px;
    vertical-align:center;
    padding-left:42px;

}

#teaser_title_beisp {
    width:154px;
    height:28px;
    background-image:url(../images/right_head_bg.jpg);
    background-repeat:no-repeat;
    color:#fff;
    font-weight:bold;
    line-height:28px;
    vertical-align:center;
    padding-left:42px;
    border-top:1px solid #fff;
}

.artikelliste{
padding: 0 5px;
}
.artikelliste h3 a {
font-size:13px;
    font-weight:bold;
    color:#000;
    margin-bottom:-5px;
}

.artikelliste h3 a:hover {
text-decoration:none;
}

.artikelliste h3 {
    margin-bottom:-5px;
}

.artikelliste p {
    font-size:12px;
    color:#000;
    line-height:18px;
    margin-bottom:-5px;
}

.artikelliste a {
    font-size:12px;
    color:#5D9D6D;
    line-height:18px;
    text-align:right;
    font-weight:bold;
}
.artikelliste a:hover {
text-decoration:none;
color:#000;
}

.artikelliste hr, hr {
    height:1px;
    color:#5D9D6D;
    width:100%;
}

#right .textItem {
    font-size:12px;
    color:#000;
    line-height:18px;
    padding: 5px;
    padding-top:0px;
}


/* ###################################################### */
/* ####################### CONTACT FORM ############'#### */
/* ###################################################### */
#contactForm {
    font-size:12px;
    margin:0 10px 0 10px;
}
#contactForm .contactRow {
    margin:4px 0;
}
#contactForm label.lang {
    display:block;
    float:left;
    width:140px;
}
#contactForm div.label_kurz {
    display:block;
    float:left;
    width:140px;
}

#contactForm .contactRow input {
    border:1px solid #000;
    color:#000;
}

#contactForm .contactRow select{
    width:300px;
}

#contactForm .contactRow input.lang {
    width:300px;
}

#contactForm .contactRow input.kurz{
    width:147px;
}

#contactForm .contactRow textarea {
    font-size:12px;
width:300px;
border:1px solid #000;
color:#000;
}

#contactForm .contactRow select {
    border:1px solid #ccc;
    width:300px;
}
* html #contactForm .contactRow input, * html #contactForm .contactRow textarea {
    width:343px;
        font-size:12px;
}

#contactForm .contactRow input {
    height:15px;
    border:1px solid #000;
}

#contactForm .contactRow textarea {
    height:105px;
    font-size:10px;
}

#contactFormSubmit #contactFormSubmitLeft {
    float:left;
    margin:0 0 0 0px;
    width:250px;
}
* html #contactFormSubmit #contactFormSubmitLeft {
    margin:0 0 0 26px;
}
#contactFormSubmit #contactFormSubmitRight {
    float:right;
    width:190px;
    padding-right:15px;
}

#contactFormSubmit #contactFormSubmitLeft input, 
#contactFormSubmit #contactFormSubmitRight input {
    background-color:#fff;
    border:0;
    color:#0060b1;
    padding:0 20px 0 0;
    background-image:url(../images/link_pfeil.gif);
    background-repeat:no-repeat;
    background-position:right 4px;
    font-size:10px;
    width:auto;
    height:auto;
    float:right;
    margin:0;
}
#contactFormSubmit #contactFormSubmitLeft a, #contactFormSubmit #contactFormSubmitRight a {
    background-image:none;
    padding:0;
}

#contactForm table {
    width:100%;border-collapse:collapse;
}
#contactForm table td {
    padding:0;
}
#contactForm table td.pt {
    padding-top:2px;
}
* html #contactForm table td.pt {
    padding-top:0;
}


/* ###################################################### */
/* ####################### NEWSLETTER FORM ############'#### */
/* ###################################################### */
#newsletterbox{
    width:100%;
    height:140px;
    padding:0;
    margin:0;
    background-color:#65A277;
}

#newsletter_inner {
width:900px;
margin:auto;
}

#newsletterbox h3 {
    padding:0 0 0 10px;
    font-size:12px;
    font-weight:bold;
    color:#fff;
}

#newsletterForm {
width:382px;
    font-size:11px;
    padding:0 0 0 10px;
}
#newsletterForm .newsletterRow, .newsletterRow {
    margin:4px 0;
    width:382px;
    height:17px;

}
#newsletterForm label {
    display:block;
    float:left;
    width:80px;
    font-weight:bold;
    color:#fff;
}
#newsletterForm .newsletterRow input {
    border:1px solid #ccc;
    width:300px;
}
#newsletterForm .newsletterRow select {
    border:1px solid #ccc;
    width:150px;
}

#newsletterForm .newsletterRow input {
    height:14px;
}
#newsletterForm a {
color:#fff;
}
#newsletterForm #newsletterFormSubmit {
color:#fff;
text-align:right;

}




/* ###################################################### */
/* ####################### LOGIN FORM ############'#### */
/* ###################################################### */

.close{
margin:auto;
width:880px;
text-align:right;
cursor:pointer;
}


#loginbox{
width:100%;
height:140px;
padding:0;
margin:0;
background-color:#65A277;
}

#login_inner {
width:900px;
margin:auto;
}

#loginbox h3 {
    padding:0 0 0 10px;
    font-size:12px;
    font-weight:bold;
    color:#fff;
}
#loginbox #logoutText{
    padding:0 0 0 10px;
        color:#fff;
}
#loginbox #logoutText a{
        color:#fff;
}

#loginForm {
width:382px;
    font-size:11px;
    padding:0 0 0 10px;
}
#loginForm .loginRow {
    margin:4px 0;
    width:382px;
    height:17px;

}
#loginForm label {
    display:block;
    float:left;
    width:80px;
    font-weight:bold;
    color:#fff;
}
#loginForm .loginRow input {
    border:1px solid #ccc;
    width:300px;
}

#loginForm .loginRow input {
    height:14px;
}
#loginForm a {
color:#fff;
}
#loginForm #loginFormSubmit {
color:#fff;
text-align:right;

}

/* ###################################################### */
/* ####################### Footer ####################### */
/* ###################################################### */

#footerLeft{
width:100px;
height:96px;
float:left;
padding-left:10px;
color:#fff;
}

#footerRight {
text-align:right;
width:560px;
height:96px;
float:right;
padding-right:10px;
color:#fff;
}

/**
 * CSS styles for Contenido Sitemap.
 * 
 * @author Frederic Schneider
 * @copyright four for business AG <www.4fb.de>
 * @version 0.1.0
 * 
 * created 2008-04-11
 */
.sitemap {

}
.sitemap, .sitemap ul {
padding-right:10px;
padding-left:10px;
}

.sitemap li {
    border-bottom: 1px solid #ffffff;
    list-style-type: none;
}

.sitemap .level1 {

        padding: 3px 3px 3px 10px;
}

.sitemap .level2 {

        padding: 3px 3px 3px 30px;
}

.sitemap .level3 {

        padding: 3px 3px 3px 50px;
}

/* Only for IE */
*+html .sitemap .list2, * html .sitemap .list2 {
        margin-top: -14px;
}

#printx, #printx2 {
display:none;
}
