/* ***********************************
     alwa 2011
     TYPE	: Stylesheet
     TITLE	: alwa Basic Style
     DESC	: Main Stylesheet for alwa
     AUTHOR	: Renate Einecke // www.sevenpixels.de

   *********************************** */

body {
  background-color: #2FB0E8;
  background-image:url(/images/layout/bg_alwa.jpg);
  background-repeat: no-repeat;
  background-position: top center; 
  font-family: Tahoma, verdana, sans-serif;
  font-size: 12px;
  color: #444444;
  margin: 0;
  padding: 0;
  text-align: center;
}

h1 {
  display: none;
}
h2 {
  font-size: 14px;
  color: #00357D;
  font-weight: bold;
  padding: 0;
  margin: 0 0 5px 0;
}
h3 {
  font-size: 12px;
  color: #00357D;
  padding: 0;
  margin: 0 0 5px 0;
}
img {border: 0;}

a {
  outline-width: medium;
  outline-style: none;
  outline-color: -moz-use-text-color;
}

a:link {
  color: #2075ce;
  text-decoration: none;
}
a:visited {  
  color: #2075ce;
  text-decoration: none;
}
a:hover {color: #224c9a;}
a:active {color: #224c9a;}
.invisible {display:none;}

/* ---------- COLORS & STYLES ----------  */

.hellBlau12 {
  font-size: 12px;
  color: #33b1e9;
  display: inline !important;
  padding-right: 0 !important;
}
.blau12 {
  font-size: 12px;
  color: #2075ce;
  display: inline !important;
  padding-right: 0 !important;
}
.dunkelBlau11 {
  font-size: 11px;
  color: #00357D;
  display: inline !important;
  padding-right: 0 !important;
}
.dunkelBlau12 {
  font-size: 12px;
  color: #00357D;
  display: inline !important;
  padding-right: 0 !important;
}

.dunkelBlau17 {
  font-size: 17px;
  color: #00357D;
  display: inline !important;
  padding-right: 0 !important;
}
.orange {
  color: #F99E00;
  display: inline !important;
  padding-right: 0 !important;
}
.gruen12 {
  color: #16AD14;
  font-size: 12px;
  display: inline !important;
  padding-right: 0 !important;
}
.pink {
  color:#E07786;
  display: inline !important;
  padding-right: 0 !important;
}
.imgLeft {
  float: left;
  margin: 0 10px 10px 0;
}
.imgRight {
  float: right;
  margin: 0 0 10px 10px;
}
acronym {
  border-bottom: 0;
}
/* ---------- /COLORS ----------  */

/* ---------- RAHMEN ----------  */ 
#wrap {
  /* background-image:url(/images/layout/bg_personen.png);*/
  /*  background-repeat: no-repeat;  */
  /* background-position: 0 -25px; */ 
  margin: 0 auto 0 auto;
  padding-bottom: 50px;
  text-align: left;
  width: 1024px;
  min-height: 500px;
}
#innerWrap {
 /*margin-left: 140px;*/
}
#facebookButton {
  position: fixed !important; 
  top: 30px;
  right: 0px;
  cursor: pointer;
}
/* ---------- HEADER ----------  */ 
#logo {
  margin: 0 0 0 35px;
  padding-top: 15px;
}
#navTop {
  float: right;
  margin: 0 60px 0 0;
  padding: 11px 0 0 0;
  font-size: 11px;
  list-style-type: none;
  color: #6cc3ec;
}
#navTop li {
  display: inline;
  background-repeat: no-repeat;
  padding-left: 5px;
}
#navTop li a:link, #navTop li a:visited {
  color: #6cc3ec;
  text-decoration: none;
}
#navTop li a:hover, #navTop li a:active {
  color: #6cc3ec;
  text-decoration: underline;
}

#navTopActive a {
  color: #00357D !important;
}
/* ---------- /HEADER ----------  */ 

