/** {
  padding: 0;
  margin: 0;
}*/

* {outline: none;}


html {height: 100%;}

body {
  height: 100%;
  margin: 0;
  font-family: "Arial", "Lucida Grande", "Tahoma", sans-serif;
  color: #606a71;
  font-size: 12px;
  line-height: 1.5em;
}

p {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

img {
  border: none;
}
hr{border:none; color:#cfcfcf; background-color:#cfcfcf; height:1px; width:100%; margin-top:12px; margin-bottom: 5px;}

/* Headlines */
h1, h2, h3, h4, h5, h6 {
  font-family: "Arial", "Helvetica Neue", sans-serif;
  padding: 0;
  font-weight: bold;
  color: #444444;
}
h1 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
  color: #444444;
}
h1, h6 {
  margin: 0;
}
.smallFont{
  font-size: 10px;
  line-height:12px;
}


/* Link Classes */
a:link, a:active, a:visited {
  text-decoration: none;
  color: #385d6e;
}

a:hover {
  text-decoration: ;
  color: #444444;
}


/* Form Classes */
form {
  margin: 0;
}

.submit{
  border: 0px solid;
  color: #ffffff;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  outline: none;
}


#search_btn{
  background: url(../images/btn_submit.gif);
  width: 85px;
  height: 23px;
  margin: 0 10px 0 0;
}
#search_btn:hover{
  background: url(../images/btn_submit_h.gif);
  width: 85px;
  height: 23px;
  margin: 0 10px 0 0;
}

#form_btn{
  background: url(../images/btn_form.gif);
  width: 150px;
  height: 23px;
  margin: 0 10px 0 0;
}
#form_btn:hover{
  background: url(../images/btn_form_h.gif);
  width: 150px;
  height: 23px;
  margin: 0 10px 0 0;
}

.searchfield {
  width: 230px;
  font-size: 12px;
  font-family: "Arial", "Lucida Grande", "Tahoma", sans-serif;
  color: #444444;
  background: #ffffff;
  border: 1px solid #cfcfcf;
  padding: 3px 0 3px 3px;
  margin: 0 10px 0 0;
}
.searchfield:hover {
  border: 2px solid #cfcfcf;
  padding: 2px 0 2px 2px;
  width: 229px;
}

.searchLabel {
  font-size: 13px;
  font-weight: bold;
  color:#385d6e;
  margin-right:10px;
  vertical-align: top;
}


.contactform {
  width: 200px;
  font-size: 12px;
  font-family: "Arial", "Lucida Grande", "Tahoma", sans-serif;
  color: #444444;
  background: #ffffff;
  border: 1px solid #cfcfcf;
  padding: 3px 0 3px 3px;
  margin: 0 10px 0 0;
}
.contactform:hover {
  border: 2px solid #cfcfcf;
  padding: 2px 0 2px 2px;
  width: 199px;
}

textarea {
  font-size: 12px;
  font-family: "Arial", "Lucida Grande", "Tahoma", sans-serif;
  color: #444444;
  width: 638px;
  height: 225px;
  border: 1px solid #cfcfcf;
  padding: 3px 0 3px 3px;
  margin: 0 10px 0 0;
}
textarea:hover {
  width: 636px;
  height: 223px;
  border: 2px solid #cfcfcf;
}

label {
  color: #909090;
}

label:hover {
  color: #385d6e;
}

.form{height:33px; vertical-align: middle;}
.form:hover{background:#f4f4f4;}



#autoCompleteMenu {
  padding:0px;
  padding-top:1px;
  z-index:5;
  text-align: left;
	opacity:0.90;
	filter:alpha(opacity=90);
  background: #dbe2e8;
}
  #autoCompleteMenu ul{
      margin:0px;
      padding:1px;
  }
  #autoCompleteMenu li{
    background: #dbe2e8;
    padding: 2px 0 2px 0;
    list-style: none;
    list-style-position:outside;
    cursor:pointer;
  }
  #autoCompleteMenu li.selected{
    background: #ffffff;
  }
  #autoCompleteIndicator{
    position: absolute;
    margin-top:5px;
    margin-left:214px;
    text-align: right;
  }


