﻿body {
    background-position: top;
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-align: center;
    background-image: url('../Image/PageBackground.png');
    background-repeat: repeat-x;
    background-color: #efefef;
}

#obal {
    margin: 0 auto;
    width: 990px;
    background-image: url('../img/head.jpg');
    background-position: 50% top;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-weight: bold;
}

#head {
    margin: 0px;
    width: 100%;
    text-align: left;
    height: 125px;
    background-color: #FFFFFF;
}

#head a {color:Gray; font-size:11px;}

/*#menu {
    margin: 0px;
    width: 100%;
     height:159px;
    text-align: left;
    background-color: #E30B00;
    background-image: url('../Image/HeadBackground.jpg');
    background-repeat: repeat-y;
    font-weight:normal;
    z-index:3;
}*/

.HeaderImg {width: 235px; height: 125px; float:left; margin-left:77px;}

#menu {
    margin: 0px;
    width: 100%;
    height:75px;
    text-align: left;
    background-color: #E30B00;
    background-image: url('../Image/HeadBackground.jpg');
    background-repeat: repeat-y;
    font-weight:normal;
    z-index:3;
}

#menu a { color:White; text-decoration:none;}

#menu a:hover { color:white; text-decoration:none; font-weight:bold;}
.menucontent { margin-left:87px; padding-left:5px;}

.submenu {
    background-position: left;
    width:180px;
    padding: 2px;
    z-index: 2;
    background-color: #C21835;
    background-image: url('../Image/SubMenu.jpg');
    background-repeat: repeat-y;
}


.content {
    background-position: top;
    margin: 0px;
    font-weight: normal;
    width: 100%;
    text-align: left;
    background-color: white;
    color: #666666;
    font-family: "Times New Roman", Times, serif;
}

.content a {
    text-decoration: none;
    color: #3399FF;
}


.rigtAreaBack {background-position: right; float:left; margin-top:20px; width:670px; background-image: url('../Image/BackLinkeVer.png'); background-repeat: repeat-y;}

.selected { font-weight:bold;}

.content a:hover { text-decoration:underline; color:Gray;}

H1 { font-size:15px; margin-top:0;}

H2 { font-size:15px; font-weight:normal;}

H4 { font-size:15px; margin:0;}

.middlebox {width:300px;}