/* ---------- NAVIGATION ----------  */ 
#naviWrap {
  position: relative;
  background-image:url(/images/navi/bg_navigation_00.png);
  width: 964px;
  height: 35px;
  margin: 20px 0 0 0;
  padding: 0;
  z-index: 1000;
}
#navi {
  list-style-type: none;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 0;
}
#navi li {
  float: left;
  position: relative;
  z-index: 1000;
  background-image:url(/images/navi/trenner_navigation.png);
  background-repeat: no-repeat;
  background-position: right;
}
#navi li a {
  display: block;
  float: left;
  width: 114px;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
}
#navi li a:link, #navi li a:visited {
  color: #FFFFFF;
}
#navi li a:hover, #navi li a:active {
  background-image:url(/images/navi/bg_navigation_01.png);
  background-repeat: no-repeat;
}
#navActive a{
  background-image:url(/images/navi/bg_navigation_02.png);
  background-repeat: no-repeat;
}
#navActive a:hover {
  background-image:url(/images/navi/bg_navigation_02.png) !important;
  background-repeat: no-repeat;
}

#navi li ul {
  display: none;
  position: absolute;
  z-index: 1000;
  margin: 0;
  padding: 0;
  width: 199px;
}

#navi li ul li {
  display: block;
  clear: both;
  margin: 0;
  padding: 0;
  background-image: none;
  background-position: 0 0;
}

#navi li ul li img {
  margin: 0;
  padding: 0;
  display: block;
}

#navi li ul li a {
  display: block;
  width: 199px;
  margin: 0;
  padding: 0;
  text-align: left;
  line-height: 12px;
  font-family: Tahoma, verdana, sans-serif;
  font-size: 11px;
  color: #f3fbfd;
  font-weight: normal;
  background-image: none;
}

#navi li ul li a:hover {
  background-image: none !important;
}

#navi li ul li a div {
  margin-left: 25px;
}

#subNaviWrap {
  margin: 3px 13px 0 0;
  width: 215px;
  float: left;
}
#subNaviWrap h2  {
  background-image:url(/images/navi/bg_header_linksnavigation.png);
  padding-left: 10px;
  height: 23px;
  margin: 0;
  padding: 7px 0 0 15px;

}
#subNavi {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#subNavi li {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 20px;
}
#subNavi li.hell {
  background-image:url(/images/navi/bg_hell_linksnavigation.png);
}
#subNavi li.dunkel {
  background-image:url(/images/navi/bg_dunkel_linksnavigation.png);
}
#subNavi li a {
  display: block;
  text-decoration: none;
  padding-left: 15px;
  line-height: 22px;
}
#subNavi li a:link, #subNavi li a:visited {
  color: #4D8BCA;
}
#subNavi li a:hover, #subNavi li a:active {
  color: #FFFFFF;
  background-color: #3961A6;
}
#subNaviActive a{
  background-image:url(/images/navi/trenner_gepunktet.gif);
  background-repeat: no-repeat;
  background-position: bottom;
  color: #FFFFFF !important;
  background-color: #3961A6;
}
#subSecond {
  margin:0;
  padding: 0;
  list-style-type: none;
}
#subSecond li a {
  background-image:url(/images/navi/trenner_gepunktet.gif);
  background-repeat: no-repeat;
  background-position: bottom;
  background-color: #ABBFDB;
}
#subSecondActive img {
   margin-right: 7px;
}
#subSecondActive a {
  color: #FFFFFF !important;
  background-color: #3961A6 !important;
}

/* ---------- SUCHFELD ----------  */ 
 #searchwrapper {
         position: absolute;
		 top: 5px;
		 right: 30px;
		 width:211px;

      }
      
      #searchfield {
		width:172px;
        height:19px;
        border:0px;
	    padding:2px 30px 2px 10px;
        background-image:url(/images/layout/searchfieldbackground.png);
        color:#FFF;
		font-size: 13px;
        font-family: Tahoma, verdana, sans-serif;
      }

      #searchfield:focus {
        outline-width: medium;
        outline-style: none;
        outline-color: -moz-use-text-color;
      }
      
      #searchsubmit {
        width:21px;
        height:18px;
        border:0px;
        background-image:url(/images/layout/searchbutton.png);
        background-color:transparent;
        position:absolute;
        top: 3px;
        left: 185px;
      }
	  #searchsubmit:focus {
        outline-width: medium;
        outline-style: none;
        outline-color: -moz-use-text-color;
      }
/* ---------- /SUCHFELD ----------  */ 

