html {
    width: 100%;
    height: 100%;
    background-color: rgb(250, 250, 250);
}
body {
    margin: 0px;
    width: 100%;
    min-width: 930px;
    height: 100%;
    overflow: auto;
    padding: 0px;
    font-family: “Myriad Pro”, Arial, Helvetica, Tahoma, sans-serif;
    font-size: 0.9em;
}
#keret {
    background-color: rgb(238, 238, 238);
    box-shadow: 0px 0px 100px 20px rgba(60, 60, 60, 0.23) inset;
    padding: 0px;
    margin: 0px;
}
a {
    text-decoration: none;
    color: rgb(0, 81, 142);
}
a:active, a:hover {
    text-decoration: underline;
}
h3 {
    margin-top: 30px;
}
#header {
    width: 100%;
    height: 198px;
    background: url('../images/headerbackground.png') no-repeat scroll center center transparent;
}
#header_content {
    width: 1300px;
    height: 100%;
    margin: 0px auto;
    font-size: 1.6em;
}
#header_content h1 {
    font-size: 1.0em;
    line-height: 1.4em;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    display: table-cell;
    vertical-align: middle;
    font-weight: normal;
    width: 550px;
}
#topMenu {
    width: 100%;
    float: left;
}
#menu {
    width: 800px;
    height: 30px;
    margin-left: -48px;
    margin-bottom: 30px;
}
#container {
    width: 1300px;
    margin: 0px auto;
}
#sidebar_section {
    width: 255px;
    min-height: 200px;
    float: left;
}
#content_section {
    width: 100%;
    min-height: 200px;
    float: left;
    padding: 0px 20px 30px 20px;
    margin-left: 0;
}
#footer {
    width: 1300px;
    margin: 20px auto 0px;
    clear: both;
    height: 80px;
    text-align: right;
    border-top: 2px dotted rgb(202, 83, 48);
    padding: 10px 20px 0px 0px;
    color: rgb(0, 81, 142);
    font-size: 0.8em;
}
#footer a {
    color: rgb(0, 81, 142);
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}
img.logo {
    margin-left: 30px;
    float: left;
}
img.logoNISZ {
    margin: 35px 30px 0px 0px;
}
img {
    border: 0px none;
}
ul.sideLinks {
    list-style-image: url('../images/liststyle.png');
}
ul.sideLinks li {
    margin: 10px 0px;
}
ul.sideLinks li a {
    color: rgb(77, 175, 228);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.7em;
}
ul.sideLinks li a:hover {
    text-decoration: underline;
}
.title {
    color: rgb(0, 81, 142);
    margin: 0px;
    padding: 0px;
}
.title a {
    color: rgb(77, 175, 228);
    text-decoration: none;
    font-size: 1.1em;
}
#content_section p {
    font-size: 0.9em;
}
#content_section table th, #content_section table td {
    font-size: 0.9em;
    padding: 5px;
}

nav.mainmenu {
    float: left;
}
nav.mainmenu ul {
    list-style: none outside none;
    margin: 0;
}
nav.mainmenu ul li {
    display: inline;
}
nav.mainmenu ul li a {
    display: block;
    float: left;
    background: none repeat scroll 0% 0% transparent;
    height: 15px;
    padding: 2px 9px;
    color: rgb(202, 83, 48);
    text-decoration: none;
    margin: 0px 4px 0px 0px;
    font-size: 0.7em;
    font-weight: bold;
    border-bottom: 2px solid transparent;
    text-transform: uppercase;
}
nav.mainmenu ul li a:hover {
    border-bottom: 2px dotted rgb(202, 83, 48);
}
nav.mainmenu ul li a:active, nav.mainmenu ul li a.current {
    border-bottom: 2px dotted rgb(202, 83, 48);
}
nav.submenu {
    margin: 25px 0px 40px 10px;
}
nav.submenu ul {
    list-style: none outside none;
    margin: 0px;
    padding: 0px;
}
legend {
    display: none;
}
fieldset {
    border: 0 none;
}
input, select {
    background-color: #ffffff;
    border: solid 1px #1d88c8;
    height: 20px;
    width: 300px;
    float: left;
    margin-bottom: 7px;
}
label {
    width: 181px;
    display: block;
    float: left;
    clear: both;
}
.button-submit {
    clear: both;
    width: auto;
}
#topMenu .login{
    display: inline;
    margin-top: -65px;
    position: absolute;
    right: 0;
    font-size: 0.8em;
    margin-right: 12px;
}

table{
    width: 635px;
    border: solid 1px #1d88c8;
    border-collapse: collapse;
}
table .odd{
    background: #FFF;
}
table .even{
    background: #b3d5e9;
    border-spacing: 0;
}
tr td, tr th {
    padding: 8px 9px;
    border: 1px solid #a8cee4;
    text-align: center;
}
table input{
    width: auto;
    margin-left: 18px;
    text-align: center;
    border: 0;
    background: none;
}