.portals {
    background-color: black ;
    height:40px
}

.portal {
    float:left;
    width:120px;
    height:40px;
}

#portalHome {
    background: #336699;
}

#portalHra {
    background: #008000;
}

#portalForum {
    background: #0E99DF;
}

#portalScenare {
    background: #FFD700;/*#FFD700;*/
}

#portalDeniky {
    background: #E39F16;
}

/** BANNER */

div.line {
    height:8px;
    border-bottom: 1px solid black;
    background-color: #1EA9FF; /*#FFE700;*/
}

.banner {
    height:150px;
    border-bottom: 1px solid black;
}

.middle {
    margin-left:10px;
    margin-right:10px;
}

auth {
    font-size: 9px;
}

.auth a{
    color: white;
    text-decoration: none;
    border-width: 0px;
    border: 0px;
    border: none;
    font-weight:bold;
}

div.auth {
    height: 40px;
    font-size: 10px;
    float:right;
    width:380px;
    color:white;
    font-family: Verdana, "Arial CE", Arial, sans-serif;
    font-style:normal;text-transform:none;
}

div.authInner {
    float:right;
    margin-right:10px;
    _width:340px;
}

div.authInfo {
    margin-top: 5px;
    height:16px;
}

div.authLinks {
    margin-top: 3px;
}

input.auth {
    height: 14px;
    width: 90px;
    background-color: #DDE4F1;
    border: 1px solid;
}

input.authButton {
    background-color:black;
    height: 17px;
    vertical-align:top;
    text-align:center;
    color: #DDE4F1;
    border: 1px solid #DDE4F1;
    font-size: 9px;
    margin-left:5px;
    margin-top:1px;
    width: 30px;
}

