/* ################################################################
   ################################################################
                        Struktur der Seite
   ################################################################
   #################################################################
*/

body
{
    background:#335;
}

#all
{
    max-width: 1400px;
    min-width: 400px;    
    border:solid 0;
    margin:0 auto;
    padding:0;
}

#wrapper
{
    overflow: hidden;
    background: #fff;
}

#nav {
    float: left;
    min-height: 40vh;
    max-height: 80vh;
    overflow-y: scroll;
}

#content {
    min-height: 80vh;
    overflow: hidden;
    postion: relative;
    background: #fff;
}

#footer {
    clear: both;
}


/* ################################################################
   ################################################################
                      Formatierung des Oberen Menues 
   ################################################################
   #################################################################
*/

#topmenu {
    border: 0;
    margin: 0;
    padding: 0;
}

#topmenu ul {
    list-style-type: none;
    border:  0;
    padding: 0;
    margin:  0 0 5px 5px; !important
}

#topmenu ul li {
    display:inline;
    border:0;
    border-color:#88e;
    border-style:solid;
    border-width:0 1px 0 0;
    margin:0;
    padding:0;
}

#topmenu ul li:first-child {
    border-width: 0 1px 0 1px;
}

#topmenu ul li a:link, #topmenu ul li a:visited {
    font-weight:400;
    text-decoration: none;
    border:  0;
    margin:  0;
    padding: 0 10px;
}

#topmenu ul li a:link, #topmenu ul li a:visited
{
    color: #fff;
    padding:10px;
}

#topmenu ul li a:hover
{
    color: #ff0;
}


/* ################################################################
   ################################################################
                      Formatierung des Banners
   ################################################################
   ################################################################
*/

#header {
    background:   #eef;
    border-color: #88e;
    border-style: solid;
    border-width: 0.1px 0px 1px 0px;
    margin:       0;
    padding:      0;
}

#header p {
    color:#22a;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;
}

/* ################################################################
   ################################################################
                  Formatierung des Navigationsmenues
   ################################################################
   ################################################################
*/

#nav {
    background: #eee;
    border-right: solid;
    border-color: #88e;
    border-right-width: 1px;
    border-bottom: solid;
    border-bottom-color: #88e;
    border-bottom-width: 1px;
}

#nav ul
{
    list-style-type: none;
    margin: 0;
    padding: 20px 10px 0;
}

#nav ul li a
{
    font-weight:   bold;
    display:         block;
    text-decoration: none;
    border-style:    solid;
    border-width: 0 0 1px  3px;
    margin:       0 0 10px;
    padding:      0px 10px 0px;
    color:        #22a;
    border-color: #22a;
}

#nav ul li ul {
    padding: 0 0 0 30px;
}


#nav ul li ul li a
{
    font-weight: normal;
    color: #88e;
    border-color: #88e;
}

#nav ul li a:hover
{
    color: #a22 !important;
    border-color: #a22 !important;
}

/* ################################################################
   ################################################################
                  Formatierung der Fußzeile
   ################################################################
   ################################################################
*/

#footer {
    color: #fff;
    border: 0;
    margin: 0;
    padding: 0;
}

/*##############################################################
################################################################
                      Formatierung des Contents
################################################################
##############################################################*/

* 
{
    font-family: Arial, Verdana, sans-serif;
}

#content
{
    padding: 20px 20px 0px 20px;
}

#content video
{
    border-color: #88e;
    border-width: 1px;
}

/* Alle Verlinkungen sollen in blau sein, */
/* und sich beim darüberfahren rot färben */
#content a:link, a:visited
{
    color:#22a;
    text-decoration: none;
}

#content a:hover
{
    text-decoration:none;
    color:#a22
}

#content p {
    line-height: 1.4em;
}

#content h1 {
    color:#22a;
    font-weight:700;
    font-size:1.4em;
    line-height:1.19em;
    color:#22a;
    border: 0;
    margin:0 -5px 10px;
    padding:5px;
}

#content h1:first-child {
    border-bottom:1px;
    border-bottom-style:solid;
    border-bottom-color:#88e;
}

#content h2 {
    color:#22a;
    font-weight:400;
    font-size:1.2em;
    border: 0;
    margin-bottom:10px;
    padding:3px 0;
}

#content h3 {
    color:#22a;
    font-weight:700;
    margin:20px 0 10px;
}

#content h4 {
    color:#22a;
    font-weight:700;
    margin:20px 0 10px;
}

