html, body{
    height:100%;
    min-height:100%;
}

body {
    margin:0;
    padding:0;
    color: #000000;
    background-color:#0c0c0c; /*#04001A;*/
    font-size: 13px;
    font-family: "trebuchet ms", Verdana,Arial,Helvetica,sans-serif;
    min-width: 1020px;  /*Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
}

/**
 * allgemeine Schrift-Definitionen
 */

h1{
    font-size:14px;
    font-weight:bold;
    background-image: url(../images/h1_bg.gif);
    padding-left:8px;
    padding-top:2px;
    padding-bottom:2px;
    margin:0px;
    margin-left:182px;
    border-bottom: 1px solid #D9D9D9;
    border-top: 1px solid #D9D9D9;
}


h2{
    font-size:12px;
    font-weight:bold;
    background-image: url(../images/h1_bg.gif);
    padding-left:8px;
    padding-top:2px;
    padding-bottom:0px;
    margin:0px;
    border-bottom: 1px dotted #333333;
    border-top: 1px dotted #333333;
}

h3{
    padding-left:8px;
    font-size:14px;
    font-weight:bold;
}

div#content a{
    color:#121212;
    font-style:italic;
    text-decoration:none;
    padding-left:12px;
    background-image:url(../images/link_arrow.gif);
    background-repeat:no-repeat;
    background-position:2px 5px;
}
a:hover{
    text-decoration:underline;
}

.clear{
    clear:both;
    font-size: 0px;
    line-height: 0px;
    height: 0px;
    padding: 0px;
    border: none;
}


div#main_container{
    float:left;
    width:868px;
    margin: 0;
}

* html div#main_container{
    width:880px;
    margin: 0;
}

div#ticker_container{
    height:20;
    font-size:12px;
    color:#ffffff;
    background-image: url(../images/box_header_bg.gif);
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding-top:2px;
}

div#logo{
    margin-top:25px;
    margin-left:10px;
    float:left;
}

div#header{
    padding:0;
}

/**
*  navigation oben
*/
div#top_nav{
    color:#D9D9D9;
    padding: 2px 10px 0px 10px;
    /*background-image: url(../images/topnav_bg.gif);*/
    height:19px;
}

div#top_nav a{
    color:#D9D9D9;
    font-family: Tahoma, Arial, sans-serif;
    font-size:13px;
    font-weight:bold;
    text-decoration:none;
}

/**
*  Breadcrumbs
*/

div#breadcrumbs{
    font-family: Tahoma, Arial, sans-serif;
    font-size:9px;
    color: #999999;
    padding: 5px 0px 5px 5px;
    height:19px;
}

div#breadcrumbs a{
    font-family: Tahoma, Arial, sans-serif;
    font-size:9px;
    font-style:normal;
    color: #999999;
    text-decoration:none;
    background:none;
    padding:0px;
}


/**
*  Content
*/

/* Einstellungen für FCK-Editor sollten genauso sein wie div#content */
.fck_content{
    padding:3px;
    min-width:0;
    background-color: #ffffff;
}
.fck_content td,p,a{
    font-size: 13px;
}

div#content {
    margin-left: 182px;
    margin-top: 0px;
    padding: 0px;
    margin-right:285px;
    background-color: #ffffff;

}

/*
    diese Einstellung dient dazu, den Content mindestens auf die Höhe
    der Navigation zu strecken (nur FF)
*/
div#content:after {
    content:"clear";
    clear:both;
    display:block;
    height:0;
    overflow:hidden;
    visibility:hidden;
    border:1px solid black;
}

* div#content{
    min-height:1855px;
}

div#content>p { /* nur ersten Kind-Absatz einrücken */
    font-size: 1em;
    margin: 20px;
}

* html div#content p { /* Einrückung für IE6 */
    font-size: 1em;
    margin: 20px;
}

.report_content{
    padding-left:12px;
    padding-right:12px;
}

div.description{
    padding: 0px 10px 5px 5px;
}
/**
*  Standard navigation links
*/

div#navigation {
    float: left;
    width: 182px;
    padding: 0px;
    margin:0px;
}
ul#navigation{
    background-color:#0c0c0c; /*04001A;*/
    margin:9px 0px 0px 0px;
    padding:0px 0px 10px 0px;
    font-family: Trebuchet MS,Tahoma,sans-serif;
    width:100%;
}

ul#navigation li.nav {
    /*list-style: none;*/
    border-bottom: 1px #333333 dotted;
}

ul#navigation li.nav_active {
    list-style: none;
    margin: 0;
    /*background-color: #1B124B;*/
    border-bottom: 1px #333333 dotted;
}

ul#navigation li.subnav {
    list-style: none;
    padding-left:20px;
}

ul#navigation li.subnav_active {
    list-style: none;
    padding-left:20px;
}

ul#navigation a {
    padding:5px 15px 5px 26px;
    display: block;
    font-weight: bold;
    color:#D9D9D9;
    text-decoration:none;
}

ul#navigation a.theme_brown{
    background-image:url(../images/bullet_brown.gif);
    background-repeat:no-repeat;
    background-position:8px 8px;
}

ul#navigation a.theme_blue{
    background-image:url(../images/bullet_blue.gif);
    background-repeat:no-repeat;
    background-position:8px 8px;
}

ul#navigation a.theme_red{
    background-image:url(../images/bullet_red.gif);
    background-repeat:no-repeat;
    background-position:8px 8px;
}

ul#navigation li.nav_active a{
    display: block;
    font-weight: bold;
    text-decoration:none;
    color:#ffffff;
}

ul#navigation a:visited {
    display: block;
}

ul#navigation a:hover {
    font-weight:bold;
    color:#ffffff;
}

ul#navigation a:active {
    display: block;
}