/* ---------- HOME ----------  */ 
#slideshow {
  display: none;
  margin: 20px 0 0 0;
  width: 969px;
  height:383px;
  position:relative;
  z-index: 100;
}
#slideshowNoJavaScript {
  margin:0 auto;
  width: 969px;
  height:383px;
  position:relative;
  z-index: 100;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:969px;
  height:383px;
  overflow:auto; /* allow scrollbar */
  position:relative;
  z-index: 101;
}

#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:949px;
  height:383px;
}

.slideshowControl {
  display:block;
  width:39px;
  height:383px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}

#slideshowLeftControl {
  top:0;
  left:0;
  background:transparent url(/images/slideshow/arrows/lefta.gif) no-repeat 10px 157px;
}

#slideshowLeftControl:hover {
  background:transparent url(/images/slideshow/arrows/leftb.gif) no-repeat 10px 157px;
}

#slideshowRightControl {
  top:0;
  right:0;
  background:transparent url(/images/slideshow/arrows/righta.gif) no-repeat 5px 157px;
}

#slideshowRightControl:hover {
  background:transparent url(/images/slideshow/arrows/rightb.gif) no-repeat 5px 157px;
}

#slideshowDots {
  position:absolute;
  top:327px;
  left:0;
  width:969px;
  text-align:center;
}

#slideshowDots img {
  margin: 0 5px 0 5px;
  cursor: pointer;
}

.teaser {
  background-image:url(/images/home/bg_teaser.png);
  float: left;
  width: 312px;
  height: 277px;
  margin: 0 16px 0 0;
  overflow: hidden;
  
 }
.teaser img {
 margin: 5px 0 0 0;
 }
.teasermitHeadline {
  background-repeat: no-repeat;
  background-position: 5px 5px;
  height: 153px;
 }
.teasermitHeadline img {
   margin-top: 107px;
 }
.teaserText {
   margin: 0 10px 0 20px;
   font-size: 12px;
   line-height: 18px;
 }
.teaserText h2 {
  font-size: 18px;
  color: #00357D;
  line-height: 22px;
}
.teaserText a{
  color: #2075ce;
  text-decoration: none;
}
.teaserText a:hover {
  color:#224c9a;
}
.teaserText a img {
  vertical-align: middle;
  margin-top: -3px;
}
/* ---------- /HOME ----------  */ 

/* ---------- CONTENT ----------  */ 

#contentWrap {
  margin: 15px 0 0 0;
}

#headerBild {
  height: 307px;
  width: 738px;
  float: left;
}

#contentText {
 clear: both;
  background-color: #FFF;
  width: 618px;
 box-shadow: 3px 3px 3px #5FAFD2;
-moz-box-shadow: 3px 3px 3px #5FAFD2; /* Mozilla Firefox */
-webkit-box-shadow: 3px 3px 3px #5FAFD2; /* Google Chrome */
 padding: 38px 0 46px 116px;
 margin-left: 230px;
 font-size: 12px;
 line-height: 18px;
}
#contentDownloadWrap {
  position: absolute;
  width: 618px;
  margin-left: 230px;
}
#contentDownload {
  background-color: #FFF;
  width: 618px;
 box-shadow: 3px 3px 3px #5FAFD2;
-moz-box-shadow: 3px 3px 3px #5FAFD2; /* Mozilla Firefox */
-webkit-box-shadow: 3px 3px 3px #5FAFD2; /* Google Chrome */
 padding: 38px 0 46px 116px;
 font-size: 12px;
 line-height: 18px;
}
#headlineImg {
  margin-bottom: 20px;
}
 #contentText span {
  display: block;
  padding-right: 50px;
} 
#contentText h3 {
  margin-top: 20px;
  font-size: 18px;
  line-height: 22px;
  color: #33b1e9;
  font-weight: normal;
}

#infoBox {
   position: absolute;
   top: 469px;
  width: 221px;
  height: 290px;
 font-size: 12px;
 line-height: 18px;
 background-repeat: no-repeat;

}
#infoBoxText {
   padding: 18px 18px 0 18px;
   font-size: 11px;
   line-height: 16px;
}

#infoBox h4 {
  margin: 5px 0 0 0;
  font-size: 11px;
  line-height: 16px;
   color: #00357D;
  padding-left: 18px;
}
#partnerBox {
   position: absolute;
   top: 469px;
  width: 221px;
  height: 265px;
 font-size: 12px;
 line-height: 18px;
}

