#design {
 width: 860px;
 font-size:11px;
 text-align: right;
 padding: 0;
 margin: 0;
}

#wrapper {
 width: 860px;
 position: relative;
 margin: 0px auto;
 font-family:Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #333;
}

#header {
 width: 860px;
 height: 96px;
 background: #1457b2;
}

img {
 border: none;
}

#article_description h1 {
 height: 96px;
 line-height: 95px;
 font-size: 18px;
 font-weight: bold;
 color: #fff;
 text-indent: 25px;
}

#content {
 width: 860px;
 position: relative;
 margin-top: 50px;
}

#left {
 float: left;
 width: 200px;
}

#right {
 float: right;
 width: 635px;
}

.module {
 border: 1px solid #333;
 width: 100%;
 position: relative;
 background: #fff url(http://www.hausdermarken.de/images/gallery/bilder/module.png) right repeat-y;
 margin-bottom: 25px;
}

.module_header {
 display: block;
 background: #1457b2;
 color: #fff;
 height: 30px;
 line-height: 30px;
 font-size: 13px;
 font-weight: bold;
 text-indent: 15px;
 text-transform: uppercase;
}

.module_content {
 padding: 20px 15px;
}

.module_left_footer {
 width: 200px;
 height: 15px;
 position: absolute;
 left: 0px;
 bottom: 0px;
 background: url(http://www.hausdermarken.de/images/gallery/bilder/module_left_footer.png);
}

.module_right_footer {
 width: 635px;
 height: 15px;
 position: absolute;
 left: 0px;
 bottom: 0px;
 background: url(http://www.hausdermarken.de/images/gallery/bilder/module_right_footer.png);
}

a:link, a:visited {
 color: #333;
}

a:hover {
 color: #ff0000;
}

.rot {
 color: #ff0000 !important;
}