html {
}

* {
padding: 0;
margin: 0;
}

body {
color: #333333;
background-color: #808080;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}

img {
border: 0;
}

/* =============================
DIV-Bereiche
============================= */

#wrapper {
position: relative;
margin-top: 20px;
margin-right: auto;
margin-bottom: 20px;
margin-left: auto;
width: 800px;
height: 620px;
background-color: #ededed;
color: #333333;
line-height: 15px;
}

#kopfbereich {
position: absolute;
top: 0;
left: 0;
width: 800px;
height: 115px;
background-image: url(images/layout/muster-header.jpg);
background-position: top;
background-repeat: no-repeat;
}

#navibereich {
position: absolute;
top: 115px;
left: 0;
width: 740px;
height: 20px;
padding: 15px 45px 15px 15px;
text-align: right;
}

#navibereich ul {
margin: 0;
}

#navibereich li {
display: inline;
list-style-type: none;
margin: 0;
border-right: 1px solid #333333;
}

#navibereich li.last {
border: none;
}

#navibereich a {
color: #810102;
text-decoration: underline;
padding: 0 6px 0 6px;
}

#navibereich a:active {
text-decoration: underline;
}

#navibereich a:hover {
text-decoration: underline;
}

#textbereich {
position: absolute;
top: 180px;
left: 15px;
width: 755px;
height: 390px;
padding-right: 15px;
overflow: auto;
}

.bildlinks {
float: left;
margin-bottom: 5px;
margin-left: 5px;
display: inline;
}

.bildrechts {
float: right;
margin-bottom: 5px;
margin-left: 5px;
display: inline;
}

#fussbereich {
position: absolute;
top: 585px;
left: 0;
width: 770px;
height: 23px;
color: #ededed;
background-color: #810102;
padding: 10px 15px 4px 15px;
}

div.csc-textpic-intext-left-nowrap p,h1 {
margin-left: 25px !important;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img {
margin: 0 0 10px 0;
}

/* =============================
Allgemeine HTML-Elemente
============================= */

h1 {
color: #808000;
font-size: 12px;
font-weight: bold;
line-height: 16px;
margin-bottom: 1em;
}

h2 {
color: #808000;
font-size: 12px;
font-weight: bold;
line-height: 16px;
margin-bottom: 1em;
}

address {
text-align: center;
font-size: 10px;
font-style: normal;
}

a {
text-decoration: none;
outline: none;
}

a:link {
color: #810102;
}

a:visited {
color: #810102;
}

a:hover, a:focus {
text-decoration: underline;
color: #810102;
}

a:active {
text-decoration: underline;
color: #810102;
}

p, ul {
margin-top: 0;
margin-right: 0;
margin-bottom: 1em;
margin-left: 0;
}

ul ul {
margin: 0;
}

li {
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
margin-left: 1em;
}

#homepage {
background-color: #999999;
}

#homepage .upper {
background-color: #ffffff;
height: 500px;
width: 100%;
text-align: center;
}

#homepage .upper img {
margin: auto;
margin-top: 138px;
}

#homepage .lower {
text-align: center;
font-weight: bold;
padding: 4px;
}

#homepage a {
text-decoration: underline;
outline: none;
}

#homepage a:link {
color: #810102;
}

#homepage a:visited {
color: #810102;
}

#homepage a:hover, a:focus {
color: #810102;
}

#homepage a:active {
color: #810102;
}