@import "mbMenu/css/menu.css";

* {
    padding: 0;
    margin: 0;
}

p,blockquote,form,label,ul,ol,dl,fieldset,address {
    margin-bottom: 1em;
}

h1,h2,h3,h4,h5,h6 {
    margin-bottom: 0.5em;
}

ul,ol,dl {
    margin-left: 3em;
}

input,select,textarea {
    margin:0.25em;
    border: 1px solid #BBBBBB;
}

input[type="image"],input[type="radio"],input[type="checkbox"] {
    border: 0;
}

input:focus,select:focus {
    background-color: #EEEEEE;
}

body {
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    font-size: 12px;
    color: #666666;
    background: #ffffff;
}

a,h1,h2,h3,h4,h5,h6 {
    color: #31699b;
    text-decoration: none;
}

a.buttonwithborder {
    display: inline-block;
    border: 1px solid #BBBBBB;
    font-weight: bold;
    height: 28px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding-right: 14px;
    background-color: #FFFFFF;
}

a.mainbutton {
    color: #ffffff;
    background-color: #336699;
}

a.buttonwithborder img {
    position: relative;
    top: 4px;
    left: 5px;
}

a.buttonwithborder span.buttontext {
    position: relative;
    top: -3px;
    left: 8px;
}

a.buttonwithoutborder {
    display: inline-block;
    font-weight: bold;
    padding-right: 14px;
    height: 28px;
    margin-right: 20px;
}

a.buttonwithoutborder img {
    position: relative;
    top: 4px;
    left: 5px;
}

a.buttonwithoutborder span.buttontext {
    position: relative;
    top: -3px;
    left: 8px;
}

img {
    border: none;
}

.hidden {
    display: none;
}

.attention {
    color: red;
}

.required {
    font-weight: bold;
}

.ordinary {
    color: #666666;
}

fieldset {
    border: 1px solid #EEEEEE;
    border-bottom: 2px solid #EEEEEE;
    border-right: 2px solid #EEEEEE;
    padding: 12px;
    border-radius: 1.3em;
}

fieldset legend {
    font-weight: bold;
    color: #31699b;
    padding: 0.1em 0.5em 0.1em 0.5em;
}

fieldset .tip {
    font-size: 85%;
    margin: 0 0.5em 0.5em 0.5em;
}

label {
    color: #31699b;
}

label .secondary {
    color: #666666;
}

div.newsection {
    margin-top: 15px;
}

table.ergodirect {
    border-collapse: collapse;
}

table.ergodirect th {
    border: 1px solid #31699b;
    padding: 5px;
    text-align: center;
}

table.ergodirect td {
    border: 2px solid #FFFFFF;
    padding: 3px;
}

table.ergodirect td:first-child {
    background: #BBBBBB;
    font-weight: bold;
    color: #FFFFFF;
}

#breadcrumbdiv {
    float: left;
    clear: both;
    padding: 5px 0 10px 20px;
    font-size: 80%;
}

#breadcrumbdiv a {
    color: black;
}

.tablet {
    background-color: #eeeeff;
    float: left;
    margin-bottom: 1em;
}