*{
    margin: 0;
    padding: 0;
    font-size: 11pt;
    border: 0; 
}

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

a:hover{
    color: #CCCCCC;
    text-decoration: underline;    
}

input, textarea{
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    background-color: #26171c;
}

ul{
    list-style: none;
}

body{
    background-color: black;
    background-image: url('images/background.png');
    color: #FFFF00;
}

h1{
    font-size: 16pt;
}

#site{
    width: 1000px;
    margin: auto;
    color: #CCCCCC;
    padding: 2px;
}

#sidebar{
    width: 194px;
    margin-right: 6px;
    background-image:url('images/guy-topt.png');
    background-repeat: no-repeat;
    float: right;
    padding-top:70px;
}

#sidebarhead1{
    background-image:url('images/guy-bottom.png');    
}

.sboxhead{
    height: 27px;
    background-color: #333344;
    margin-bottom: 3px;    
}         

.sboxcontent{
    background-color: #26171c;
    margin-bottom: 3px;     
}

#logo{
    height: 100px;
    width: 800px;
    background-image:url('images/logos/14t.png');
}

#navigation{
    background-color: #333344;
    margin-bottom: 6px;
    margin-right: 6px;
}

#navigation ul li{
    display: inline;
    padding-left: 3px;
    padding-right: 3px;
}

#navigation #mainnav{
    float: left;
}

#navigation #usernav{
    text-align: right;
}

#main{
    width: 800px;
}

#contentarea{
    margin-right: 6px;
}

#contenthead{
    background-color: #26171c;
    margin-bottom: 3px;
    padding: 2px;
    font-weight: bold;    
}

#content{
    background-color: #26171c;
    margin-bottom: 3px;
}

#footer{
    background-color: #333344;
    height: 27px;
    margin-right: 6px;
    background-image:url('images/footer.png');
    background-repeat: no-repeat;
    background-position: right;
    padding-left: 6px;
}

#footer span{
    vertical-align: middle;
    padding-top:6px;
}

#imprintcontact p{
    padding-left: 25px;
}

#notice{
    background-image: url('images/icons/error.png');
    background-repeat: no-repeat;
    padding-left: 20px;
    background-color: #ffd022;
    border: 1px solid #ffff60;
    color: black;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    -moz-border-radius: 5px;
}

#notice p{
    padding-left: 15px;
}