html, body {
    padding: 0px;
    margin: 0px;
    font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif;
    font-size: 12px;
    color: rgb(55, 55, 55);
}

#header {
    width: 100%;
    padding: 30px 0px;
    background: none repeat scroll 0% 0% rgb(17, 17, 17);
    box-shadow: 0px 1px 2px rgb(51, 51, 51);
    margin-bottom: 10px;
}

.sw {
    margin: 0px auto;
    width: 700px;
}

a { color: rgb(84, 84, 84); text-decoration: none; }
a:hover { color: rgb(161, 23, 2); text-decoration: none; font-weight: bold; }
a.active { color: rgb(161, 23, 2); text-decoration: none; font-weight: bold; }

h3 { font-size: 17px; color: rgb(55, 55, 55); }
h4 { font-size: 14px; color: rgb(161, 23, 2); }

input, select { font-size: 12px; }

#sidebar { width: 200px; float: left; }
#langswitch {text-align: center;margin-bottom: 5px;}
#content { width: 450px; float: left; }
#footer { width: 100%; height: 40px; float: none; clear: both;}
.menu { padding: 0px; margin: 0px; }
.menu-header { width: 186px; height: 34px; background-image: url("../img/menu_top.png"); background-repeat: no-repeat; margin: 0px; }
.menu-content { background-image: url("../img/menu_bg.png"); background-repeat: repeat-y; margin: 0px; padding: 5px; }
.menu-header span { color: white; font-size: 12px; font-style: normal; font-weight: bold; white-space: nowrap; margin-left: 38px; position: relative; top: 11px; }
.menu-bottom { width: 186px; height: 6px; background-image: url("../img/menu_bottom.png"); background-repeat: no-repeat; margin-bottom: 10px; }

.menu ul { list-style-type: none; margin: 0px; padding: 0px; }
.menu li { list-style-type: none; padding: 0px 0px 0px 10px; background: url("../img/bullet.png") no-repeat scroll transparent 0px 3px; margin-left: 10px; line-height: 20px;}

.searchBox { width: 170px; }

.oddrow {background-color:#e0e0e0;}
.comment {color: rgb(161, 23, 2);}
