/**
 * 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 */
/*bearbeitet*/
html, body, div, p, td, input, textarea, select {
    font-family:Arial, Helvetica, sans-serif;
    color:#000;
}
/*bearbeitet*/
html, body {
    margin:0;
    padding:0;
    /*overflow:auto;*/
}
/*bearbeitet*/
html {
    height:100%;  
}
/*bearbeitet*/
body {
   height:100%;
}

#noprint
{display: none;}

/*bearbeitet*/
form {
    margin:0;
    padding:0;
}

textarea {
    width:418px;
    height:85px;
}
/*bearbeitet*/
img {
    border:0;
}

.suche { 
    visibility:hidden;
}
/* /----------------- general html structure */

/* ###################################################### */
/* ####################### MAIN BODY #################### */
/* ###################################################### */
#outerContainer {
    /*background-image:url('../images/pattern_contenido.gif');*/
    min-height:90%;
}
* html #outerContainer {
    height:90%;
}
#contentContainer {
    width:960px;
}
#outerContainer, #contentContainer {
    margin:0;
    padding:0;
}

/*#whiteBg {
    float:left;
    background-color:#fff;
    padding:0;
    margin:0;
    height:100%;
}*/

/*#navigation,*/ #content, #teasersRight {
    float:left;
    padding-top:10px;
}
#outerContainer #contentContainer #content {
    padding-top:30px;
}

/*bearbeitet*/
#content, #teasersRight {
    background-color:transparent;
    padding: 10px;
}
/*bearbeitet*/
#contentContainer #navigation {
    width:185px;
    background-color:transparent;
    padding:0px;
}
/*
#contentContainer #content {
    width:430px;
    padding:0 30px;
    margin:0;
}
*/
#contentContainer #teasersRight {
    width:230px;
}


/* ###################################################### */
/* ####################### SEARCH OUTPUT ################ */
/* ###################################################### */
/*bearbeitet*/
#searchResults {
    margin:0 0 10px 0;
}
#searchResults p.message {
    margin:20px 0 30px 0;
}
#searchResults div.searchResultItem {
    border-bottom:1px solid #dcdcdc;
    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:#ff0000;
    font-style:normal;
}

/* ###################################################### */
/* ####################### MAIN CONTENT ################# */
/* ###################################################### */
/*bearbeitet*/
#content {
    font-size:11pt;
    color:#000;
    line-height:14pt;
}
/*bearbeitet*/
#content h1, #content h2 {
    margin:0 0 10px 0;
    padding:0;
    font-size:15pt;
    font-weight:bold;
    font-family:Arial, Helvetica, sans-serif;
    color:#000;
}
/*bearbeitet*/
#content h1 {
    line-height:20pt;
    font-family:Arial, Helvetica, sans-serif;
}
/*bearbeitet*/
#content h1 a {
    color:#000;
    text-decoration:none;
}
/*bearbeitet*/
#content h1 a:hover {
    color:#000;
    text-decoration:underline;
}
/*bearbeitet*/
#content h2 {
    font-family:Arial, Helvetica, sans-serif;
    font-style:italic;
    font-size:12pt;
}

img.hr {
    display:block;
    margin:10px 0;
    padding:0;
}

/* ###################################################### */
/* ####################### RIGHT COLUMN ################# */
/* ###################################################### */
#teasersRight .teaserItem {
    color:#333;
    font-size:11px;
}
#teasersRight .teaserItem h3 {
    color:#0060b1;
    font-size:14px;
    margin:0 0 5px 0;
    font-weight:normal;
}

#teasersRight .teaserItem a.more {
    display:block;
    width:230px;
    margin:10px 0;
    padding:0 0 0 15px;
    background-image:url(../images/link_pfeil_klein.gif);
    background-repeat:no-repeat;
    background-position:0 5px;
}
* html #teasersRight .teaserItem a.more {
    width:200px;
}

/* ###################################################### */
/* ####################### FOOTER ####################### */
/* ###################################################### */
/*by Tipto*/
#hilfsnavi {
    font-size:11px; 
    font-weight: bold;
    margin:2px 10px 5px 0px;
}

/*bearbeitet*/
/* ###################################################### */
/* ####################### LINKS ######################## */
/* ###################################################### */

