
/* Layout für das Template */

body {
    background: #efefef;
    font-family: Arial,Helvetica,sans-serif;
    color: #000000;
    font-style: normal;
    font-size: 10pt;
    line-height: 12pt;
    
}

#container {
    position: relative;
    background: url(/fileadmin/templates/bg_body.png) repeat-y;
    width: 990px;
}
	

#branding {
    position: relative;
    background: url(/fileadmin/templates/aaw_header.png) no-repeat;
    width: 990px;
    height: 54px;
}

#navi_main {
    position: relative;
    width: 760px;
    height: 39px;
    margin:  0 0 0 230px;
    padding: 15px 0 0 0;
}

#navi_sub {
    position: relative;
    float: left;
    background: #f1f1f1;
    width: 200px;
    padding-top: 20px;
    margin-bottom: 60px;
}

#searchbox {
    position: relative;
    height: 40px;
    width: 184px;
    margin: 0 0 0 6px;
}

input#search_field {
    width: 140px;
    float: left;
    margin-right: 6px;
}

input#search_button {
    border: 1px solid #000000;
    background: #ffcc99;
    margin: 5px 0;
    width: 30px;
}

#content {
    position: relative;
    float: left;
    width: 700px;
    margin: 20px 20px 40px 20px;
}

#navi_supp {
    position: relative;
    clear: both;
    bottom: 0;
    background: url(/fileadmin/templates/aaw_footer.png) no-repeat;
    width: 990px;
    height: 106px;
    padding-left: 15px;
}

/* Ergänzung Typografie */

form#mailform label
, #navi_supp
, ol li
, ul li
, td {
    font-family:Verdan,Arial,Helvetica,sans-serif;
    color: #000000;
    font-style: normal;
    font-size: 10pt;
    line-height: 12pt;
}

/* Formular */

form#mailform fieldset
, .tx-felogin-pi1 form fieldset {
    width: 420px;
    margin: 0;
    padding: 0;
    border: none;
}

form#mailform legend
, .tx-felogin-pi1 form legend {
    padding: 3px 0;
    text-align: left;
}


form#mailform input.csc-mailform-check {
    margin-bottom: 10px;
    width: 20px;
    line-height: 20px;
    border: none;
}


form#mailform input {
    width: 400px;
    margin-bottom: 5px;
    padding: 2px 4px;
    overflow: hidden;
    border: 1px solid #ccc;
} 

form#mailform label {
    display: block;
    line-height: 18px;
    margin: 5px 0 3px 0;
}

form#mailform textarea {
    width: 400px;
    height: 110px;
    margin-bottom: 5px;
    padding: 4px 4px 2px 4px;
    overflow: auto;
    border: 1px solid #ccc;
}


form#mailform input#mailformformtype_mail {
    border: 1px solid #ccc;
    width: 140px;
}

form#mailform select {
    width: 400px;
    margin-bottom: 5px;
    border: 1px solid #ccc;
}

/* Anmeldeformular*/

.tx-felogin-pi1 form fieldset {
    width: 310px;
    margin: 10px 0;
}

.tx-felogin-pi1 form label {
    display: block;
    line-height: 18px;
    margin: 5px 6px 3px 0;
    float: left;
    width: 100px;
    text-align: right;
    clear: both;
}

.tx-felogin-pi1 form input {
    float: right;

    margin-bottom: 5px;
    padding: 2px 4px;
    overflow: hidden;
}

.tx-felogin-pi1 form legend {
    display: none;
}

.tx-felogin-pi1 form div {
    clear: both;
    line-height: 28px;
}
