/* ***********************************
     Marketing-Club 2009
     TYPE	: Stylesheet
     TITLE	: Marketing-Club Basic Style
     DESC	: Main Stylesheet for Marketing Club
     AUTHOR	: Renate Einecke // www.sevenpixels.de

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

body {
  background-color: #003366;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 100%;
  color: #333333;
  text-align: center;
}
h1 {
  margin: 0 0 16px 0;
  padding: 0;
  color: #003366;
  font-weight: bold;
  font-size: 1.2em;
}
h2 {
  margin: 0 0 10px 0;
  padding: 0;
  color: #003366;
  font-weight: bold;
  font-size: 1em;
}
img {border: 0;}
a:link {color: #666;}
a:visited {color: #666;}
a:hover {color: #666;}
a:active {color: #666;}

.bildLinks {
  margin-right: 10px;
}
.bildRechts {
  margin-left: 10px;
}
.weiterLink {
  display: block;
  margin-top: 5px;
  background-image:url(/images/layout/link-pfeil.gif);
  background-repeat: no-repeat;
  padding-left: 16px;
  font-size: 0.8em;
}
.Link {
  display: block;
  margin-top: 5px;
  background-image:url(/images/layout/link-pfeil.gif);
  background-repeat: no-repeat;
  padding-left: 16px;
}
/* ---------- RAHMEN ----------  */ 
#wrap {
  margin: 0 auto 0 auto;
  text-align: left;
  width: 960px;
}
#contentWrap {
  width: 960px;
  margin-top: 7px;
}
/* ---------- /RAHMEN ----------  */ 

/* ---------- HEAD ----------  */ 
#header {
  background-image:url(/images/layout/headerBack.gif);
  background-repeat: no-repeat;
  width: 960px;
  height: 134px;
}
#logo {
  float: left;
  margin: 15px 147px 0 27px;
}
#headerImg {
  float: right;
}
#headerForm {
  margin-top: 20px;
  float: left;
}
#headerForm a {
  font-size: 0.8em;
  text-decoration: none;
  color: #969696;
} 
#headerForm form {
  margin: 0px;
} 
#headerForm input {
  padding-left: 2px;
  width: 120px;
  border-left: 1px solid #969696;
  border-top: 1px solid #969696;
  border-right: 1px solid #EBEAEA;
  border-bottom: 1px solid #EBEAEA;
  color: #969696;
}
.headerButton {
  margin-top: 2px !important;
  border: 0px solid #FFF !important;
  background: #FFF;
  background-image:url(/images/layout/link-pfeil.gif);
  background-repeat: no-repeat;
  padding: 0px;
  padding-left: 12px !important;
  font-size: 0.8em;
  text-align: left;
}
.searchForm {
  margin-bottom: 5px;
}
/* ---------- /HEAD ----------  */ 

/* ---------- NAVIGATION ----------  */ 
#naviWrap {
  background-color: #FFF;
  width: 960px;
  height: 26px;
  margin-bottom: 10px;
  background-image: url(/images/layout/naviBack.gif);
  background-repeat: no-repeat;
}
ul#primary-nav,
ul#primary-nav ul {
  width: 150px;
  margin: 0;
  padding: 0;
  /*background: #ccc;*/ /* IE6 Bug */
  font-size: 100%;
}
ul#primary-nav ul {
  border-top: 1px solid #ccc;
}
ul#primary-nav {
  float: left;
  width: 936px;
  height: 24px;
  margin-left: 12px;
  padding-left: 16px;
  padding-top: 0;
}
  
ul#primary-nav:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

ul#primary-nav li {
  position: relative;
  list-style: none;
  float: left;
  line-height: 22px;
  width: 150px; /* Width of Menu Items */
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
}

ul#primary-nav li a {
  display: block;
  text-decoration: none;
  color: #FFF;
  padding: 2px 2px 2px 25px;
  background-image: url(/images/layout/navi-pfeil.gif);
  background-repeat: no-repeat;
  background-position: 5px 8px;
/*border: 1px solid red;*/
  }

ul#primary-nav li li a {
  text-transform: none !important;
  display: block;
  text-decoration: none;
  color: #003467;
  border-bottom: 1px solid #ccc;
  font-weight: normal !important;
  background-color: #DFE0E1;
  margin-bottom: 0 !important;
  background-image: none !important;
  padding: 0px 0px 0px 5px !important;