#partnerBoxText {
   padding: 0;
   padding-top: 33px;
   font-size: 11px;
   line-height: 16px;
}

#partnerBox h4 {
  margin: 5px 0 0 0;
  font-size: 11px;
  line-height: 16px;
   color: #00357D;
  padding-left: 18px;
}

#infoBoxTextPartner {
   padding: 18px 2px 0 2px;
   font-size: 11px;
   line-height: 16px;
}
#infoBoxTextPartner h4 {
  margin: 5px 0 0 0;
  font-size: 12px;
  line-height: 16px;
   color: #00357D;
}
.partnerList {
  margin-top: 10px;
}
.partnerText {
  display: block;
  padding: 0 18px 0 18px;
}
.partnerList a {
  display: block;
  width: 210px;
  height: 17px;
  margin-left: 4px;
  background-image: url(/images/wissen/infobox/bg_hinterleger_teaserbox.png);
  background-repeat: no-repeat;
  color: #00357D;
  padding-left: 16px;
  text-decoration: none;
}
#imgLeft {
  float: left;
  padding: 0 10px 10px 0;
}
#imgRight {
  float: right;
}
/* ---------- PRODUKTE ----------  */
#contentFlasche {
   position: absolute;
   margin-top: 25px;
   top: 438px;
   width: 431px;
   height: 662px;
}
#contentTextProduktDetail {
  clear: both;
  margin-left: 20px;
  background-color: #FFF;
  width: 440px;
 box-shadow: 3px 3px 3px #8CC9E3;
-moz-box-shadow: 3px 3px 3px #8CC9E3; /* Mozilla Firefox */
-webkit-box-shadow: 3px 3px 3px #8CC9E3; /* Google Chrome */
 padding: 38px 50px 70px 243px;
 margin-left: 230px;
 font-size: 12px;
 line-height: 18px;
}
#produktInfo {
  margin: 170px 20px 0 238px;
  color:#FFF;
  font-size: 13px;
  line-height: 18px;
}
#produktInfo h4 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size:15px;
}
#produktInfo img {
  margin-bottom: 15px;
}

#produktDetail h2 {
  font-size: 12px;
  color: #33b1e9;
  font-weight: bold;
}
#produktDetail h3 {
  margin-top: 35px;
  font-weight: normal;
  font-size: 17px;
   color: #33b1e9;
}
#gebinde {
   float: left;
   margin: 20px 0 0 0;
}

#gebinde ul{
   list-style-type: none;
   margin: 0;
   padding: 0;
  color: #00357D;
}
#produktBild {
   float: right;
   margin-top: 20px;
}

.produktStartseiteHeader {
  position: relative;
  z-index: 100;
  background-image: url(/images/produkte/startseite/bg_mainbanner.png);
  background-repeat: no-repeat;
}

.produktStartseiteHeaderItem {
  position: absolute;
  z-index: 200;
  top: 0;
  height: 307px;
}

.produktStartseiteHeader .tt {
  display: none;
  position: absolute;
  z-index: 300;
  top: 35px;
  width: 267px;
  height: 164px;
}

.produktStartseiteHeader .tt div {
  padding: 20px 20px 20px 35px;
  font-size: 12px;
  line-height: 18px;
}
.produktStartseiteHeader .ttleft {
  padding: 20px 20px 20px 20px;
  font-size: 12px;
  line-height: 18px;
}
.produktStartseiteHeader .tt div img {
  margin-bottom: 10px;
}

.produktStartseiteHeader .tt div a {
  padding-left: 15px;
  background-image: url(/images/layout/pfeilklein_mehr.gif);
  background-repeat: no-repeat;
  background-position: 0 3px;
}

.produktStartseiteHeader .tt div a:hover {
  background-position: 0 -14px;
}

/* ---------- /PRODUKTE ----------  */


/* ---------- VERANSTALTUNGSKALENDER ----------  */ 
#eventTable {
  margin: 30px auto 30px 0;
  width: 568px;
}
#eventTable th {
  color: #FFF;
  text-align: left;
  background-image: url(/images/aktuelles/veranstaltungskalender/bg_kopf_tabelle.png);
  background-repeat: repeat-x;
  padding-left: 8px;
  line-height: 25px;
}

