@charset "utf-8";
/* CSS Document */

html {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #e4e4e4;
    background-image: url(../images/bg.jpg);
    background-repeat: repeat-x;
    background-attachment: fixed;
}

body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    background-image: url(../images/wasserzeichen.png);
    background-repeat: repeat-y;
    background-position: top center;
    font-family: Tahoma, Arial;
    font-size: 13px;
    font-weight: normal;
    color: #333333;
}


* html body {
    background: url(../images/wasserzeichen.png);
    behavior: url(js/iepngfix.htc);
}

strong {
    color: #888888;
    line-height: 16px;
    font-size: 14px;
}

br { 
     line-height: 16px;
}


a {color: #888888; text-decoration: none;}
a:hover {color: #e58b00; text-decoration: none;}


#additionalnavi {
    margin-top:0px;
    padding-bottom:2px;
    padding-top:0px;
    margin-left:5px;
    margin-right:5px;
    font-family: Arial;
    font-weight: bold;
    color:#FFFFFF;
    font-size:12px;
}


a.additionalnavi { font-family: Arial; font-weight: bold; font-size:12px; text-decoration: none; color: #FFFFFF; }
a.additionalnavi:hover  { font-family: font-weight: bold; Arial; font-size:12; text-decoration: none; color: #333333;}

hr{
    color: #FFFFFF;
    border: 1px dotted #CCCCCC;
    height: 1px;
    width: 100%;
}

p {
    margin: 0;
    padding: 0;
}

h1 {
    margin-top: 0px;
    padding-top: 0px;
    font-family: "Times New Roman";
    text-transform: uppercase;
    font-size: 20px;
    font-weight: normal;
    color: #e58b00;
}

.wrapper {
    width: 950px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto;
}

.col {
    width: 950px;
    background: url(../images/col.png) repeat-y;
}


* html .col {
    background: url(../images/col2.png);
    behavior: url(js/iepngfix.htc);
}


.header {
    float: left;
    width: 950px;
    height: 45px;
    padding-top: 65px;
    margin: 0 auto;
    background: url(../images/header.png) no-repeat;
}

* html .header  {
    background: url(../images/header.png);
    behavior: url(js/iepngfix.htc);
}

.topNavi {
    overflow: hidden;
    float: right;
    width: 650px;
    height: 35px;
    line-height: 35px;
    text-align: left;
    padding-right: 55px;
}



.leftCol {
    float: left;
    width: 220px;
    padding-bottom: 30px;
    margin-top: 10px;
}

.rightCol {
    float: right;
    padding-right: 55px;
    padding-bottom: 30px;
    margin-top: 15px;
    line-height: 22px;
}


.flash {
    float: right;
    width: 630px;
    height: 180px;
    padding: 10px;
    background: url(../images/picture.gif) no-repeat;
}

.content {
    float: right;
    width: 630px;
    min-height: 350px;
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
}
    

.box_head {
    float: left;
    width: 220px;
    height: 10px;
    font-size: 0px;
    background: url(../images/box_head.png) no-repeat;
}

* html .box_head {
    background: url(../images/box_head.png);
    behavior: url(js/iepngfix.htc);
}

.box_content{
    overflow: hidden;
    float: left;
    width: 150px;
    min-height: 170px;
    padding-top: 10px;
    padding-left: 40px;
    padding-right: 30px;
    padding-bottom: 10px;
    font-size: 13px;
    background: url(../images/box_content.png) repeat-y;
}

* html .box_content {
    background: url(../images/box_content2.png);
    behavior: url(js/iepngfix.htc);
}


.box_foot {
    float: left;
    width: 220px;
    height: 10px;
    font-size: 0px;
    background: url(../images/box_foot.png) no-repeat;
    margin-bottom: 15px;
}

* html .box_foot {
    background: url(../images/box_foot.png);
    behavior: url(js/iepngfix.htc);
}


.clear {
    clear: both;
    margin: 0;
    padding: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.footer {
    width: 910px;
    margin: 0 auto;
    height: 50px;
    background-image: url(../images/footer.png);
    background-repeat: no-repeat;
    color: #999999;
    padding-top: 50px;
    padding-right: 40px;
    text-align: right;
    clear: both;

}

* html .footer  {
    background: url(../images/footer.png);
    behavior: url(js/iepngfix.htc);
}

.space {
    float: left;
    height: 30px;   
    width: 1px;
    font-size: 0px;
    background-color: #b3b3b3;
}

.nav1_passive {
    float: left;
    height: 35px;
    margin-right: 5px;
    padding-left: 15px;
    padding-right: 15px;
    background: #f19901 url(../images/menu_passive.jpg) repeat-x;

}

.nav1_passive:hover {
        background: #e58b00 url(../images/menu_hover.jpg) repeat-x;
}

.nav1_active {
    float: left;
    height: 35px;
    margin-right: 5px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #FFFFFF;
}

.nav1_passive_text, .nav1_passive_text:hover {
    display: block;
    height: 35px; 
    line-height: 35px;  
    color: #FFFFFF;
    font-weight: bold;
    font-size: 11px;
    font-family: "Times New Roman";
    text-decoration: none;
    white-space: nowrap;
    text-transform: uppercase;
}

* html .nav1_passive_text, .nav1_passive_text:hover {
    display: inline;
}

.nav1_active_text, .nav1_active_text:hover {
    display: block;
    height: 30px; 
    line-height: 35px;  
    color: #e58b00;
    font-weight: bold;
    font-size: 11px;
    font-family: "Times New Roman";
    text-decoration: none;
    white-space: nowrap;
    text-transform: uppercase;
}

* html .nav1_active_text, .nav1_active_text:hover {
    display: inline;
}


.nav2_passive, .nav2_passive:hover, .nav2_active  {
    float: left;
    overflow: hidden;
    width: 150px;
    border-top: 1px #bbbbbb solid;
}

.nav2_passive_1st, .nav2_passive_1st:hover, .nav2_active_1st  {
    float: left;
    overflow: hidden;
    width: 150px;
}

.nav2_passive_text {
    display: block;
    line-height: 35px;
    color: #999999;
    font-weight: bold;
    font-size: 11px;
    font-family: "Times New Roman";
    text-decoration: none;
    white-space: nowrap;
    text-transform: uppercase;
}

.nav2_passive_text:hover {
    color: #333333;
}

.nav2_active_text, .nav2_active_text:hover {
    display: block;
    line-height: 35px;
    color: #e58b00;
    font-weight: bold;
    font-size: 11px;
    font-family: "Times New Roman";
    text-decoration: none;
    white-space: nowrap;
    text-transform: uppercase;
}



.nav3_passive, .nav3_passive:hover, .nav3_active {
    float: left;
    overflow: hidden;
    width: 150px;
    padding-bottom:8px;
}

.nav3_passive_text {
    display: block;
    color: #666666;
    font-size: 11px;
    text-decoration: none;
}

.nav3_passive_text:hover { 
    color: #333333;
}

.nav3_active_text, .nav3_active_text:hover {
    display: block;
    color: #333333;
    font-size: 11px;
    text-decoration: none;
}






#SpryContactForm{ 
    width:600px;
   
}

#SpryContactForm li.text{
clear:both;
height: auto;
}

span.contactFormSubmit input.resetbutton,span.contactFormSubmit input.submitbutton{
    background:#fff;
    color:#000;
    border: 1px solid #000;
}
span.contactFormSubmit input.submitbutton{
    margin-left:60px;
}
#SpryContactForm ul{
    list-style:none;
    margin:0;
    padding:0;
}

#SpryContactForm select, #SpryContactForm input[type="text"]{
    width:100%;
}

