﻿body
{
    color: #000000;
    font-family: Tahoma;
    font-size: 10px;
}

h1
{
    padding: 0px;
    margin: 0px;
    font-size: 16px;   
}

.clear
{
    clear: both;   
}

a:link
{
    text-decoration: none;
    color: #333333;   
}
a:hover
{
    text-decoration: underline;
    color: #111111;   
}
a:active
{
    text-decoration: none;
    color: #333333;   
}
a:visited
{
    text-decoration: none;
    color: #333333;   
}

/* MENU */
.profil
{
    float: left;
    width: 89px;
    height: 40px;
    background-image: url('images/profil.png');
    background-position: top left;
    background-repeat: no-repeat;
    margin: 2px;   
    cursor: pointer;
}

.acting
{
    float: left;
    width: 89px;
    height: 40px;
    background-image: url('images/search.png');
    background-position: top left;
    background-repeat: no-repeat;
    margin: 2px;   
    cursor: pointer;
}

.admin
{
    float: left;
    width: 89px;
    height: 40px;
    background-image: url('images/admin.png');
    background-position: top left;
    background-repeat: no-repeat;
    margin: 2px;  
    cursor: pointer; 
}

.forum
{
    float: left;
    width: 89px;
    height: 40px;
    background-image: url('images/forum.png');
    background-position: top left;
    background-repeat: no-repeat;
    margin: 2px;  
    cursor: pointer; 
}

.logout
{
    float: left;
    width: 89px;
    height: 40px;
    margin: 2px;   
}

/* MENU */

/* LOGIN */

.login
{
    width: 358px;
    height: 191px;
    position: relative;
    background-image: url('images/login.png');
    background-position: top left;
    background-repeat: no-repeat;
}

.textuser
{
    width: 250px;
    height: 16px;
    position: absolute;
    top: 12px;
    left: 100px;
    background: none;
    border: none;
    color: #999999;
}

.textpass
{
    width: 250px;
    height: 16px;
    position: absolute;
    top: 53px;
    left: 100px;
    background: none;
    border: none;
    color: #999999;
}

.btnlogin
{
    width: 150px;
    height: 70px;
    position: absolute;
    top: 100px;
    left: 100px;
    background: none;
    border: none;
}