#eventTable th div {
  background-image: url(/images/aktuelles/veranstaltungskalender/bg_kopf_tabelle-trenner.gif);
  background-repeat: no-repeat;
  background-position: right 0;

}

#eventTable td {
  vertical-align: middle;
  padding: 0 0 0 8px;
  height: 59px;

}

.date {
  color: #00357D;
  font-size: 14px;
  width: 115px;
}
.head {
  color: #00357D;
  font-size: 14px;
}
.headLink a {
  display: block;
  margin-top: 2px;
  color: #444;
  text-decoration: none;
}
.headLink a:hover {
  text-decoration: underline;
}
.eventCity{
  width: 110px;
}
.eventLogo {
  width: 80px;
  text-align: center;
}
#eventTable .evenCol {
   background: #F2FAFD;
}
#infoBoxEvent {
   position: absolute;
  margin-top: -24px;
   top: 493px;
  margin-left: 0;
  width: 221px;
  height: 290px;
 font-size: 12px;
 line-height: 18px;
}

#eventList {
  margin: 10px 0 0 -10px;
  padding: 0;
  list-style-type: none;
}

#eventList li {
  margin-top: 5px;
  padding: 5px 0 5px 12px;
  border-bottom: 1px dotted #00357D;
  width: 180px;
}
.eventListLast {
  border: none !important;
}
.eventListMonth {
  font-weight: bold;
  color: #33b1e9;
  text-transform: uppercase;
}
.eventListDate {
  color: #00357D;
}
.eventListHead {
  color: #00357D;
  font-weight: bold;
  font-size: 13px;
}
.eventListCity {
}
.eventListLink a {
  text-decoration: underline;
  color: #444;
}
#eventListMore {
  margin-top: 10px;
}
#eventListMore img {
  vertical-align: middle;
}
/* ---------- /VERANSTALTUNGSKALENDER ----------  */ 

/* ---------- PRESSE /AKTIONEN /SPONSORING ----------  */

.aktionWrapper {
  margin-bottom: 30px;
  width: 565px;
}
.aktionLeft {
  float: left;
  width: 230px;
}
.aktionRight {
  float: left;
  width: 335px;
}
.aktionDate {
  color: #00357D;
}
.aktionRight h2 {
  margin-bottom: 0 !important;
  font-size: 14px !important;
}
.aktionRight h3 {
  margin-top: 0 !important;
  font-size: 14px !important;
  font-weight: bold !important;
}
.aktionRight h4 {
  margin-top: 0 !important;
  font-size: 12px !important;
  color: #00357D;
  font-weight: normal !important;
}
.aktionRight a {
  color: #2075ce;
  text-decoration: none;
}
.aktionRight a:hover {
   color: #224c9a;
}
.aktionRight a img {
  vertical-align: middle;
}
#aktionDetail {
  margin-right: 70px;
}
#aktionDetail h2 {
  margin-bottom: 0 !important;
  font-size: 14px !important;
}
#aktionDetail h3 {
  margin-top: 0 !important;
  font-size: 14px !important;
  font-weight: bold !important;
}
#aktionDetail h4 {
  margin-top: 0 !important;
  font-size: 12px !important;
  color: #00357D;
  font-weight: normal !important;
}
#backLink {
 z-index: 5;
 position: absolute; 
 margin-left: -90px;
 margin-top: -73px;
}
#backLink a img {
  vertical-align: middle;
  padding-right: 5px;
}
#backLink a {
  text-decoration: none;
  color: #2075ce;
}
#backLink a:hover {
  text-decoration: none;
  color: #224c9a;
}
.imgPressBorder img {
  padding: 2px;
  border: 1px solid #E1DFE0;
}

/* ---------- /PRESSE /AKTIONEN ----------  */


/* ---------- WISSEN ----------  */