.infoBox {
  background: #eeeeee;
  border: 1px dotted #cccccc;
  padding: 10px;
}
  .infoBox a {
    color: #1c79a9;
  }
  .infoBox a:hover {
    text-decoration: underline;
  }


.search_result_row {
  background: #ffffff;
  border: 2px solid #dddddd;
}

  .search_result_row:hover {
    /*background: #ffffff;*/
    /*background: #e5e5e5;*/
    background: #f0f0f0;
  }
  .hlink{
    font-size: 14px;
  }
  .mitglieder_logo{
    opacity:0.70;
    filter:alpha(opacity=70);
  }
  .mitglieder_logo:hover{
    opacity:1;
    filter:alpha(opacity=100);
  }
  .mitglieder_logo_platzhalter{
    opacity:0.10;
    filter:alpha(opacity=10);
  }


#ergebnisse{
  border-top: 1px dotted #dddddd;
  vertical-align: middle;
}


.bannerBox{
  padding-top: 25px;
  text-align: center;
  color:#cfcfcf;
  font-size: 9px;
}
  .bannerBox a{
    color:#cfcfcf;
  }
  .bannerBox a:hover{
    color:#909090;
  }


.metaContent{
  background: url(../images/_bg_meta.gif) repeat-x;
  height: 30px;
  padding: 28px 0 40px 28px;
}
  #metaMenu{
    height: 25px;
    background: url(../images/bg_meta.gif) repeat-x;
  }
    #metaMenu a{
      font-size: 11px;
      color: #909090;
      padding-left: 20px;
    }
    #metaMenu a:hover{
      font-size: 11px;
      color: #385d6e;
    }
    #metaMenu .first{
      font-size: 11px;
      color: #909090;
      padding-left: 0px;
    }


/*#header{
  background: url(../images/bg_header.gif);
  height: 111px;
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
}
*/


/*#mainMenu{
  background: url(../images/bg_mainMenu.gif);
  width: 790px;
  height: 30px;
  text-align: center;
  vertical-align: text-bottom;
}
  #mainMenu a{
    background: url(../images/bg_mainMenuItem.gif) no-repeat;
    background-position: right;
    padding:0 28px 0 28px;
    line-height: 30px;
  }
  #mainMenu a:hover{
   color:#1c79a9;
  }
  #mainMenu .first{
    padding:0 28px 0 20px;
  }

  #mainMenu .last{
    background:;
    padding:0 20px 0 28px;
  }

  #mM_leftCorner{
    background: url(../images/bg_mM_leftCorner.gif) no-repeat;
    width: 10px;
    height: 30px;
  }
  #mM_rightCorner{
    background: url(../images/bg_mM_rightCorner.gif) no-repeat;
    width: 10px;
    height: 30px;
  }
*/

#bg_searchBox{
  padding-top:28px;
  background: url(../images/bg_searchBox.gif) repeat-x;
  background-position: top;
}
#searchBoxHeader{
  background: url(../images/bg_searchBoxHeader.gif) no-repeat;
  height: 5px;
}
#searchBoxContent{
  background: url(../images/bg_searchBoxContent.gif) repeat-y;
  text-align: center;
}
  #searchBoxContent a:hover{
    color: #1c79a9;
  }
#searchBoxFooter{
  background: url(../images/bg_searchBoxFooter.gif) no-repeat;
  height: 5px;
}


#mainContent{
  width: 810px;
  padding-bottom: 70px;
}
  #mainContent .colorLink {
    color: #1c79a9;
  }
  #mainContent .colorLink:hover {
    text-decoration: underline;
  }

.contentBanner{
  border: 1px solid #dddddd;
}


#footer{
  border-top: 1px solid #cfcfcf;
  background: #e5e5e5;
  font-size: 11px;
  padding-left: 28px;
  height: 25px;
  color: #909090;
  padding-top: 2px;
}






























