/**
 * CSS styles for Homepage Road2SOS-Project
 * 
 * @author Thomas Weber
 * @copyright cyne GmbH
 * @version 1.0.0
 * 
 * created 2011-12-30
 */

/* ####################### HTML-Standards ############### */ 
* {
    margin: 0;
    padding: 0;
}
html, body, div, p, td, a, input, textarea, select {
    font-family:Verdana, Arial, sans-serif;
    color:#606060;
}
html {
    height:100%;
}
body {
    background: #808080;
    height:100%;
}
a {
    color:#0060b1;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
form {
    margin:0;
    padding:0;
}
textarea {
    width:418px;
    height:85px;
}
img {
    border:0;
}

/* ####################### COMPLETE-SITE ################ */
#outerContainer {
    width: 800px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    background-image:url('../images/background.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-color: #fff;
}

/* ####################### HEADER ####################### */
#head {
    height:201px;
    position: relative;
}

#head a#logoTop {
    display:block;
    position: absolute; 
    left: 39px; top: 30px;
}

/* ####################### NAVIGATION ################### */
/* WeberT: other styles look in SpryAssets via sFTP */
#navigation {
    height: 35px;
    background-color: #119fdf;
}

/* ####################### SEARCH INPUT ################# */
#search {
    margin:10px 0 0 20px;
    font-size:11px;
    background-color:transparent;
    float: left;
}
#search label {
    color: #fff;
    font-size:12px;
    display:block;
    float:left;
    width:42px;
    padding:0 10px 0 0;
}
#search input {
    border:1px solid #ccc;
    width:100px;
    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;
}

/* ####################### BODY ######################### */
#content {
    width:580px;
    padding:10px 40px 40px 40px;
    font-size:11px;
    color:#333;
    line-height:16px;
}
#content h1, #content h2 {
    margin:0 0 10px 0;
    padding:0;
    font-size:20px;
    font-weight:normal;
    color:#333;
}
#content h1 {
    line-height:22px;
}
#content h1 a {
    color:#0060b1;
    text-decoration:none;
}
#content h2 {
    font-style:italic;
    font-size:11px;
}
#content img {
    -moz-border-radius:10px;     /* Firefox */
    -webkit-border-radius:10px;  /* Safari, Chrome */
    -khtml-border-radius:10px;   /* Konqueror */
    border-radius:10px;          /* CSS3 */
}
#content ul {
    margin: 5px 0 0 15px;
}
#content p {
    -moz-border-radius:10px;     /* Firefox */
    -webkit-border-radius:10px;  /* Safari, Chrome */
    -khtml-border-radius:10px;   /* Konqueror */
    border-radius:10px;          /* CSS3 */
    margin-top: 15px;
}
#content p.box {
    border: 1px solid #ddd;
    padding: 10px 16px 14px 16px;
}
#content p.bluebox {
    background-color: #119fdf;
    padding: 10px 16px 14px 16px;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
}
#content p.blackbox {
    background-color: #8b8c8e;
    padding: 10px 16px 14px 16px;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
}
#content p.blackbox a {
    font-weight: bold;
    color: #fff;
}

/* ####################### FOOT ######################### */
#foot {
    height:40px;
    font-size:10px;
    color:#555;
    padding: 0 0 0 40px;
}
ul#metaNavigation, ul#metaText {
    display: inline;
}
ul#metaNavigation li, ul#metaText li {
    padding: 20px 10px 0 0;
    display: inline;
}

/* ####################### CONTACT FORM ################ */
#contactForm {
    font-size:11px;
    width: 430px;
}
#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;
}
/* ###################################################### */
/* ####################### BACKEND STYLES ############### */
/* ###################################################### */
#modHeaderImgEdit {
    position:absolute;
    top:60px;
    left:270px;
}


/**** 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; 
    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 rbi
 * @copyright four for business AG <www.4fb.de>
 * @version 0.1.0
 * 
 * created 2009-01-16
 */

ul.sitemapStandardMainCat {
        margin-left:0;
        padding-left: 0;
}

ul.sitemapStandardMainCat li {
    border-bottom: 1px solid #ffffff;
    list-style-type: none;
}

ul.sitemapStandardMainCat li.sitemapStandardLevel_1 {
        background-color: #e6f1fb;
        padding: 3px 3px 3px 10px;
}

ul.sitemapStandardMainCat li.sitemapStandardLevel_2 {
        background-color: #f4f9fd;
        padding: 3px 3px 3px 30px;
}

ul.sitemapStandardMainCat li.sitemapStandardLevel_3 {
        background-color: #ffffff;
        padding: 3px 3px 3px 50px;
}

.teaser_image {
    float:left; 
    margin-top:4px; 
    margin-right:4px;
}