#wissenListHeader {
  background-image: url(/images/wissen/liste/bg_infoboxHeader.png);
  background-repeat: no-repeat;
  width: 549px;
  line-height: 60px;
  padding: 0 0 0 30px;
  color: #00357D;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  margin: 0; 
}
#wissenListWrapper {
  margin: 0;
  padding: 0;
  background-image: url(/images/wissen/liste/bg_infobox.png);
  background-repeat: no-repeat;
  background-color: #BCE5F8;
  width: 549px;
}
#wissenList {
  margin: 0 0 10px 2px;
  width: 100%;
}
#wissenList td {
  vertical-align: top;
  padding: 10px 0 5px 0;
  height: 45px;
  color: #444;
  font-size: 12px;
}
.tableText {
  width: 400px;
}
#wissenList .number {
  padding: 8px 5px 0 30px;
  color: #00357D;
  font-size: 14px;
  font-weight: bold;
  width: 15px;
}
#wissenList .evenCol {
  background-image: url(/images/wissen/liste/hinterleger_infobox.png);
  background-repeat: repeat-y;
}
#wasstertropfen {
  position: absolute;
  margin-left: 460px;
  margin-top: -185px;
}
/* ---------- /WISSEN ----------  */

/* ---------- DOWNLOAD ----------  */

#produktFilter {
  width: 568px;
  height: 25px;
  background-image: url(/images/layout/downloads/produkte/bg_filter_gesamt.png);
  text-align: right;
}

#produktFilter form {
  margin: 0;
  padding: 3px;
}

#produktFilter form select {
  width: 399px;
  height: 19px;
  background-image: url(/images/layout/downloads/produkte/bg_filter.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

#produktFilter form select option {
  color: #444444;
  background-color: #FFFFFF;
  padding: 3px 5px 3px 5px;
  border-left: 4px solid #FFFFFF;
  border-right: 4px solid #FFFFFF;
}

#produktFilter form select option:first-child {
  border-top: 4px solid #FFFFFF;
}

#produktFilter form select option:last-child {
  border-bottom: 4px solid #FFFFFF;
}

#produktFilter form select option:nth-child(even) {
  background-color: #FFFFFF;
}

#produktFilter form select option:nth-child(odd) {
  background-color: #f1f9fb;
}

.produktThumb {
  height: 104px !important;
}

.produktThumb img {
  /*padding: 5px 0 5px 0;*/
}

.produktThumb div {
  width: 90px;
  height: 90px;
  border: 1px solid #e1dede;
  background-color: #FFFFFF;
  text-align: center;
  line-height: 90px;
}
.downloadLink {
  white-space: nowrap;
}
.downloadLink a {
  color: #2075ce;
  text-decoration: none;
}
.downloadLink a img {
  vertical-align: middle;
}
.downloadLink a:hover {
  text-decoration: none;
  color: #224c9a;
}
/* ---------- /DOWNLOAD ----------  */

/* ---------- KARRIERE ----------  */
#karriere {
  margin-right: 70px;
}
#karriere h2 {
  margin-top: 20px;
  font-size: 18px;
  color: #33b1e9;
  font-weight: normal;
}

.jobList {
  margin: 20px 0 40px 0;
  padding: 0;
  list-style-type: none;
  font-size: 14px;
}
.jobList li {
  margin-bottom: 10px;
}
/* ---------- /KARRIERE ----------  */

/* ---------- HÄNDLER ----------  */

#haendlerList {
  margin: 40px 0 57px 0;
  padding: 0;
}

#haendlerList li {
  margin: 0;
  padding: 13px 13px 13px 6px;
  list-style: none;
}

#haendlerList li.even {
  background-color: #f2fafe;
}

#haendlerList li h2 {
  color: #00357d;
  font-weight: normal;
}

#haendlerList li div.left {
  float: left;
  width: 430px;
}

#haendlerList li div.right {
  float: right;
  width: 110px;
  text-align: right;
}
 #haendlerSucheForm {
    margin-top: 30px;
  }

  #haendlerSucheForm label {
    display: none;
  }

  .haendlerSucheFormInputBorder {
    padding: 4px;
    background-color: #ffffff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 4px;
  }

  .haendlerSucheFormInputBorder input {
    border: 1px solid #cdcdcd;
    width: 175px;
  }

  .haendlerButtonAlign {
    text-align: right;
    padding-right: 4px;
    padding-top: 2px;
  }

  #haendlerButton {
    border: 0;
    width: 29px;
    height: 26px;
    background-image: url(/images/layout/heandler/suchformular/lupe.png);
}
/* ---------- /HÄNDLER ----------  */

/* ---------- SITEMAP ----------  */

