/*
 * IFO-Blau: 0, 84, 162
 * Farbverlauf-Ende: 157,184,199
 * Farbverlauf-Anfang: 194,194,194
 *
 */
html, body {
    text-align: center;
    font-family: Verdana, "Bitstream Vera Sans", "DejaVu Sans", Tahoma, Geneva, Arial, Sans-serif;
    background-color: rgb(157,184,199);
    background-image: url(../images/real_bg.jpg);
    background-repeat: repeat-x;
    padding: 0;
    margin: 0;
    height: 100%;

    font-size: 13px;
    line-height: 18px;

    color: rgb(70,70,70);
}

a {
    text-decoration: none;
    color: rgb(0,84,162);
}

a:hover {
    color: rgb(255,170,40);
}

table td {
    vertical-align: top;
}

#container {
    position: relative;
    margin: 0 auto;
    height: auto !important; /* !important-Regel für moderne Browser */
    height: 100%; /* Mindesthöhe in IE (<7) */


    width: 950px;

    text-align: left;

    border-left: solid 2px black;
    border-right: solid 2px black;
    
    /* background-image: url(../images/bg.jpg);  */
    background-color: rgb(255,255,255);
    background-repeat: repeat-y;
    background-position: right;


    
}

#header {
    width: 100%;
    height: 90px;

    border-bottom: solid 1px gray;

    /* border: solid 1px blue; */
}

#menu {
    float: left;
    width: 150px;
    padding: 10px;
    /* border: solid 1px green; */
}

#middle {
    width: 100%;
    padding: 0;
    background-image: url(../images/schatten.jpg);
    background-repeat: repeat-x;
    /* background-color: rgb(255,255,255); */
}

#menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

#menu ul li {
    list-style-type: none;
    padding: 0;
    margin: 6px 3px;
    width: 100%;
}

#menu ul li a {
/*    color: rgb(70,70,70); */
    width: 100%;
    display: block;
    /*background-image: url(../images/strich.jpg);
    background-repeat: no-repeat;
    background-position: bottom;*/
}

#menu ul li a:hover {
    /* color: rgb(245,154,0); */
}

#menu ul li a.active {
    color: rgb(245,154,0);
}

#contents {
    padding: 15px 30px 40px 15px;
    margin-left: 160px;
    /*margin-top: 15px; */
    min-height: 200px;

}

#shadow {
    background-image: url(../images/schatten2.jpg);
    background-repeat: repeat-x;
    height: 15px;
    width: 100%;
}

#footer {
    clear: both;
    width: 950px;
    height: 20px;
    font-size: 85%;
    padding: 4px 0px;
    background-color: rgb(255,255,255);
    /* background-image: url(../images/schatten.jpg);
	background-repeat: repeat-x; */

    text-align: center;

    /*
    position: absolute;
    bottom: 0;
    */
    border-top: solid 1px gray;
    border-bottom: solid 2px black;
}

p {
    margin-bottom: 12px;
}

h1, h2, h3, h4, h5, h6 {
    color: rgb(0, 40, 80);
}

h1 {
    font-size: 18px;
    margin-bottom: 12px;
}

h2 {
    font-size: 16px;
    margin-bottom: 9px
}

h3 {
    font-size: 14px;
    margin-bottom: 6px;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}


img.withBorder {
    border: solid 1px rgb(200,200,200);
}

.error {
    color: red;
}


.captcha {
    margin-bottom: 1em;
}

.captcha img {
    float:left; margin-right: 10px
}

.captcha label, .captcha input {
    margin-bottom:5px;
    display: block;
}

form {
    width: 500px;
}

input, textarea, select {
    border: 1px gray solid;
    padding: 0px;
}

input:focus, textarea:focus, select:focus {
    border: 1px solid rgb(0,84,162);
    padding: 0;
}

.submit {
    float: right;
    width: 250px;
}
