body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    background-color: #FFFFFF;
    background-image: url(../img/bodybg.jpg);
    background-repeat: repeat-x;
    background-position: center top;
}
img {
    border: 0px;
}

#container {
    width: 960px;
    margin: 0px auto;
}

#head {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    width: 960px;
    height: 181px;
}
#logo {
    width: 153px;
    height: 42px;
    padding-top: 13px;
    float: left;
}
#headtitle {
    width: 480px;
    float: right;
    text-align: right;
}
#headtitle h1 {
    font-size: 28px;
    color: #FFFFFF;
    font-weight: normal;
    margin: 40px 0px 0px 0px;
    text-shadow:2px 2px 2px #08284D;
}

#content {
    width: 960px;
    margin: 0px;
    overflow: hidden;
    color: #707070;
}
#content img {
    float: left;
}
#content_left {
    width: 700px;
    float: left;
    margin-top: 60px;
}
.leftbox {
    width: 569px;
    float: left;
    padding: 10px 60px;
    background-image: url(../img/leftbox_center.jpg);
    background-repeat: repeat-y;
}
.leftbox h1 {
    font-size: 24px;
    color: #000000;
    font-weight: normal;
    margin: 20px 0px 10px 0px;
}

.leftbox_table {
    float: left;
    margin-top: 20px;
    color: #000000;
    font-size: 14px;
}
.input {
    width: 203px;
    height: 20px;
    padding: 3px 5px 0px 5px;
    font-size: 12px;
    color: #707070;
    background-color: #FFFFFF;
    border: 1px solid #BCBCBC;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.check_line {
    font-size: 10px;
    margin-left: 10px;
    vertical-align: 25%;
}
.button {
    width: 193px;
    height: 42px;
}

#content_right {
    width: 215px;
    float: right;
    margin-top: 60px;
    padding-left: 30px;
    background-image: url(../img/rightcolumnbg.jpg);
    background-repeat: no-repeat;
    background-position: left center;
}
.rightbox {
    width: 185px;
    float: left;
    padding: 10px 15px;
    background-image: url(../img/rightbox_center.gif);
    background-repeat: repeat-y;
}
.rightbox h1 {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #494F57;
    margin-bottom: 20px;
}
.rightbox img {
    padding: 5px 7px 5px 0px;
}
.zaro {
    margin-bottom: 20px;
}


#content_wmenu {
    width: 660px;
    float: right;
}
#googlebar {
    width: 660px;
    margin-top: 43px;
    padding-bottom: 7px;
    border-bottom: 1px solid #D3D4D4;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color: #000000;
}
#googlebar a {
    color: #1A65A6;
    text-decoration: none;
}
#googlebar a:hover {
    text-decoration: underline;
}

#content_wmenu h1 {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 26px;
    color: #000000;
    font-weight: normal;
    margin: 20px 0px;
}
#content_wmenu h2 {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #6F87D7;
    font-weight: normal;
    margin-bottom: 15px;
}
#content_wmenu p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 130%;
}
.lead {
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
}

#preus {
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: aliceblue;
    padding: 0px;
}
#preus tr.head{
    background-color:  #1D90E0;
    color: black;
}
#preus tr{
    margin: 0px;
    padding: 0px;
}
#preus th{
    margin: 0px;
    background-color: #10498C;
    color: white;
    padding: 15px 5px;
}
#preus td{
    margin: 0px;
    text-align: center;
    /* border-right: 1px solid #b0b0b0; */
    padding: 4px 8px 4px 8px;
}
#preus tr.parell{
    background-color: #eeeeee;
}




a:link { color: #4D93EB; }
a:hover { color: #4D93EB; }
a:active { color: #4D93EB; }
a:visited { color: #4D93EB; } 
