@import url(/styles/live/dmpreis/articles.css);
@import url(/styles/live/dmpreis/navigation.css);
@import url(/styles/live/thickbox.css);

/* Structure */
html, body {
    margin: 0;
    padding: 0;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 145%;
    color: #232323;
    text-align: left;
    background-color: #F3E5C4;
}

.mceVisualAid {
    border : 1px dashed #ffbbbb;
}

p {
    margin: 0;
    padding: 0 0 10px 0;
}

input {
    margin: 0;
}

input.button {
    height: 21px;
    padding: 0 6px;
}

/* Images */
img {
    border: 0;
}

.clear {
    clear: both;
}


/* Links */
a {
    text-decoration: none;
    color: #5A463B;

}

a:hover {
    text-decoration: none;
    color: #715E4E;
}

/* remove dashed boxes from around links in firefox */
a:focus {
    user-focus: none;
    outline: none;
    -moz-user-focus: none;
    -moz-outline: none;
}

/* Headings */
h1 {
    margin: 0;
    padding: 0 0 15px 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #5A463B;
}

h2 {
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    color: #5A463B;
}

h3 {
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 12px;
    color: #5A463B;
}


/* Body - Container */
#container_tb {
    margin: 0 auto;
    width: 960px;
}

#container {
    clear: both;
    float: left;
    width: 960px;
    padding-top: 35px;
    background-color: #FFFFFF;
}

#container-bg {
    clear: both;
    float: left;
    width: 960px;
    background-image: url(/images/dmpreis/container-bg.gif);
    background-position: center top;
    background-repeat: repeat-y;
}

#logoandsidenav {
    clear: both;
    float: left;
    width: 220px;
    height: auto !important;
    height: 10px;
    min-height: 10px;
    padding-right: 1px;
}

#logo {
    display: block;
    clear: both;
    float: left;
    width: 220px;
    height: 200px;
}

#sidenavwrapper {
    clear: both;
    float: left;
    width: 219px;
    padding-left: 1px;
}

#sidenav {
    clear: both;
    float: left;
    width: 219px;
    text-align: right;
}

#header {
    float: left;
    width: 738px;
    height: 130px;
    background-color: #FFFFFF;
}

#headimage {
    clear: both;
    float: left;
    width: 738px;
    height: 115px;
    background-position: center top;
    background-repeat: no-repeat;
}

#contentandzone {
    float: left;
    width: 738px;
    padding-top: 1px;
    background-image: url(/images/dmpreis/line.gif);
    background-position: left top;
    background-repeat: repeat-x;
}

#contentwrapper {
    clear: both;
    float: left;
    width: 529px;
    padding-right: 1px;
}

#contenttopline {
    clear: both;
    float: left;
    width: 499px;
    height: 14px;
    padding: 9px 15px;
    line-height: 1;
    font-weight: bold;
    background-color: #F3E5C4;
}

#content {
    clear: both;
    float: left;
    width: 469px;
    height: auto !important;
    height: 400px;
    min-height: 400px;
    padding: 15px 30px;
}

#zonewrapper {
    float: left;
    width: 208px;
    height: auto !important;
    height: 10px;
    min-height: 10px;
}

.zonearticle {
    clear: both;
    float: left;
    width: 178px;
}

.zonearticletitle {
    clear: both;
    float: left;
    width: 178px;
    height: 14px;
    padding: 9px 15px;
    line-height: 1;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #513D32;
}

.zonearticlecontent {
    clear: both;
    float: left;
    width: 178px;
    padding: 9px 15px;
}


.label {
    display: block;
}

input.field {
    background-color: #CDCDCD;
    border: 1px solid #A0AEC0;
    padding:2px;
}


ul {
    margin: 0;
    padding: 0 0 10px 17px;
    list-style-position:outside;
}

#sitemap {
    display:block;
    float: left;
    height: 16px;
    width: 16px;
    margin: 5px;
    background-image: url(/images/default/sitemap.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
}

#sitemap:hover {
    background-position: -16px 0px;
}

a.sitemaptop {
    display: block;
    background-image: url(/images/default/sitemapline.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: bold;
    width: 300px;
}

a.sitemaplow {
    display: block;
    padding-left: 20px;
    width: 280px;
}