a {
    color:#000;
    text-decoration:underline;
}
a:hover {
    text-decoration:underline;
}

/* ###################################################### */
/* #######################  Newsletter  ############'#### */
/* ###################################################### */

#contactForm {
    font-size:12px;
}
#contactForm .contactRow {
    margin:5px 0;
}
#contactForm label {
    display:block;
    float:left;
    width:80px;
}
#contactForm .contactRow input, #contactForm .contactRow textarea {
    border:1px solid #999;
    width:470px;
}
#contactForm .contactRow select {
    border:1px solid #999;
    width:235px;
}
/** html #contactForm .contactRow input, * html #contactForm .contactRow textarea {
    width:453px;*/
}

#contactForm .contactRow input {
    height:14px;
    font-size:12px;
}

/*#contactForm .contactRow textarea {
    height:105px;
    font-size:11px;*/
}

#contactFormSubmit #contactFormSubmitLeft {
    float:left;
    margin:0 0 0 80px;
    padding:2px;
   

    }
/** html #contactFormSubmit #contactFormSubmitLeft {
    margin:0 0 0 73px;*/
}
#contactFormSubmit #contactFormSubmitRight {
    float:right;    
    margin:0;
    padding:2px;

    }

#contactFormSubmit #contactFormSubmitLeft input, 
#contactFormSubmit #contactFormSubmitRight input {
    background-color:#ff0000;
    border:0;
    color:#fff;    
    padding:0;
    /*background-image:url(../images/link_pfeil.gif);
    background-repeat:no-repeat;
    background-position:right 0;*/
    font-size:12px;
    width:auto;
    height:auto;
    float:right;
    margin:0;
}
#contactFormSubmit #contactFormSubmitLeft input {
    background-image:none;
    padding:0;
    float:left;
}

#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;
}


/**** IMAGE GALLERY ****/
table.gallery {
    margin: 20px 10px 0px 0px;
    width: 410px;
}

table.gallery td.gallery-navigation {
    /*font-size: 0.6875em;*/    
}

table.gallery tr.thumbnails td {
    padding: 0;
}

table.gallery dd {
}

div.download {
    padding: 3px 0 3px 10px;
    background: url(../images/link_pfeil_klein.gif) no-repeat 0px 7px;

}

div.downloadImg {

    padding: 0;
    margin-top:10px;
    background: url(../images/navi_pfeil_rechts.gif) no-repeat 10px 7px;
}

dl.gallery-detail {
    margin: 20px 10px 0px 0px;
}

dl.gallery-detail dt {
    text-align: left;
    padding: 0;
}


td.gallery_image{
    height: 220px;
    padding:0px;
    
}
td.gallery_image div.link_image{
    padding:0;  
    background-position:top center; 
    min-height:120px; 
    height:120px; 
    margin-bottom:5px; 
    overflow:hidden;
}
td.gallery_image .bottom_links{
     height:40px; margin-top:10px;
}
td.gallery_image .bottom_links{
    margin-bottom: 0px; 
    text-align:left; 
    width:180px; 
}
td.gallery_image .links{
    margin-bottom: 0px;
}


/**
 * 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 ul {
        margin-left:0;
        padding-left: 0;
}

.sitemap li {
    border-bottom: 1px solid #ffffff;
    list-style-type: none;
}

.sitemap .level1 {
        background-color: #e6f1fb;
        padding: 3px 3px 3px 10px;
}

.sitemap .level2 {
        background-color: #f4f9fd;
        padding: 3px 3px 3px 30px;
}

.sitemap .level3 {
        background-color: #ffffff;
        padding: 3px 3px 3px 50px;
}

/* Only for IE */
*+html .sitemap .list2, * html .sitemap .list2 {
        margin-top: -14px;
}


/*tiny_css*/
.picbox-m { 
    padding: 10px; border: 2px solid #acacac; background-color: #fff; text-align: center;
}
.picbox-r {
padding: 10px; border: 2px solid #acacac; background-color: #fff; float: right; margin-left: 5px;
    }
.picbox-l { 
padding: 10px; border: 2px solid #acacac; background-color: #fff; float: left; margin-right: 5px;
    }
.pic-l {
border: 1px solid #acacac; float: left; margin-right: 5px;
    }