.sitemapList {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.sitemapList ul {
  margin: 0;
  padding: 5px 0 0 20px;
  list-style-type: none;
}
.sitemapList li {
  padding-bottom: 5px;
}
.sitemapEntry a {
  font-size: 14px;
   color: #00357D;
}
.sitemapSecond a {
   font-size: 12px;
  color: #0C81C9 !important;
}
.sitemapThird a{
   font-size: 12px;
  color: #33B1E9 !important;
}


/* ---------- /SITEMAP ----------  */

.accordionHeadline {
  padding: 15px 0 5px 0;
}


/* ---------- /CONTENT ----------  */ 

/* ---------- SUDOKU ----------  */

#sudokuWrapper{
  margin-left: -113px;
  background-image:url(/images/aktuelles/sudoku/bg_content-sudoku2.jpg);
  background-repeat: no-repeat;
  background-position: 0 -40px;
}
#sudokuWrapper #headlineImg{
  margin-left: 113px;
}
#sudoku {
   float: left;
   margin: 33px 0 110px 113px;
   width: 380px;
}
#sudoku input {
  float: left;
  width: 38px;
  font-size: 16px;
  border: 1px solid #FFD461;
  padding: 9px 0 9px 0;
  margin: 0;
 -moz-border-radius:0px; /* Firefox */
-webkit-border-radius:0px; /* Safari, Chrome */
 -khtml-border-radius:0px; /* Konqueror */
 border-radius:0px; /* CSS3 */
  color: #A01F23;
  text-align: center;
}
#sudoku p {
  padding-left:0px;
}
#resetButton{
  padding-top: 10px;
  border: 0 !important;
  background-image:url(/images/aktuelles/sudoku/erneutspielen_00.gif);
  background-repeat: no-repeat;
  border: 0px;
  width: 112px !important;
  height: 35px !important;;

}
#resetButton:hover {
  background-image:url(/images/aktuelles/sudoku/erneutspielen_01.gif);
  background-repeat: no-repeat;
  width: 112px;
  height: 35px;

}
#textSudoku { 
  float: left;
  width: 170px;
  margin-top: 30px;
  color: #FF8300;
}
#textSudoku h2{ 
  color: #A01F23;
  text-transform:uppercase;
}
#sudokuFormWrapper {
  background-image:url(/images/aktuelles/sudoku/bg_content-teilnehmer.jpg);
  background-repeat: no-repeat;
  background-position:  95px 70px;
}
#sudokuForm {
   margin-left: 113px;
}
#sudokuForm h2{
 text-transform:uppercase;
 margin: 55px 0 20px 20px;
 font-weight: normal;
 font-size: 14px;
}
#loesungLabel {
 text-transform:uppercase;
  margin-left: -20px;
 font-size: 16px;
  color:#E07786;
  width: 200px;
}
#Antwort {
    border: 4px solid #E07786;
    width: 120px;
}
#textSudokuTeilnahme {
   position: relative;
   margin: -14px 0 0 468px;
   color: #FFF;
   font-size: 14px;
}
.formText {
   margin: 0 0 20px 20px;
   color: #00357D;
}
#sendButtonSudoku {
  margin: 5px 0 0 335px;
  width: 95px !important;
  height: 35px;
  padding: 0 !important;
  border: 0 !important;
}
.formTextStrong {
   color: #00357D;
   font-weight: bold;
   margin: 20px 0 410px 0;
}
.formTextUnten {
   margin: 20px 20px 0 20px;
   padding-top: 5px;
   border-top: 1px dotted #666;
}
#wuerfel {
   position: relative;
   margin: -50px 0 0 85px;
   width: 108px;
   height: 126px;
}

/* ---------- /SUDOKU ----------  */

/* ---------- FORMULARE ----------  */ 
.contentForm {
  margin: 10px 0 0 0;
  padding: 0;
  width: 568px;
}

