/* CSS Document */

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

body {
	font-family: "Lucida Sans Unicode", Arial, Tahoma, Verdana, sans-serif;
	font-size: 1em;
	font-size:12px;
	background: white !important;
}

img {
  border:0px;
}

/* Linker Content */
.contentLeft {
  width:41.67em;
  float:left;
}
.textLeft {
  width:38.33em;
  padding-top:5.00em;
  padding-left:1.67em;
  padding-right:1.67em;
  color:#000;
}

.contentLeft p {
  margin-bottom:1.5em;
}

.contentLeft h1, .contentLeft .h1 {
  font-size:1.50em;
  color:#93bf42;
  margin-bottom: 1cm;
}

.contentLeft h2, .contentLeft .h2 {
  font-size:1.17em;
  color:#93bf42;
}

.contentLeft h3, .contentLeft .h3 {
  font-size:1.06em;
  color:#93bf42;
}

.contentLeft a:hover{
  text-decoration:underline;
}

.contentLeft img{
  float:left;
  margin-right:1.5em;
  margin-bottom:1em;
}
.contentLeft ul{
  padding-left:1.67em;
  padding-right:1.67em;
  list-style-image:url("/de/wLayout/design/img/tilde_dark.gif");
  margin-bottom:1.5em;
}

.contentLeft a{
  color:#000;
  text-decoration:none;
}
.contentLeft a.LINK {
	background:  url("/de/wLayout/design/img/link_weiss.gif");
	background-repeat: no-repeat;
  padding-left:20px;
}
.contentLeft a.PDF {
	background:  url("/de/wLayout/design/img/icon_pdf.gif");
	background-repeat: no-repeat;
  padding-left:20px;
}
.contentLeft a.WORD {
	background:  url("/de/wLayout/design/img/icon_word.gif");
	background-repeat: no-repeat;
  padding-left:20px;
}
.contentLeft a.JPG {
	background:  url("/de/wLayout/design/img/icon_jpg.gif");
	background-repeat: no-repeat;
  padding-left:20px;
}
.contentLeft a.XLS {
	background:  url("/de/wLayout/design/img/icon_xls.gif");
	background-repeat: no-repeat;
  padding-left:20px;
}
.contentLeft a.ZIP {
	background:  url("/de/wLayout/design/img/icon_zip.gif");
	background-repeat: no-repeat;
  padding-left:20px;
}
.contentLeft a.VIDEO {
	background:  url("/de/wLayout/design/img/icon_video.gif");
	background-repeat: no-repeat;
  padding-left:20px;
}
.contentLeft a.EXE {
	background:  url("/de/wLayout/design/img/icon_exe.gif");
	background-repeat: no-repeat;
  padding-left:20px;
}
.contentLeft a.NEW {
	background:  url("/de/wLayout/design/img/icon_new_window.gif");
	background-repeat: no-repeat;
  padding-left:20px;
}
.contentLeft a.EMAIL {
	background:  url("/de/wLayout/design/img/icon_email.gif");
	background-repeat: no-repeat;
  padding-left:20px;
}

/* Kontaktformular */
.contentLeft .checkbox {
  float:left;
}
.contentLeft .checkboxlabel {
  padding-left:2em;
  line-height:1.3em;
  margin-bottom:0.8em;
}

.contentLeft .kontakt {
  color:#354f0d;
  background-color:#93bf42;
  border:1px solid #ffffff;
  line-height:1.1em;
}
.contentLeft .wLayout {
  vertical-align:top;
  line-height:1.1em;
  padding-bottom:0.8em;
}
.contentLeft button {
  color:#93bf42;
  background-color:#354f0d;
  border:1px solid #354f0d;
  line-height:1.1em;
  margin-bottom:0.8em;
}

/* Rechter Content */
.contentRight {
  display:none;
}


/* Navigation */ 
.naviTop {
  display:none;
}

/* Logo */
.logo {
  width:41.67em;
  height:6cm;
  float:left;
} 

/* Footer */
.footer {
  display:none;
}
 
/* sonstiges */
.clearBoth { 
  clear:both;
}


div#leftTop {
	height: 315px;
	background: #fff;
}