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

html, body {
    width: 100%;
    height: 101%;
    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.jpg);
    background-repeat: repeat-x;
    border-bottom: 2px solid #999;
    border-top: 1px solid #999;
    line-height: 30px;
    text-align: center;

}

#menue a {
        text-decoration: none;
}

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

.nav:hover {
    font-weight:bold;
}

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

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

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



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

#content {
    width: 100%;
    padding-bottom: 25px;
    font-size: 13pt;
}

#inner {
    width: 80%;
    margin: 20px auto;
    padding: 20px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    background-color: #363636;
}

#text h3 {
    text-align: center;
}

#text {
    width: 80%;
    margin: 20px auto;
    padding: 40px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    background-color: #363636;
    clear:both;
}

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


.galmenu {
    text-align: center;
}

#bildchen {
    margin: 10px auto 0px auto;
    text-align: center;
}

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

form {
    margin: 50px;
}

.formbild {
    border: 1px solid #999;
    border-right: none;
    float: left;
    margin-left: 5px;
    margin-top: 5px; 
}

#filefeld {
    width: 400px;
}

.check {
    float: left;
    height: 30px;
    border: 1px solid #999;
    border-left: none;
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 5px;
}

#submit {
    clear: both;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    background-color: transparent;
    
}

#formular {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
}

#login {
    width: 50px;
}


/*============================================*/
/*==          Thumpnail erstellen           ==*/
/*============================================*/


img {
    position: relative;
}

#sorce {
    position: absolute;
    visibility: hidden;
    width: 50px;
    height: 50px;
    border: 2px solid #FF0000;
}




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

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

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




















