body {
    margin: 0px;
    padding: 0px;
    font-family:  "Georgia", "Times New Roman", Arial, sans-serif;

    font-size: 12px;
    text-align: center;
}

#wrapper {
    width: 1024px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    margin-top: 28px;
}

#header {
    position: relative;
    width: 1024px;
    height: 14px;
    background: #39754E;
}

#navigation {
    position: relative;
    margin-top: 20px;
    margin-left: 520px;
}
#navigation ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#navigation li {
    float: left;
    margin-right: 20px;
}
#navigation a {
    text-decoration: none;
    color: #39754E;
  text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
}
#navigation a:Hover {
    text-decoration: underline;
}

#main {
        margin-left: 170px;
}

#start {
  margin-left: 0px;
    text-align: center;
}

#bottom {
        margin-left: 170px;
        z-index: 99;
}
#bottom ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#bottom  li.descr {
    float: left;
    width: 480px;
    margin-top: -18px !important;
    z-index:99;
}
*+html #bottom  li.descr {
    float: left;
    width: 480px;
    margin-top: -12px !important;
    z-index:99;
}


#bottom  li.descr .textItem {
    font-size: 11px;
    z-index: 99;
    line-height: 18px;
}

#bottom .logo {
    float: right;
    width: 300px;
    height: 120px;
}

#content {
    float: left;
    width: 460px;
}

#contentStart {
    float: left;
    width: 570px;
}


#logo {
    float: right;
    background: url('../images/nbalogo.png') no-repeat;
    width: 300px;
    height: 120px;
    margin-top: 440px;
    margin-right: 30px;
}

#headline {
  display: block;
  width: 600px;
    font-size: 32px;
    color: #000;
    line-height: 45px;
    font-family: Verdana, sans-serif;
    font-weight: normal;
}

#footer {
    margin-top: 20px;
    border-top: 1px solid #39754E;
}

#metaNavigation {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-left: 170px;
    margin-top: 7px;
    margin-bottom: 55px;
}
#metaNavigation li {
    float: left;
    margin-right: 20px;
}
#metaNavigation a {
    font-size: 12px;
    color: #39754E;
    text-decoration: none;
    font-weight: bold;
}

#metaNavigation a:hover{
    text-decoration: underline;
}

.textItem {
    font-size: 16px;
    color: #000;
    font-weight: normal;
    line-height: 20px;

}

a {
    color: #39754E;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

/* good old clearfix - remember to use conditional comment for ie6 with .clearfix {height:1px;} */
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

/* ###################################################### */
/* ####################### CONTACT FORM ############'#### */
/* ###################################################### */
#contactForm {
    font-size:11px;
}
#contactForm .contactRow {
    margin:4px 0;
}
#contactForm label {
    display:block;
    float:left;
    width:80px;
}
#contactForm .contactRow input, #contactForm .contactRow textarea {
    border:1px solid #ccc;
    width:346px;
}
#contactForm .contactRow select {
    border:1px solid #ccc;
    width:100px;
}
* html #contactForm .contactRow input, * html #contactForm .contactRow textarea {
    width:343px;
}

#contactForm .contactRow input {
    height:14px;
}

#contactForm .contactRow input.radio {
    width:14px;
    border: none;
}

#contactForm .contactRow textarea {
    height:50px;
    font-size:11px;
}

#contactFormSubmit #contactFormSubmitLeft {
    float:left;
    margin:0 0 0 80px;
    width:174px;
}
* html #contactFormSubmit #contactFormSubmitLeft {
    margin:0 0 0 26px;
}
#contactFormSubmit #contactFormSubmitRight {
    float:right;
    width:174px;
}

#contactFormSubmit #contactFormSubmitLeft input,
#contactFormSubmit #contactFormSubmitRight input {
    background-color:#fff;
    border:0;
    color:#39754E;
    padding:0 20px 0 0;
    background-image:url(../images/link_pfeil.png);
    background-repeat:no-repeat;
    background-position:right 4px;
    font-size:10px;
    width:auto;
    height:auto;
    float:right;
    margin:0;
}
#contactFormSubmit #contactFormSubmitLeft input {
    background-image:none;
    padding:0;
    float:left;
}

#contactForm table {
    width:100%;border-collapse:collapse;
}
#contactForm table td {
    padding:0;
}
#contactForm table td.pt {
    padding-top:2px;
}
* html #contactForm table td.pt {
    padding-top:0;
}
