@import url(formular.css);

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    background: #ffffff;
}

p {
    margin-top: 0px;
    margin-bottom: 10px;
}

hr {
    background-color:#0523e2; /* Mozilla 1.4 */
    color:#10205e; /* IE 6 */
    border: #10205e; /* Opera 7.11 */
    height: 1px; /* in Opera fuer die Anzeige noetig, in Mozilla fuer die einheitliche Hoehe */
}


h1 {
    font-weight: bold;
    font-size: 18px;
    margin: 0px 0px 20px 0px;
    color: #10205e;
    height: 30px;
    border-bottom: 0px solid #ffffff;
    background: url("images/h1_border.gif") no-repeat 90% 100%;
}

h2 {
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin: 15px 0px;
}

h3 {
    font-weight: bold;
    font-size: 11px;
    margin: 0px 0px 10px;
    color: #10205e;
    padding: 0px;
}

a:link {
    color: #333333;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: #333333;
}
a:hover {
    text-decoration: none;
    color: #333333;
}
a:active {
    text-decoration: none;
    color: #333333;
}



#container {
    width: 975px!important;
    margin: 0 auto!important;
}


#content {
    float: left;
    padding-top: 30px;
    width: 915px;
    height: auto !important;
    min-height: 300px;
    height: 300px;
padding-left:30px;
padding-right:30px;
background-repeat:no-repeat;
font-family:arial;
font-size:15px;
color:#ffffff;
}

#block {
    float: left;
    padding-top: 30px;
    width: 915px;
    height: auto !important;
    min-height: 300px;
    height: 300px;
padding-left:30px;
padding-right:30px;
background-repeat:no-repeat;
font-family:arial;
font-size:15px;
color:#000000;
}



