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

html {
    overflow-y: scroll;
}

body {
    background-color: #FFF;
    font-size: 12px;
    color: #454747;
    font-family: Arial, Helvetica;
    background-image: url('../images/layout/background.png');
    background-position: center;
    background-repeat: repeat-y;
    text-align: center;
    margin: 41px 0px 5px 0px;
}

img {
    border: none;
}

a {
    cursor: pointer;
}

a span {
    margin: -2px 0px 0px 0px;
    padding: 0px 3px 0px 0px;
    display: block;
    float: left;
}

.clear {
    clear: both;
    overflow: hidden;
}

.bold {
    font-weight: bold;
}

.white {
    color: #FFF;
}

.floatedLeft {
    float: left;
}

.floatedRight {
    float: right;
}

img.floatedRight {
    margin: 5px 0px 5px 25px;
}

#pageContainer {
    width: 823px;
    margin: 0px auto 0px auto;
    text-align: left;
}

#logo {
    width: 267px;
    height: 58px;
    background-image: url('../images/layout/logo.png');
    overflow: hidden;
    margin: 0px 0px 0px 35px;
}

#logo img {
    width: 267px;
    height: 58px;
}

#panorama {
    width: 823px;
    height: 171px;
    overflow: hidden;
}

#contentContainer {
    padding: 20px 0px 10px 35px;
}

#navigation {
    padding: 0px 0px 25px 0px;
}

#navigation ul {
    list-style-type: none;
}

#navigation ul li {
    float: left;
    padding: 0px 8px 0px 8px;
    line-height: 19px;
}

#navigation ul li.first {
    padding-left: 0px;
}

#navigation ul li.last {
    padding-right: 0px;
}

#navigation ul li.last a:link,
#navigation ul li.last a:visited,
#navigation ul li.last a:hover,
#navigation ul li.last a.active {
    color: #edf4db;
}

#content {
    padding: 0px 85px 0px 0px;
}

#content table {
    width: 395px;
    margin: 0px 0px 20px 0px;
    line-height: 19px;
}

#content table tr td {
    vertical-align: top;
}

#content table tr td.col1 {
    font-weight: bold;
    width: 95px;
}

#content table tr td.col2 {
    width: 300px;
}

#content p {
    padding: 0px 0px 20px 0px;
    line-height: 18px;
    text-align: justify;
}

#content ul {
    padding: 0px 0px 20px 0px;
    margin: 0px 0px 0px 25px;
}

#content ul.lines {
    list-style-type: none;
    margin: 0px 0px 0px 0px;
}

#content ul.lines li {
    background-image: url('../images/content/lines.png');
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 13px;
}

#content ul li {
    padding: 2px 0px 2px 0px;
    line-height: 19px;
}

#content .textContainer {
    width: 340px;
}

h1,
h2 {
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0px 0px 25px 1px;
}

h2 {
    padding: 10px 0px 15px 1px;
}

#leftCol {
    float: left;
    width: 400px;
}

#rightCol {
    float: right;
    width: 280px;
}

#formTable {
    width: 600px;
    font-size: 12px;
    color: #454747;
    font-family: Arial, Helvetica;
}

#formTable tr td {
    padding: 3px 0px 3px 0px;
}

#formTable tr td.col1 {
    width: 170px;
}

#formTable tr td.col2 {
    width: 430px;
}

#formTable tr td.submitButton {
    text-align: right;
}

#formTable tr td.submitButton input {
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 0px 15px 0px 15px;
    color: #454747;
    font-family: Arial, Helvetica;
    border: 1px solid #d7f384;
    background-color: #d7f384;
    cursor: pointer;
    margin: 5px 50px 0px 0px;
}

.textfield,
.textarea {
    font-size: 12px;
    color: #454747;
    font-family: Arial, Helvetica;
    border: 1px solid #454747;
    background-color: #d7f384;
    width: 245px;
    padding: 0px 2px 0px 2px;
}

.textarea {
    height: 85px;
}

#tabs {
    border-top: 1px dotted #454747;
    margin: 0px 85px 0px 0px;
    font-size: 11px;
    font-weight: bold;
    padding: 5px 0px 0px 0px;
}

#tabs ul {
    list-style-type: none;
}

#tabs ul li {
    float: right;
    padding: 0px 0px 0px 15px;
}

.messages {
    padding: 5px 0px 5px 15px;
    margin: 0px 0px 10px 0px;
}

.messages ul {
    list-style-type: none;
    line-height: 19px;
}

.messages.error {
    border-left: 4px solid red;
    color: red;
}

.messages.status {
    border-left: 4px solid green;
    color: green;
}

.messages.status em {
    font-weight: bold;
}

#anfahrt {
    color: #FFF !important;
    font-weight: bold !important;
    cursor: pointer !important;
}

a:link,
a:visited {
    text-decoration: none;
    color: #454747;
}

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

a.active {
    color: #FFF;
}

#content a:link,
#content a:visited,
#content a.active {
    text-decoration: none;
    color: #FFF;
    font-weight: bold;
}

#content a:hover {
    text-decoration: none;
    color: #FFF;
    font-weight: bold;
}