/* 
# Stylesheet Website Christoph Niebuhr
# Letzte Änderung: 4.11.09
# Allgemeine Farben
# hellgrau: 
# orange: #ce4200
# 
*/



/* Allgemeine Einstellungen */
* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #D8D8D8;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, Serif;
    font-size: 12px;
    margin: auto;
    text-align: center;
}

#page {
    width: 960px;
    height: 480px;
    text-align: left;
    margin: 0px auto;
    margin-top: 70px;
    background-color: #ffffff;
}

#topleft {
    width: 480px;
    height: 360px;
    float: left;
}

#content {
    width: 440px;
    height: 330px;
    padding: 10px 10px 0px 30px;
    overflow: auto;
}

#contentnavigation {
    width: 440px;
    height: 20px;
    padding: 0 0 0 30px;
    color: #ce4200;
}

#topright {
    width: 480px;
    height: 360px;
    overflow: clip;
    float: left;
    background-color: #999999;
}

#bottomleft {
    background: #ce4200;
    width: 600px;
    height: 120px;
    overflow: clip;
    float: left;
    background-image: url(../media/logo_kuerzel.gif);
}

#logolink {
    float: right;
}

/* Navigation einrichten */
#bottomleft ul {
    padding: 10px 0px 10px 30px;
    float: left;
}

#bottomleft ul li {
    list-style: none;
}

#bottomleft ul li a, #bottomleft ul li {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}

#bottomleft ul li a:hover {
    color: #000000;
    text-decoration: none;
}

#bottomright {
    width: 360px;
    float: left;
}

#contentnavigation a {
    font-size: 14px;
}

.clearer {
    clear: both;
    float: none;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 1px;
}

.spacer {
    padding: 0 20px;
}




.showroom {
   width:100%;
    height:auto;
    display:table-row;
    vertical-align:middle;

}

.showroom .example{
    display:table-cell;
    vertical-align:middle;
}
.showroom .description{
    display:table-cell;
    vertical-align:top;
    padding-left:10px;
}

.overview .showroom .description{
    vertical-align:middle;
}

.divider {
    width:100%;
    height:20px;
}


.detail .showroom{
    float:left;
    padding:3px 25px 15px 0;
    display: block;
    width:auto;
}



.detail  .showroom img.rand{
    border:1px solid #cccccc;
}

a:link {
    color: #d54b15;
    text-decoration: none;
    font-weight: bold;
}

a:visited {
    color: #d54b15;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #d54b15;
    text-decoration: underline;
    font-weight: bold;
}

a:active, a:focus {
    color: #d54b15;
    text-decoration: none;
    font-weight: bold;
}

table {
    border-collapse: collapse;
}

p, td, li {
    padding: 5px 20px 0 0;
    line-height: 18px;
}

#topleft li {
    margin-left: 12px;
    padding-left: 3px;
}

ol {
    padding: 0 0 0 20px;
}

.content li {
    padding: 3px 0px 3px 0px;
}

h1 {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0 0 0;
}

h1.image{
    padding-bottom:10px;
}

h2 {
    color: #666;
    font-size: 14px;
    padding: 10px 0 0 0;
    font-weight: 300;
}

h3 {
    color: #666;
    font-size: 12px;
    padding: 8px 0 0 0;
}

img {
    border: none;
}

fieldset {
    padding: 10px;
    border: 1px solid #cccccc;
}