/**
 * 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:#fff;
}
html body {
    background-color:#292929;
}
form {
    margin:0;
    padding:0;
}

textarea {
    width:418px;
    height:65px;
}
legend {
    color:#cad518;
}

img {
    border:0;
}

#zentriert {
    width: 908px;
    left: 50%;
    position: absolute;
    margin-left: -450px;
    display: block;
    background-image: url(../images/page_bg.gif);
    height: 530px;
    top: 50%;
    margin-top: -265px;
    background-repeat: no-repeat;
    background-position: 0px 44px;
}   
#startseite {
    width: 95px;
    float: left;
}
#weiter {
    width: 600px;
    float: left;
}

#rahmen {
    width: auto;
    height:160px;
    padding:10px 10px 10px 10px;
    border: 1px solid;
    border-color:#ccc;
    display:block;
}

.rot {
color:#ff0000;
}

/* ###################################################### */
/* ####################### FOOTER ####################### */
/* ###################################################### */
#footer {
    /*width:100%;*/
    height:30px;
    font-size:11px;
    float: left;
    width: 808px;
    margin-top: 9px;
    margin-left: 60px;
    position: relative;
    z-index:9;
}
#impressum {
    width: 100px;
    float: right;
    text-align: right;
    color: #999999;
    padding-top: 2px;
}

#header {
    width: 808px;
    float: left;
    height: 57px;
    text-align: left;
    position: relative;
    margin-left: 60px;
}
#kontakt {
    float: left;
    width: 45px;
    margin-left:18px;
    margin-top: -3px;
}

#crossselling {
    float: left;
    width:130px;
    margin-left:120px;
    margin-top: 12px;
}
#logo {
    float: left;
    width:480px;
}



#bild {
    height: auto;
    width: 90px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index:999;
}


/* ###################################################### */
/* ####################### MAIN BODY #################### */
/* ###################################################### */
#outerContainer {
    width: 808px;
    display: block;
    float: left;
    height: 410px;
    margin-left: 60px;
    margin-top: 20px;
    position: relative;

}
#contentContainer {
    width:705px;
}
#links {
    width: 515px;
    float: left;
    height: 404px;
}
#rechts {
    width: 262px;
    float: left;
    margin-left: 30px;
    margin-top:-10px;
    height: 404px;
    z-index:8;
}





#whiteBg {
    float:left;
    padding:0;
    margin:0;
}
#navigation   {
    float:left;
}
#contentContainer  #content  {
    width: 808px;
    float: left;
}

#content, #teasersRight {

}

#contentContainer #navigation {
    width:237px;
    background-color:transparent;
    height: 600px;
}

#contentContainer #teasersRight {
    width:230px;
}
/* ###################################################### */
/* ####################### SEARCH INPUT ################# */
/* ###################################################### */
#search {
    margin:20px 0 0 20px;
    font-size:11px;
    background-color:transparent;
}
#search label {
    font-size:11px;
    display:block;
    float:left;
    width:42px;
    padding:2px 0 0 0;
}
#search input {
    border:1px solid #ccc;
    width:140px;
    height:12px;
    font-size:10px;
}
#search input.sbmt {
    border:0;
    width:5px;
    height:8px;
    margin:0 0 0 10px;
}
/* ###################################################### */
/* ####################### 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:13px;
    color:#fff;
    line-height:19px;
}
#content h1, #content h2 {
    margin:0 0 10px 0;
    padding:0;
    font-size:20px;
    font-weight:normal;
    color:#fff;
}
#content h1 {
    line-height:22px;
}
#content h1 a {
    color:#0060b1;
    text-decoration:none;
}
#content h2 {
    font-weight:bold;
    font-size:14px;
}

#content input {
    background-image:none;
    color:#000000;
    font-size:10px;
}

#content textarea {
    color:#000000;
    font-size:10px;
}


img.hr {
    display:block;
    margin:10px 0;
    padding:0;
}

ul#metaNavigation {
    margin:0 0 20px 0;
    padding:0;
}
ul#metaNavigation li {
    margin:0;
    padding:0 1px 0 8px;
    display:inline;
    border-left:1px solid #D7D7D6;
}

#logoutText {
    position:relative;
    height:70px;
}
#logoutText a {

    position:absolute;
    right:10px;
    bottom:10px;
    text-decoration:none;
}


/* ###################################################### */
/* ####################### LINKS ######################## */
/* ###################################################### */
a {
    color:#cad518;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}

/* ###################################################### */
/* ####################### CONTACT FORM ############'#### */
/* ###################################################### */
#contactForm {
    font-size:11px;
}
#contactForm .contactRow {
    margin:4px 0;
}
#contactForm label {
    display:block;
    float:left;
    width:80px;
}
#contactForm .contactRow input, #contactForm .contactRow textarea {
    border:1px solid #ccc;
    width:346px;
}
#contactForm .contactRow select {
    border:1px solid #ccc;
    width:172px;
}
* html #contactForm .contactRow input, * html #contactForm .contactRow textarea {
    width:343px;
}

#contactForm .contactRow input {
    height:14px;
}

#contactForm .contactRow textarea {
    height:105px;
    font-size:10px;
}

#contactFormSubmit #contactFormSubmitLeft {
    float:left;
    margin:0 0 0 80px;
    width:174px;
}
* html #contactFormSubmit #contactFormSubmitLeft {
    margin:0 0 0 26px;
}
#contactFormSubmit #contactFormSubmitRight {
    float:right;
    width:174px;
}

#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 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{
    padding:0px;
    border:5;
    border-color:#ccc;
    
}
td.gallery_image div.link_image{
    padding:0;  
    background-position:top center; 
    min-height:120px; 
    height:120px; 
    margin-bottom:5px; 
    overflow:hidden;
    border:5;
    border-color:#ccc;
}
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;
}

/* ###################################################### */
/* ####################### BACKEND STYLES ############### */
/* ###################################################### */
#modHeaderImgEdit {
    position:absolute;
    top:60px;
    left:270px;
}
.login_warning { color: #F00; text-align: center; }

/* good old clearfix - remember to use conditional comment for ie6 with .clearfix {height:1px;} */
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}

