body {
    font-family: Tahoma;
    font-size: 12px;
    width: 800px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}         

#spgallery {
    background: transparent;
    overflow-y: scroll;
    overflow-x: hidden;
}

#background {
    background: url("/images/background.jpg") no-repeat scroll transparent;
    position: fixed;
    top: 0;
    left: 50%;
    width: 1100px;
    height: 100%;
    margin-left: -550px;
}

#container {   
    position: relative; 
    height: 240px;    
    width: 1100px;
}          

#fett {
    font-weight: bold;
}

#inhalt { 
    position: absolute;
    font-size: 14px;
    top: 230px;
    left: 275px;
    width: 600px;
    height: 100%;   
    overflow-x: hidden;
    overflow-y: auto;
    margin-right: 7px;
}

#vCard {
    position: absolute;
    height: 100%;
}

#menu {
    position: absolute; 
    top: 275px;   
    left: 25px;
    width: 250px;   
    font-size: 20px;
    font-weight: bold;   
}

#li_menu {
    height: 3.6%;
    list-style-type: none;
    font-size: 17px;
    margin-bottom: 7px;
}

#logo {
    background-color: #ffffff;
}

#img_left {
    float: left;
}   

img#foto {
    width: 500px;
}  

img#img_logo {
    width: 300px;
}  

#titel {
    position: absolute;
    color: #000000;
    font-size: 40px;
    top: 175px;
    left: 800px;
    text-align: center;
    width: 300px;
    height: 55px;
    line-height: 55px;
}

input{
    border: 1px solid #6A425B;
    font-family: Verdana;
}

textarea{
    border: 1px solid #6A425B;
    font-family: Verdana;
}

#logout_btn{
    height: 32px;
    width: 101px;
    border: 1px solid #6A425B;
    background-color: transparent;
    color: #D07DB0;
    font-family: verdana;
}

#copyright {
    position: absolute; 
    top: 470px; 
    left: 700px; 
    width: 300px; 
    height: 15px;
    text-align: right;
    font-size: 12px;
}

a:link{ 
    color: #000000; 
    text-decoration: none;
}

a:visited{
    color: #000000;  
    text-decoration: none;
}

a:hover{
    color: #52BAE1; 
    text-decoration: none;
}

a:active{
    color: #000000; 
    text-decoration: none;
}