/* seitenlayout */
html {
    padding:0px;
    margin:0px;
}
body {
    background-color: #FFF;
    padding: 0px;
    margin-top: 60px;
    margin-bottom: 40px;
    text-align: center;
    background: #EBE9D4 url(../img/background.jpg) repeat scroll 0 0;
}
.container {
    width: 900px;
    margin-right: auto;
    margin-left: auto;
    padding:0px;
}
.content {
    background-color: transparent;
    width: 900px;
    text-align: left;
    margin: 0px;
    border: solid 0px #000000;
    font-size: 12px;
    font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
    line-height: 19px;

}
.header {
    width: 900px;
    height: 150px;
    padding: 0px;
    margin: 0px;
    text-align: right;
}
.main {
    padding: 0px 20px;;
}

.footer {
    width: 900px;
    text-align: right;
    border-top: 1px solid #666;
    margin-top: 70px;
}


/* Schriften */

h1, h2 {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin: 0px 0px 10px 0px;
}


p {
    font-size: 12px;
    color: #333;
    text-align: left;
    letter-spacing: 0.01em;
    margin: 0px;
    margin: 0px 0px 15px 0px;
    font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
}
a {
    color: #333;
    font-weight: bold;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}

.footer a {
    color: #666;
    font-weight: normal;
    text-decoration: none;
    font-size: 11px;
    font-family: Georgia, Serif;
text-transform: uppercase;
}

/* Navigation */

#navigation {
    width: 900px;
    background-color: transparent;
    height: 22px;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
}
#navigation ul {
    list-style-type: none;
    padding: 0px 0px 0px 13px;
    margin: 0px;
    float: left;
}

#navigation ul li {
    float: left;
    padding: 0px 2px;
    margin: 2px 0px;
}

#navigation ul a {
    color: #333;
    text-decoration: none;
    padding: 0px 30px;
    font-weight: normal;
    display: block;
    float: left;
    line-height: 18px;
    font-family: Georgia, Serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.02em;

}

#navigation li a:hover {
    color: #fff;
    background-color: #000;
}

#navigation li a.active {
    color: #FFF;
    background-color: #000;
}

/* Images */

img {
    border: 0px;
}

img.hands {
    float: right;
    margin: 5px 0 15px 15px;
    border: 1px solid #aaa;
}

img.border {
    border: 1px solid #aaa;
}

/* Formular */

.form {
    background: transparent;
    float: right;
    padding: 10px;
    border: 1px solid #aaa;
    width: 305px;
}
.form p {
    padding: 5px 0;
    margin: 0px;
}
label {
    display: block;
}
input, textarea {
    width: 300px;
    border: 1px solid #aaa;
    font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
    font-size: 12px;
    padding: 2px;
}
.submitButton{
    background: #fff;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid #aaa;
}