/*border: 1px solid red;*/
  }


/* Fix IE. Hide from IE Mac \*/
* html ul#primary-nav li { float: left; height: 1%; }
* html ul#primary-nav li a { height: 1%; }
/* End */

ul#primary-nav ul {
  position: absolute;
  display: none;
  }
  
ul#primary-nav ul ul {
  left: 150px;
  top: 0;
  }

ul#primary-nav li ul li a { padding: 2px 2px 2px 22px; } /* Sub Menu Styles */

ul#primary-nav li:hover ul ul,
ul#primary-nav li:hover ul ul ul,
ul#primary-nav li.over ul ul,
ul#primary-nav li.over ul ul ul { display: none; } /* Hide sub-menus initially */

ul#primary-nav li:hover ul,
ul#primary-nav li li:hover ul,
ul#primary-nav li li li:hover ul,
ul#primary-nav li.over ul,
ul#primary-nav li li.over ul,
ul#primary-nav li li li.over ul { display: block; } /* The magic */

ul#primary-nav li.menuparent { background-color: #DFE0E1 !important; }
ul#primary-nav li li.menuparent { background-color: #DFE0E1 !important; }

ul#primary-nav li.menuparent a { color: #003467;}
ul#primary-nav li li.menuparent a { color: #003467; }

ul#primary-nav li.menuparent:hover,
ul#primary-nav li.over { background-color: #DFE0E1 !important; }

ul#primary-nav li.menuparent:hover a,
ul#primary-nav li.over a { color: #003467; }

ul#primary-nav li a:hover { background-color: #DFE0E1; color: #003467; }

ul#primary-nav li li a:hover { background-color: #CCC; color: #003467; }

ul#primary-nav li li.submenuparent a { background-color: #CCC;}


/* ---------- /NAVIGATION ----------  */ 

/* ---------- PFAD ----------  */
#pathWrap {
  margin-bottom: 10px;
  margin-left: 30px;
  font-size: 0.7em;
  color: #999;
}
#pathWrap a {
  text-decoration: none;
  color: #999;
}
/* ---------- /PFAD ----------  */ 

/* ---------- HOME ----------  */ 

#contentHomeLeft {
  float: left;
  margin-right: 13px;
  width: 522px;
  margin-bottom: 10px;
}

#contentHomeRight {
  float: left;
  width: 400px;
  margin-bottom: 10px;
}
#contentHomeLeft .contentTextWrap {
 width: 522px;
}
#contentHomeLeft .contentTextWrap .contentText{
 height: 330px;
}
#contentHomeRight .contentTextWrap {
 width: 400px;
}
#contentHomeRight .contentTextWrap .contentText{
 height: 330px;
}
#teaserHome {
  clear: both;
}
#teaserHome .teaserWrap {
 float: left;
  margin: 0 0 0 13px;
}
#teaserHome .teaserText {
  height: 100px;
  overflow: hidden;
}
/* ---------- /HOME ----------  */ 

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

#content {
  background-color: #FFF;
  width: 960px;
}
#contentLeft {
  float: left;
  width: 710px;
}
.contentTextWrap {
  margin: 0 0 0 12px;
  padding: 0;
  padding-bottom: 16px;
  background-color: #FFF;
  width: 696px;
  font-size: 0.8em;
  line-height: 1.3em;
}
.contentText {
  border-left: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
  padding: 10px 20px 20px 20px;
}
.imgLeft {
  float: left;
  margin: 0 5px 20px 0;
}
.imgRight {
  float: right;
  margin: 0 0 20px 5px;
}
.textBild {
  float: left;
  color: #003366;
}
.textBild h1 {
  margin-top: 25px;
}
#listStyle {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#listStyle li{
  padding-bottom: 10px;
}
#downloadListStyle {
  margin: 0;
  padding: 0 0 10px 20px;
  list-style-type: square;

}
#downloadListStyle li{
  padding: 0 0 10px 20px;
  background-image:url('/images/icon/icon-pdf.gif');
  background-repeat: no-repeat;
}
/* ---------- /CONTENT ----------  */ 

