@charset "utf-8";
/* CSS Document */
body{
    margin:0px;
    padding:0px;
    background-color:#fcfadf;
    background-image: url(bilder/hintergrund.jpg);
    background-repeat: repeat-y;
    background-position: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    color: #383839;
}
#header {
    background-color:#6c6c6c;
    height: 201px;
    width: 100%;
}
.header {
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:20px;
    color: #383839;
}
.header2 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:18px;
    color: #383839;
}
.header3{
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:15px;
    color: #383839;
}
.normal {
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    color: #383839;
}
#content {
    width: 848px;
    margin-left:auto;
    margin-right:auto;
}
#text {
    width: 820px;
    margin-left:auto;
    margin-right:auto;
}
a {
    color: #383839;
    text-decoration: none;
}
a.team {
    color: #a61d1e;
    text-decoration: none;
}
hr {
    border-top-color: #d7d7d7;
    border-right-color: #d7d7d7;
    border-bottom-color: #d7d7d7;
    border-left-color: #d7d7d7;
}



nav,
nav ul,
nav li,
nav a {
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
    min-height: 31px;
    line-height: 31px;
    font-size: 10px;
    text-transform: uppercase;
}
nav {
    display: table;
    width: 100%;
}
nav ul {
    display: table-row;
}
nav ul li {
    display: table-cell;
    border-right: 1px solid black;
}
nav ul li:last-child {
    border-right: 0;
}
nav ul,
nav li {
    list-style: none;
}
nav ul {
}
nav a {
    text-decoration: none;
    background: grey;
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 0 5px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#787878+0,2c2c2c+100 */
    background: #787878; /* Old browsers */
    background: -moz-linear-gradient(top, #787878 0%, #2c2c2c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#787878), color-stop(100%,#2c2c2c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #787878 0%,#2c2c2c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #787878 0%,#2c2c2c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #787878 0%,#2c2c2c 100%); /* IE10+ */
    background: linear-gradient(to bottom, #787878 0%,#2c2c2c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#787878', endColorstr='#2c2c2c',GradientType=0 ); /* IE6-9 */
}
nav li.active a,
nav a:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,b3b3b3+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #b3b3b3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#b3b3b3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#b3b3b3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#b3b3b3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#b3b3b3 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#b3b3b3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b3b3b3',GradientType=0 ); /* IE6-9 */
    color: black;
}
nav li.active a,
nav li.active a:hover {
    color: #a61d1e;
}
nav ul {
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius:  6px;
    -moz-border-radius-bottomright:     6px;
    -moz-border-radius-bottomleft:      6px;
    border-bottom-right-radius:         6px;
    border-bottom-left-radius:          6px;
}
nav li:first-child,
nav li:first-child a {
    -webkit-border-bottom-left-radius:  6px;
    -moz-border-radius-bottomleft:      6px;
    border-bottom-left-radius:          6px;
}
nav li:last-child,
nav li:last-child a {
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright:     6px;
    border-bottom-right-radius:         6px;
}

a img {
    border: 0;
}




.form_table {
    border: 1px solid silver;
    width: 800px;
    background: #f2f2f2;
    border-radius: 6px;
}
.form_table > tr > td {
    padding-bottom: 20px;
}
.form_table > tr > td {
    width: 1000px;
    background: red;
}
.form_table table {
    min-width: 100%;
}
.form_table td,
.form_table th {
  text-align: left;
    vertical-align: top;
}
.form_table textarea,
.form_table input[type="email"],
.form_table input[type="text"] {
    background: white;
    border: 1px solid silver;
    box-shadow: 0 1px 3px #eee inset;
}
.form_table input[type="email"],
.form_table input[type="text"] {
    margin-bottom: 5px;
}

.box {
    float: left;
    border: 1px solid silver;
    background: white;
    border-radius: 6px;
    box-shadow: 0 6px 6px #ddd;
}
.clear {
    clear: both;
}

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


.yellow-box {
    border: 1px solid #d7d7d7;
    margin-bottom: 1rem;
}
.yellow-box,
.yellow-box-title {
    border-radius: 8px;
}
.yellow-box-title {
    color: black;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fbf9d9+0,f0e66a+100 */
    background: #fbf9d9; /* Old browsers */
    background: -moz-linear-gradient(top,  #fbf9d9 0%, #f0e66a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #fbf9d9 0%,#f0e66a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #fbf9d9 0%,#f0e66a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf9d9', endColorstr='#f0e66a',GradientType=0 ); /* IE6-9 */
}
.yellow-box-title h2 {
    font-weight: normal;
    font-size: 125%;
    padding: 0;
    margin: 0;
    padding: .5rem;
}
.yellow-box-content {
}
.yellow-box-content table {
    width: 100%;
}
.yellow-box-content td {
    padding: .25rem .5rem;
    vertical-align: top;
}
.yellow-box-content p {
    margin: 0;
    padding: 0;
    margin: .25rem 0;
}