/* Standard-Styles */

body {
    font: 0.8em Arial, Helvetica, sans-serif;
    color: #000000;
    background-color: #EEEEEE;
    margin: 20px;
}

table {
    font-size: 100%;
}

form {
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2em;
    margin: 0 0 0.8em 0;
}

h1 {
    font-size: 125%;
}

h2 {
    font-size: 110%;
}

h3, h4, h5, h6 {
    font-size: 100%;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 0;
}

input, textarea, select {
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
}

input {
    padding: 2px;
}

label {
    cursor: pointer;
}

a {
    color: #000000;
    text-decoration: underline;
}

/* Individuelle Styles */

.frameSite {
    width: 700px;
    background-color: #FFFFFF;
    padding: 20px;
}

.tableLocation td {
    vertical-align: top;
    padding: 5px;
}

.tableLocation a {
    margin: 0 10px 10px 0;
}

.tableLocation img {
    border: 1px solid #DBAB47;
    background-color: #FFFFFF;
    padding: 5px;
}

.formContact input, .formContact select {
    width: 80%;
}

.link {
    cursor: pointer;
}

.backgroundGrey {
    background-color: #EEEEEE;
}

.borderBottom {
    border-bottom: 5px solid #EEEEEE;
}

.textError {
    color: #A10104;
}

.textNotice {
    color: #008800;
}

.textLink {
    text-decoration: underline;
}

