body{
    font-family: Arial;
    margin: 0;
    padding: 0;
}

img{
    border: none;
}

/*Head*/
#headArea{
    width: 100%;
    background-color: rgb(5,0,28);
}

#headTitle{
    width: 100%;
    text-align: center;
}

#headTitle span{
    background-color: rgb(7,0,70);
    color: rgb(255,255,255);
    font-size: 14px;
    font-weight: bold;
    padding: 5px 120px 5px 120px;
    -moz-border-radius-bottomleft: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -webkit-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

#flagCont{
    float: right;
    margin-top: 3px;
    margin-right: 25px;
}

#logoCell{
    margin-left: 25px;
    width: 100%;
    height: 110px;
}

#logo{
    width: 100px;
    height: 100px;
    background-image: url('../design/logo.png');
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
}

#ostrog{
    width: 193px;
    height: 50px;
    margin-top: 48px;
    background-image: url('../design/ostrog.png');
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    padding-left: 10px;
}

#headBorder{
    width: 100%;
    height: 6px;
    background-image: url('../design/border.png');
    background-repeat: repeat-x;
    background-position: top;
    background-color: rgb(5,0,28);
}

#menu_horisontal{
    width: 100%;
    padding: 15px 10px 10px 18px;
}

#menu_horisontal a {
    padding: 7px 7px 7px 7px;
    margin-left: 20px;
    font-family: Arial;
    font-size: 14px;
    color: rgb(204,204,0);
    text-decoration: none;
    font-weight: bold;
}

#menu_horisontal a:hover {
    background-color: rgb(50,50,50);
    border-radius: 7px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

/*Main Area*/

.mainArea{
    width: 100%;
    vertical-align: top;
    z-index: 1000;
    position: absolute;
    background-image: url('../design/imprerior.png');
    background-repeat: no-repeat;
    background-position: 0 31em;
}

.backgroundDiv{
    background-image: url('../design/haunebu.png');
    background-repeat: no-repeat;
    background-position: top left;
    position: absolute;
    width: 730px;
    height: 180px;
    z-index: 0;
}

.menuCell{
    vertical-align: top;
    padding-left: 30px;
    width: 205px;
    height: 51em;
}

.groupTitleMenu{
    color: rgb(148,88,0);
    line-height: 150%;
}

.imgMenu{
    padding-right: 10px;
    cursor: pointer;
}

.groupMenu{
    margin-left: 21px;
}

a.groupMenuLink:link{
    color: rgb(0,169,0);
}

a.groupMenuLink:visited{
    color: rgb(0,169,0);
}

a.groupMenuLink:hover{
    color: rgb(102,0,51);
}

a.itemMenuLink:link{
    color: rgb(32,0,135);
}

a.itemMenuLink:visited{
    color: rgb(32,0,135);
}

a.itemMenuLink:hover{
    color: rgb(102,0,51);
}

a.forumMenuLink:link{
    color: rgb(153,0,51);
}

a.forumMenuLink:visited{
    color: rgb(153,0,51);
}

a.forumMenuLink:hover{
    color: rgb(102,0,51);
}

a.airsoftMenuLink:link{
    color: rgb(0,99,12);
}

a.airsoftMenuLink:visited{
    color: rgb(0,99,12);
}

a.airsoftMenuLink:hover{
    color: rgb(102,0,51);
}

.mainCell{
    width: 65%;
    vertical-align: top;
    padding-left: 30px;
}

.mainCell h3{
    font-family: Georgia;
    text-align: left;
}

.crumbs{
    font-size: small;
}

a.linkCrumbs:link{
    color: rgb(102,102,153);
}

a.linkCrumbs:visited{
    color: rgb(102,102,153);
}

a.linkCrumbs:hover{
    color: rgb(102,0,51);
}

a.linkCasual:link{
    color: rgb(0,0,102);
}

a.linkCasual:visited{
    color: rgb(0,0,102);
}

a.linkCasual:hover{
    color: rgb(102,0,51);
}

.loaderrow{
    height: 35px;
}

.advertCell{
    vertical-align: top;
    background-image: url('../design/map.png');
    background-repeat: no-repeat;
    background-position: right 250px;
    width: 200px;
}

#googleAds{
    margin-top: 10px;
    margin-right: 20px;
    float: right;
}

.photoCell{
    height: 95px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

.adminMessage{
    color: rgb(0,0,153);
    font-size: small;
}

.photoAddRow{
    border-bottom:2px solid black;
    height: 35px;
}

.cellDate{
    color: rgb(32,0,135);
    height:50px;
    padding-top: 6px;
}

/*Foot*/

.bottomArea{
    height: 4em;
    width: 100%;
    border-top: 1px rgb(0,0,0) solid;
    text-align: center;
}

a.mailLink:link{
    color: rgb(0,0,0);
}

a.mailLink:visited{
    color: rgb(0,0,0);
}

a.mailLink:hover{
    color: rgb(102,0,51);
}

/*Forms*/

input.normalInput{
    width: 100px;
}

input.tinyInput{
    width: 3em;
}

input.normalButton{
	width: 120px;
}

.error{
	color: red;
}