/* ---------- AKTUELL ----------  */ 
#aktuellHeader {
  margin-top: 10px;
  color: #003366;
}
#aktuellHeader a {
  color: #003366;
}
.contentAktuell h2 {
   font-size: 1.2em;
   margin-bottom: 16px;
}
.contentAktuell h2 a {
   text-decoration: none;
   color: #003366;
}
/* ---------- /AKTUELL ----------  */ 

/* ---------- FORMULARE ----------  */ 
#contentForm {
  margin: 10px 0 0 0;
  padding: 0;
}
#contentForm p {
  margin: 0 0 10px 0;
}
#contentForm fieldset {
  border: 0;
  border-bottom: 1px solid #E6E6E6;
  padding: 10px 0 10px 0;
  margin: 0;
  margin-bottom: 1em;
}
#contentForm legend {
  color: #003366;
  font-weight: bold;
}
#contentForm label {
  float: left;
  width: 8em;
  color: #003366;
  margin: 0 0 5px 0;
}
#contentForm input {
  border-left: 1px solid #969696;
  border-top: 1px solid #969696;
  border-right: 1px solid #EBEAEA;
  border-bottom: 1px solid #EBEAEA;
  margin-bottom: 5px;
  color: #666;
  width: 15em;
  letter-spacing: 0;
} 
#contentForm .check {
  float: left;
  text-align: left;
  width: 1em !important;
  border: 0 !important;
  margin-right: 5px;
}
#contentForm textarea{
  border-left: 1px solid #969696;
  border-top: 1px solid #969696;
  border-right: 1px solid #EBEAEA;
  border-bottom: 1px solid #EBEAEA;
  margin: 0 0 5px 0;
  color: #666;
  width: 24em;
  height: 15em;
} 
#contentForm .longInput {
  width: 23.5em;
}
#contentForm select {
  border: 1px solid #E6E6E6;
  margin-bottom: 5px;
  color: #666;
}
#contentForm input.checkbox {
  float: left;
  width: auto ! important;
  border: 0;
}
#contentForm .formButton {
  margin-top: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #666666;
  background-color: #E6E6E6;
  border: 1px solid #666666;
  padding: 2px;
}
#contentForm .long {
  width: 43em;
}
#contentForm .empfehlen label {
  width: 11em;
  color: #003366;
}
#contentForm .empfehlen textarea{
  width: 28em;
}
.error {
  color: #C00;
  font-weight: bold;
}

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

/* ---------- SUCHE ----------  */ 
#listSearch {
  padding: 0;
  margin: 0;
}
#listSearch li {
  padding: 10px 0 10px 0;
  margin: 0;
  list-style-type: none;
  border-bottom: 1px solid #EBEAEA;
}
.listTextEnd {
  border-bottom: 0px !important;
}
/* ---------- /SUCHE ----------  */ 

/* ---------- PROGRAMM ----------  */ 

#programm {
  border: 1px solid #E6E6E6;
  border-collapse:collapse;
}
#programm td {
  border: 1px solid #E6E6E6;
  padding: 5px;
  vertical-align: top;
}
#programm td a {
  text-decoration: none;
}
.tableDark {
  background: #003366;
  color: #FFF;
  white-space: nowrap;
}

/* ---------- /PROGRAMM ----------  */ 

/* ---------- ADRESSEN ----------  */ 
#adressen{
  margin-top: 20px;
}
#adressen td {
  padding: 5px;
  vertical-align: top;
  border: 1px solid #E6E6E6;
}
#adressen .dark {
  background: #003366;
  color: #FFF;
}
/* ---------- /ADRESSEN ----------  */ 

/* ---------- BILDERGALERIE ----------  */ 

#bildList {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#bildList li{
  margin-bottom: 10px;
}
#bildList li img{
  float: left;
  margin-right: 5px; 
}
.bilderUebersicht {float: left;
                   margin: 0 10px 10px 0;
                   width: 110px;
                   height: 110px;}

.bilderUebersicht a {display:table-cell;
                     text-align:center;
                     vertical-align:middle;
                     width: 110px;
                     height: 110px;
                     font-size:110px;
                     background-color: #E6E6E6;
                     border: 1px solid #CCC;
}

