* {
    padding: 0px;
    margin: 0px;
}

html, body {
    width: 100%;
    height: 100%;
    background-color: #999;
    color: #fff;
    font-family: Georgia,"Bitstream Charter","Century Schoolbook L","Liberation Serif",Times,serif
}

a img {
    border: none;
}

a {
    color: #fff;
    font-family: Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
}

a:hover {
    color: #99ffff;
}


#wrapper {
    min-height: 100%;
    position: relative;
}

#header {
    width: 100%;
    height: 150px;
    background-color: #000000;
    background-image: url("img/header4.jpg");
    background-repeat: no-repeat;
    background-position: center;
}

#header a {
    display: block;
    width: 100%;
    height: 150px;
}

/*============================================*/
/*==             Menue                      ==*/
/*============================================*/

#menue {
    width: 100%;
    height: 30px;
    background-image: url(img/nav_back_30px.jpg);
    background-repeat: repeat-x;    
    text-align: center;
    font-size: 12pt;
    box-shadow: 0px 5px 10px #000;
    -webkit-box-shadow: 0px 5px 10px #000;
    position: absolute;
    z-index: 100;
    overflow: hidden;
}


#menue p {
    line-height: 30px;
}

#center {
    width: 755px;
    margin-left: auto;
    margin-right: auto;
    height: 29px;
    border-left: 1px solid #999; 
}

li {
    float: left;
    height: 29px;
    width: 150px;
    list-style: none;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
}

#menue a:link {
    color: #fff;
    font-family: Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
    text-decoration: none;    
}

#menue a:visited {
    color: #fff;
    font-family: Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
    text-decoration: none;
}

#menue a:focus{
    outline: none;
    text-decoration: none;
    font-family: Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
}

#menue a:hover {
    color: #99ffff;
    font-family: Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
    font-weight:bold;
    text-decoration: none;
}

#menue a:active {
    font-family: Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
    color: #99ffff;
    text-decoration: none;
}

.active {
    color: #99ffff;
    font-weight:bold;

    font-family: Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
}


/*============================================*/
/*==            Content                     ==*/
/*============================================*/

#content {
    width: auto;
    padding-top: 20px;
    padding-bottom: 25px;
    /* overflow: auto; */
    font-size: 13pt;
    
}

#inner {
    width: 80%;
    min-width: 840px;
    margin: auto;
    margin-bottom: 20px;
    padding: 40px;
    border-bottom-left-radius: 25px;
    -moz-border-bottom-left-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    -moz-border-bottom-right-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    background-color: #363636;
    box-shadow: 0px 5px 10px #000;
    -webkit-box-shadow: 0px 5px 10px #000;
}

#text {
    width: 80%;
    margin: auto;
    margin-bottom: 20px;
    padding: 40px;
    border-bottom-left-radius: 25px;
    -moz-border-bottom-left-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    -moz-border-bottom-right-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    background-color: #363636;
    box-shadow: 0px 5px 10px #000;
    -webkit-box-shadow: 0px 5px 10px #000;
}

#text a {
    font-family: Georgia,"Bitstream Charter","Century Schoolbook L","Liberation Serif",Times,serif        
}

.galmenu {
    text-align: center;
}

#bild {
    width: auto;
    min-height: 50px;
    margin: 10px auto 10px auto;
    text-align: center;
}

#bild img {
    padding: 5px;
    border: 1px solid #999;
}

#wait {
    position: fixed;
    visibility: hidden;
    left: 50%;
    top: 50%;
    width: 200px;
    height: 44px;
    margin-top: -25px;
    margin-left: -100px;
    padding-top: 22px;
    background-color: #999;
    border: 2px solid #363636;
    text-align: center;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}


/*============================================*/
/*==                Footer                  ==*/
/*============================================*/

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 25px;
    background-color: #000;
    margin-top: 20px;
}

#footer p {
    margin-left: 10px;
}




