/**
* Navigation rechts
*/
ul#navigation_right{
    background-color:#0c0c0c; /*04001A;*/
    background-image:url(../images/knowhow_bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
    list-style-image:url(../images/icon_area_grey.gif);
    font-family: Trebuchet MS,Tahoma,sans-serif;
    margin-bottom:0px;
}

ul#navigation_right a {
    padding:5px 15px 5px 10px;
    display: block;
    font-weight: bold;
    color:#D9D9D9;
    text-decoration:none;
}

ul#navigation_right li.nav {
    width:150px;
    border-bottom: 1px #333333 dotted;
}

ul#navigation_right li.nav_active {
    width:150px;
    border-bottom: 1px #333333 dotted;
}

/**
*  Rechte Spalte
*/

div#info{
    float:right;
    height:100px;
    width:285px;
    background-color:#000000;
}

iframe{
    border:none;
    background-color:#0c0c0c;
}

.modelswitch{
    color:#ffffff;
    font-size:12px;
}

.modelswitch a{
    color:#ffffff;
    font-size:14px;
    text-decoration:none;
    font-weight: bold;
}

/**
*  Footer
*/

p#footer {
    font-size: 11px;
    color: #535353;
    margin: 0;
    margin-left:182px;
    padding: 0; /* 15px 0px 20px 180px;*/
    text-align: center;
    /*background-image: url(../images/bottom.gif);*/
    background-position: top right;
    background-repeat: no-repeat;
    width:400px;
}


p#footer a{
    color: #535353;
    text-decoration:none;
    padding-bottom:20px;
}

.error{
    font-weight:bold;
    color:#ff0000;
}


/**
* Boxen
*/

.box_header{
    height: 19px;
    color:#fbfbfb;
    background-image: url(../images/box_header_bg.gif);
    padding-top:3px;
    padding-left:8px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

.box_header_link{
    float:right;
    padding-right:10px;
}

.box_header_link a{
    font-size:11px;
    color:#fbfbfb;
    text-decoration:none;
}

.theme_blue{
    background-image: url(../images/box_header_bg_blue.gif);
}
.theme_red{
    background-image: url(../images/box_header_bg_red.gif);
}
.theme_brown{
    background-image: url(../images/box_header_bg_brown.gif);
}

.box_content{
    color: #fbfbfb;
    background-color:#0c0c0c;
    padding-left:5px;
}

.box_linkcontent{
    color: #fbfbfb;
    padding:5px;
    padding-left:15px;
    border-bottom: 1px #333333 dotted;
    margin-bottom:5px;
}

.box_linkdesc{
    padding-left:5px;
    font-size:11px;
}

.box_linkcontent a{
    color: #fbfbfb;
    text-decoration:none;
}

.featured_model{

}


/**
* Box mit Papierhintergrund
*/
div.sheet_ro{
    background: url(../images/sheet_bg_ro.gif);
    background-repeat: no-repeat;
    background-position: top right;
    /*background-color:#EDE6E0;*/
}
div.sheet_lo{
    background: url(../images/sheet_bg_lo.gif);
    background-repeat: no-repeat;
    background-position: top left;
}
div.sheet_ru{
    background: url(../images/sheet_bg_ru.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
}
div.sheet_lu{
    background: url(../images/sheet_bg_lu.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
}
div.sheet_bg{
    background-color:#EDE6E0;
    background-image: url(../images/sheet_bg_r.gif);
    background-position: right;
    background-repeat:repeat-y;
}
div.sheet_content{
    padding-top: 15px;
    padding-bottom:25px;
}

div.sheet_content a, div#content div.sheet_content a{
    color:#0e0e0e;
    text-decoration:none;
    background-image:none;
    padding:0px;
}

/**
* Formular-Einstellungen
*/

input.button{
    background-color:#0E0C0A;
    color:#ffffff;
    font-family: "trebuchet ms", Verdana,Arial,Helvetica,sans-serif;
    background-image: url(../images/box_header_bg.gif);
    border: 1px solid #777777;
}

a.button, div.sheet_content a.button{
    background-color:#0E0C0A;
    color:#ffffff;
    font-size:11px;
    font-family: "trebuchet ms", Verdana,Arial,Helvetica,sans-serif;
    background-image: url(../images/box_header_bg.gif);
    border: 1px solid #777777;
    text-decoration:none;
    padding:1px 8px;
    height:15px;
}


/**
* Suchformular
*/

table#search_form{
    margin-left:0px;
}

table#search_form td.subheading{
    font-weight:bold;
    /* background-image: url(../images/h1_bg.gif);*/
    border-bottom: 1px dotted #333333;
    border-top: 1px dotted #333333;
}

table#search_form td, input, select, textarea{
    font-family:Arial;
    font-size:11px;
}


/**
* Gästebuch
*/

h2.guestbook{
    border-top:1px dashed #000000;
    border-bottom: none;
    background:none;
}

input.guestbook, textarea.guestbook{
    width:230px;
}

/**
* FAQ
*/
div#faq{
    padding-left:25px;
    padding-right:25px;
}

div#faq a{
    background:none;
    padding-left: 0px;
}

div#faq ol{
    padding-left:25px;
}
div#faq li{
    padding-bottom:5px;
}

div#faq h4{
    margin-top:30px;
}

/**
*   Seitennavigation
*/
div#content p.paging a{
    font-style:normal;
    background:none;
    padding:0px;
}

.active_pagelink{
    font-size:16px;
    font-weight:bold;
}

.model_sitemap{
    display:none;
}

/**
 * Bookmarks
 */

 div.bookmarks{
    border-top:1px dotted #333333;
    padding:10px;
 }

 div.bookmarks a{
    background-image:none !important;
 }