* {
margin: 0px;
padding: 0px;
}

body {
background: #ffffff url("../images/bg.gif") repeat;
font-family: georgia, palatino, serif;
font-size: 12pt;
color: #414b56;
}

p {
line-height: 1.5em;
margin-bottom: 1.2em;
}

h1 {
font-size: 14pt;
margin-top: 20pt;
margin-bottom: 8pt;
}

h2 {
font-size: 16pt;
margin-top: 20pt;
margin-bottom: 8pt;
border-bottom: 1px dotted #c3c8cd;
line-height: 30pt;
}

h3 {
font-size: 16pt;
margin-top: 20pt;
margin-bottom: 8pt;
border-bottom: 1px dotted #c3c8cd;
line-height: 30pt;
color: #700000;
}

h4 {
}

a {
color: #414b56;
text-decoration: none;
}

a:hover {
color: #414b56;
text-decoration: underline;
}

input, textarea {
font-family: georgia, palatino, "Times New Roman", serif;
font-size: 12pt;
border: 1px solid #a8adb4;
padding: 1px;
}

/* Startseite */

#header_start1 {
background: url("../images/header_start1.gif") no-repeat;
width: 910px;
height: 50px;
margin-left: 45px;
}

#header_start2 {
background: url("../images/header_start2.jpg") no-repeat;
width: 900px;
height: 170px;
margin-left: 5px;
}

#header_start3 {
background: url("../images/header_start3.gif") no-repeat;
width: 900px;
height: 150px;
margin-left: 5px;
}

#footer_start1 {
background: url("../images/footer_start1.jpg") no-repeat;
width: 900px;
height: 170px;
margin-left: 5px;
}

#footer_start2 {
background: url("../images/footer_start2.gif") no-repeat;
width: 910px;
height: 5px;
margin-left: 45px;
}

/* Webseite */

#header {
background: url("../images/header.gif") no-repeat;
width: 910px;
height: 70px;
margin-left: 45px;
}

#header2 {
background: url("../images/header2.jpg") repeat-x;
width: 900px;
height: 225px;
margin-left: 5px;
}

#header3 {
background: url("../images/header3.jpg") repeat-x;
width: 900px;
height: 225px;
margin-left: 5px;
}

#header4 {
background: url("../images/header4.gif") repeat-x;
width: 900px;
height: 15px;
margin-left: 5px;
}

#main {
background: url("../images/main_bg.gif") repeat-y;
min-height: 500px;
width: 910px;
margin-left: 45px;
}

#content {
padding-left: 25px;
padding-right: 20px;
padding-bottom: 20px;
padding-top: 15px;
}

#content img {
}

#content ul, #content ol {
margin-bottom: 10pt;
margin-left: 40px;
line-height: 15pt;
}

#content table td {
height: 25px;
text-indent: 2px;
}

#footer {
background: url("../images/footer_bg.gif") no-repeat;
width: 910px;
height: 10px;
margin-left: 45px;
}

#copyright {
height: 60px;
font-size: 15px;
line-height: 1.5em;
margin-left: 45px;
width: 910px;
text-align: center;
font-family: "Trebuchet MS", serif;
}

.left {
float: left;
padding-left: 10px;
}

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