/* CSS Document */

body {
        margin: 0;
        padding: 0;
        font: 12px Arial, Helvetica, sans-serif;
        color: #000;
        background: #32949F;
}
#cta-search-for {
        width: 762px;
        padding: 6px 0;
        text-align: center;
        background: #D8EAED;
        color: #000000;
        font-size: 16px;
        margin: 0 auto;
}
#main {
        width: 760px;
        margin: 0 auto;
}
p {
        margin: 0 0 12px 0;
}
a {
        color: #32949F;
}
img {
        border: none;
}
h3 {
        margin: 0 0 10px 0;
        font-size: 15px;
}
h2 {
        margin: 0 0 2px 0;
        color: #32949F;
        font-size: 19px;
}
ul {
        margin: 0 0 0 30px;
        padding: 0;
        list-style-image: url(images/list_bullet.gif)
}
ul li {
        margin: 0 0 9px 0;
        padding: 0;
}
#l1_c1 {
        width: 726px;
        float: left;
        height: 34px;
        line-height: 34px;
        text-align: right;
}
#l1_c2 {
        width: 34px;
        float: left;
        height: 34px;
}
#l2_c1 {
        width: 358px;
        background: url(images/bg_l2_c1.gif) repeat-x #8DA98E;
        float: left;
        border-top: 10px solid #D8EAED;
        height: 266px;
}
#l2_c2 {
        width: 368px;
        float: left;
}
#l2_c3 {
        width: 34px;
        background: url(images/bg_l2_c3.jpg) no-repeat;
        float: left;
        height: 276px;
}
#l3_c1 {
        width: 358px;
        float: left;
}
#l3_c2 {
        width: 368px;
        float: left;
        padding-top: 20px;
}
.hor-line {
        background: #32949F;
        height: 1px;
}
.content {
        padding: 20px;
}
.content-form {
        padding: 20px 0;
}
.special {
        background: url(images/bg_special.gif) no-repeat;
        background-position: right 200px;
        border: 1px solid #D8EAED;
        border-top: 5px solid #D8EAED;
}
#footer {
        font-size: 11px;
        background: #D8EAED;
}
#footer a {
        margin: 0 5px;
}
/* Formular */
label {
        display: block;
        float: left;
        text-align: right;
        width: 115px;
        padding: 0 10px 0 0;
        line-height: 1.5em;
}
.cta-field {
        margin: 0 0 5px 0;
}
input, textarea {
        padding: 2px 1px 2px 3px;
}
select {
        padding: 0;
        border: 1px solid #C6BD95;

}
textarea {
        font: 0.95em Arial, Helvetica, sans-serif;
}
input.single-line {
        background: url(images/bg_input_sl.gif) left;
        border: 1px solid #C6BD95;
}
.submit {
        border: none;
        background: url(images/bg_submit.gif) repeat-x;
        height: 34px;
        line-height: 34px;
        font-weight: bold;
        padding: 0 10px;
        margin: 0 0 0 120px;
        color: #584E47;
}
.icon-hint {
        margin: 0 0 -4px 0;
}
.dotted-line {
        background: url(images/spec_horizontalline_dotted.gif) repeat-x;
        height: 1px;
        margin: 0 0 10px 0;
}

/* Hacks */
.clear-me {
        clear: both;
        font-size: 1px;
        height: 0;
        margin: 0;
        line-height: 0;
}
div.clear-me {
        overflow: hidden;
}