.bilderUebersicht img {vertical-align: middle;
                       border:0 solid #E6E6E6;
}

/* ---------- /BILDERGALERIE ----------  */ 

/* ---------- MARKETINGBÖRSE ----------  */ 

.marketingListText {
  float: left;
  width: 500px;
}
.marketingListImg {
  float: left;
}

/* ---------- /MARKETINGBÖRSE ----------  */ 

/* ---------- MITGLIEDERBEREICH ----------  */ 
#mitgliederTable {
  margin-top: 10px;
  border-collapse: collapse;
  border: 1px solid #E6E6E6;
  width: 400px;
}
#mitgliederTable th{
  padding: 5px;
  background: #003366;
  color: #FFF;
  line-height: 20px;
  border: 1px solid #FFF; 
}
#mitgliederTable td {
  padding: 5px;
  vertical-align: top;
}
#mitgliederTable .lastCell{
  border-bottom: 1px solid #E6E6E6;
}
.mitgliedBox {
  padding: 20px 0 20px 0;
  float: left;
  border-bottom: 1px solid #E6E6E6;
  width: 500px;
}
#mitgliedBild {
  float: right;
}

/* ---------- NEWSLETTER ----------  */ 
#newsletterTable {
  border: 1px solid #003366;
  color: #003366;
}
#newsletterTable a{
  color: #003366;
}
#newsletterTable table td{
  padding: 0 10px 0 10px;
}
#newsletterTable .tableHeader {
  padding: 0 0 0 20px;
  background: #003366;
  color: #FFF;
  height: 25px;
  font-weight: bold;
}
#newsletterTable .tableFooter {
  padding: 0 0 0 20px;
  background: #003366;
  color: #FFF;
  font-size: 0.8em;
}
#newsletterUebersicht {
  margin: 10px 0 0 0;
  padding: 0;
  list-style-type: none;   
}
#newsletterUebersicht li {
  padding: 0 0 5px 20px;
  background-image:url('/images/icon/icon-newsletter.gif');
  background-repeat: no-repeat;
}
/* ---------- /NEWSLETTER ----------  */ 

/* ---------- /MITGLIEDERBEREICH ----------  */ 

/* ---------- TEASER ----------  */ 
#contentRight {
  float: left;
  width: 224px;
}

.teaserWrap {
  margin: 0 0 0 15px;
  padding-bottom: 16px;
  background-color: #FFF;
  width: 224px;
  font-size: 0.7em;
  line-height: 1.2em;
}
.teaserHeader {
  background-color: #003366;
  width: 222px;
  text-transform:capitalize;
  border: 1px solid #003366;
}
.teaserHeader h2 {
  padding: 0 0 0 10px;
  margin-bottom: 5px;
  font-size: 1em;
  color: #FFF;
  text-transform:uppercase;
  letter-spacing:0.1em;
}
.teaserHeader h2 a {
  color: #FFF;
  text-decoration: none;
}
.teaserText {
  border-left: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
  padding: 10px 5px 0 10px;
}
.teaserText img{
  float: left;
  margin: 0 5px 5px 0;
}
.teaserText a {
  display: block;
  margin-top: 5px;
}
.teaserText a img{
  float: left;
  margin: 0 5px 0 0;
}
.teaserMarketingImg {
  width: 200px;
  text-align: center;
  height: 75px;
}
.teaserMarketingImg img{
  float: none !important;
}
/* ---------- /TEASER ----------  */ 

/* ---------- ICON ----------  */ 
#iconSet {
  float: left;
  margin: 0 0 0 16px;
  padding-bottom: 10px;
  font-size: 0.7em;
}
#iconSet a {
  text-decoration: none;
  margin-right: 30px;
}
#iconImpressum {
  float: right;
}
#iconImpressum a {
  text-decoration: none;
  font-size: 0.7em;
  margin-right: 12px;
}
/* ---------- /ICON ----------  */ 

/* ---------- FOOTER ----------  */ 
#footer {
   margin: 12px 0 0 12px;
   color: #999;
   font-size: 0.7em;
}
#footer a{
   color: #999;
   text-decoration: none;
}
/* ---------- /FOOTER ----------  */ 
.edit {
  font-size: 12px;
  font-weight: bold;
  color: #C00;
}