#SpryContactForm textarea{
    height:150px;
    width:250px;
}
#SpryContactForm ul li{
    height:30px;
    clear:both;
}
#SpryContactForm ul li.textarea{
    height:280px;
}
#SpryContactForm label{
    display:block;
    float:left;
    width:330px;
}
.validMsg, .novalidMsg{
    position:relative;
    top:2px;
    padding: 0px 3px;
    width:16px;
    height:16px;
    display:none;
}
.validMsg{
    display:none;
}
.radioValidState .validMsg,
.checkboxValidState .validMsg,
.textfieldValidState .validMsg, 
.textareaValidState .validMsg, 
.selectValidState .validMsg{
    display:inline;
}

.checkboxMaxSelectionsState .novalidMsg,
.checkboxMinSelectionsState .novalidMsg,
.radioRequiredState .novalidMsg,
.checkboxRequiredState .novalidMsg,
.textfieldRequiredState .novalidMsg,
.textareaRequiredState  .novalidMsg,
.textfieldInvalidFormatState .novalidMsg , 
.textfieldMinCharsState .novalidMsg, 
.textfieldMaxCharsState .novalidMsg , 
.textareaMinCharsState .novalidMsg , 
.textareaMaxCharsState .novalidMsg, 
.selectRequiredState .novalidMsg{
    display:inline;
}
span.textareaRequiredMsg,span.textareaMinCharsMsg,span.textareaMaxCharsMsg{
    position:relative;
    left:131px;
}
#Counterror_mess{
    padding:0px 5px;
}
#SpryContactForm ul li.grpradio{
    height:auto;
}
#SpryContactForm ul li span span.grpradio{
    display:block;
    width:70px;
    height:25px;
    float:left;
}
.grpcheckbox{
  white-space: nowrap;
  padding-bottom: 10px;
}



