/* 
    Document   : default.css
    Created on : 7.10.2012, 22:39:57
    Author     : Ludovit
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

/* Registracia */
.registration{
    display: block;
    width: 50%;
    margin: 0 auto;
}

.registrationForm{}
.registrationForm .formText{
    display: block;
    margin: 5px;
}

.header{
    display: block;
    width: 100%;
}

.scrollHeader
{
    display : none;
    position : fixed;
    background-color: red;
    height: 100px;
    width: 100%;
    top: 0px;

}

.pageContent{
    display: block;
    width: 100%;
}

.footer{
    display: block;
    width: 100%;
}

/* HLAVICKA */

.loginArea{
    background-color: white;
    display: block;
    float: right;
    height: 40px;
    width: 200px;
}

.loginArea .links{}


.forum{}

.forum .forumPost{}
.forum .forumPost .forumUser{}
.forum .forumPost .forumText{}