.contentForm fieldset {
  background: #E2F4FC;
  background-image: url(/images/formulare/bg_formular.gif);
  background-repeat: no-repeat;
  border:0;
  margin: 0 0 10px 0;
}
.contentForm p{
  margin: 0;
  padding: 15px 0 15px 20px;
  color: #00357D;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.contentForm label {
  float: left;
  width: 100px;
  color: #00357D;
  margin: 0 0 0 20px;
  font-family: Tahoma, verdana, sans-serif;
  font-size: 13px;
}
.contentForm .shortLabel {
  width: 23em;
}
.contentForm input {
  border: 4px solid #ABDFF5;
  margin-bottom: 5px;
  padding: 0 10px 0 10px;
  color: #444;
 width: 280px;
 -moz-border-radius:5px; /* Firefox */
-webkit-border-radius:5px; /* Safari, Chrome */
 -khtml-border-radius:5px; /* Konqueror */
 border-radius:5px; /* CSS3 */
} 

.contentForm .short {
  float: left;
  width: 3em;
  margin-right: 5px;
}
.contentForm .check {
  float: left;
  text-align: left;
  width: auto !important;
  margin-left: 0px !important;
  padding-right: 10px;
  color: #444;
  margin-top: 3px;
}
.contentForm textarea{
  float: left;
  border: 4px solid #ABDFF5;
  margin-bottom: 5px;
  padding: 0 0 0 10px;
  color: #444;
 width: 280px !important;
 -moz-border-radius:5px; /* Firefox */
-webkit-border-radius:5px; /* Safari, Chrome */
 -khtml-border-radius:5px; /* Konqueror */
 border-radius:5px; /* CSS3 */
} 
.contentForm select {
  border: 1px solid #00357D;
  margin-bottom: 5px;
  color: #666;
}
.contentForm input.checkbox {
  float: left;
  width: auto ! important;
  border: 0;
}
.contentForm label.label_for_checkbox {
  float: right ! important;
  width: 93% ! important;
}
.contentForm .inputLeftCheck {
  float: left;
  border: 0 !important;
  background: none !important;
  width: 5px !important;
  margin: 5px 5px 15px 0;
} 
.contentForm .stellen{
  width: 20em;
}
.contentForm .bewerbung label{
  width: 15em;
}
.contentForm .bewerbung textarea{
  width: 30em;
}
#sendButton {
  float: right;
  margin-right: 30px;
  width: 95px !important;
  height: 35px;
  padding: 0 !important;
  border: 0 !important;
}
.contentForm .formButton {
  padding: 0 5px 0 5px;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  background: #2075ce;
  border-right: 1px solid #00357D;
  border-bottom: 1px solid #00357D;
  height: 18px;
  width: auto !important;
}
.error {
  color: #C00;
  font-weight: bold;
}
.contentForm  .longLabel {
  width: 50em !important;
}

#jobFilter {
  width: 568px;
  height: 25px;
  background-image: url(/images/formulare/bg_filter_gesamt.png);
  text-align: right;
}
#jobFilter div {
  padding: 4px;
}
#jobFilter select {
  width: 399px !important;
  height: 19px;
  background-image: url(/images/layout/downloads/produkte/bg_filter.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

#jobFilter select option {
  color: #444444;
  background-color: #FFFFFF;
  padding: 3px 5px 3px 5px;
  border-left: 4px solid #FFFFFF;
  border-right: 4px solid #FFFFFF;
}

#jobFilter select option:first-child {
  border-top: 4px solid #FFFFFF;
}

#jobFilter select option:last-child {
  border-bottom: 4px solid #FFFFFF;
}

#jobFilter select option:nth-child(even) {
  background-color: #FFFFFF;
}

#jobFilter select option:nth-child(odd) {
  background-color: #f1f9fb;
}


/* ---------- /FORMULARE ----------  */ 

/* ---------- FOOTER ----------  */ 
#footerDownload {
  width: 754px;
}

#navBottom {
  clear: both;
  float: right;
  padding: 10px 60px 0 0;
  font-size: 11px;
  list-style-type: none;
  color: #ffffff;
}
#navBottom li {
  display: inline;
  background-repeat: no-repeat;
  padding-left: 5px;
}
#navBottom li a:link, #navBottom li a:visited {
  color: #ffffff;
  text-decoration: none;
}
#navBottom li a:hover, #navBottom li a:active {
  color: #ffffff;
  text-decoration: underline;
}

/* ---------- /FOOTER ----------  */


/* ---------- ACCORDION ----------  */

  .accordionContent {
    display: none;
  }

/* ---------- /ACCORDION ----------  */



.cb {
  clear: both;
}
.edit {
  font-family: verdana;
  font-size: 13px;
  color: #c00;
}


