html, body {
         background-color: #ff6e02;
         font-family: Arial;

}

#hinweis {
         color: #000000;
         font-size: 0.6em;
         margin: 0px auto 10px auto;
         width: 600px;
}

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

#menu {
         background-color: #424242;
         width: 600px;
         margin: 0px auto 0px auto;
         height: 35px;
}

#menu a {
         display: block;
         float: left;
         height: 30px;
         text-decoration: none;
         color: #fff;
         font-size: 1em;
         width: 119px;
         text-align: center;
         border-right: 1px solid #000000;
         padding-top: 5px;
}

#menu a:hover {
         display: block;
         float: left;
         height: 30px;
         text-decoration: none;
         color: #ff6e02;

}

#content {
         background-color: #ffffff;
         width: 580px;
         margin: 0px auto 0px auto;
         min-height: 300px;
         font-size: 1em;
         color: #424242;
         padding: 10px;
         line-height: 1.5em;
         -webkit-border-bottom-right-radius: 15px;
         -webkit-border-bottom-left-radius: 15px;
         -moz-border-radius-bottomright: 15px;
         -moz-border-radius-bottomleft: 15px;
         border-bottom-right-radius: 15px;
         border-bottom-left-radius: 15px;

}

#content a {
         text-decoration: none;
         color: #ff6e02;
         font-size: 1em;
         font-weight: bold;
}

#content a:hover {
         text-decoration: underline;
         color: #ff6e02;
         font-size: 1em;

}

#content img {
         margin-right: 15px;
}

#logos {
         margin: 10px auto 0px auto;
         width: 600px;
         font-size: 0.6em;
         color: #000000;
}

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

h1 {
         font-size: 24px;
         color: #ff6e02;
         line-height: 1.2em;
}

h2 {
         font-size: 20px;
         color: #424242;
         line-height: 1.2em;
         }