*{ 
  margin: 0;  
	padding:0;	
	}
html,body{height:100%;}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: white;
	color: #1b1c1d;
  }
#box {
  margin: 1cm 1.5cm 1.5cm 1.5cm;
	position: absolute;
	text-align:left;
	color: #000000;
	width: 17cm;
	background-color: white;
}
#leftLogo{
	margin-bottom: 1cm;
	}
#leftMiddle{
  background: white;
	margin-top: 20px;
}
#leftGenerisch{ display: none; }
#leftGenerisch img{ display: none;}
#leftNav{ display: none;}
#leftNavHaupt{display: none;}
#leftNavHaupt a{display: none;}
#leftNavHaupt a:hover {display: none;}
#leftNavUnter{display: none;}
#leftNavUnter a{display: none;}
#leftNavUnter a:hover{display: none;}

#leftNavEShop{display: none;}


#leftInhalt{background-color: white;}
#InhaltText h1{
  font-size: 1.4em;
	color: #9C0053;
	margin-bottom: 15px;
}
#InhaltText h2{
  font-size: 1.1em;
	color: #9C0053;
	margin-top: 20px;
	margin-bottom: 10px;
}
#InhaltText h3{
  font-size: 1em;
	
}
#InhaltText ul, ol{
  padding-left: 20px;
	color: #1b1c1d;
	line-height: 1.5em;
	word-spacing: 0.1em;
}


#InhaltText p, #InhaltText td{
	
	color: #1b1c1d;
	line-height: 1.5em;
	word-spacing: 0.1em;
}
#bottom{display: none;}
#right{display: none;}	

p {
	margin: 0px;
	padding: 0px;
	color: #1b1c1d;
	line-height: 1.5em;
}
a {
  text-decoration: underline;
	color: #1b1c1d;
	}
a:hover{
  text-decoration: none;
	color: #1b1c1d;
	}
.liste{
  padding: 10px;
	margin: 10px 100px 10px 0px;
	border: 1px #CDCDCF dashed;
}
.liste h2{
  font-size: 1em;
	margin-bottom: 10px;
	text-decoration: none;
	}
.liste h2 a{
	text-decoration: none;
	}
.imgRechts{
  float: right;
	padding: 10px 40px 10px 0px;
}
.SendeButton{
 background-color:#AA7191;
 border: 1px grey solid;
 width: 110px;
 }
 .SendeButtonGrau{
 background-color: #F0F0F0;
 border: 1px grey solid;
 padding: 5px 10px 5px 10px;
 margin-bottom: 15px;
 }
.rechts{
 text-align: right;
 }
 .tab50{
 width: 50px;
 }
.InputCheckbox{ width: 15px; height: 15px; border: 1px grey solid;}
 
/* Shop IDs */
#shopBox{
  border: 1px #CDCDCF dotted;
	padding: 0;
}
#shopBox table{
margin: 0;
padding: 0;
width: 100%;
}
#shopBox td{
 vertical-align: top;
 padding-right: 0.2cm;
 padding-bottom: 0.2cm;
}
#shopBox h1{
 font-size: 1.1em;
 color: black;
} 
.shopListe{
 float: left;
 border: 1px #CDCDCF dashed;
 margin-right: 5px;
 margin-bottom: 20px;
 padding: 0px;
 }
.shopListe h6{
  font-size: 1em;
	text-decoration: none;
	color: black;
	padding: 5px 2px 5px 2px;
	margin: 0px;
}
.shopListe h6 a{
	text-decoration: none;
	color: black;
	margin: 0px
}
.shopListe h6 a:hover{
 text-decoration: none;
 color: grey;
}
.shopListe p{
  font-size: 0.9em;
	padding: 0px 2px 0px 2px;
}
.shopListe img{
 padding-right: 3px;
}
#shopAblauf{ display: none;}


}
/* Shop Classes */
.CatUebersicht{
  float: left;
	margin: 10px;
	}
.CatUebersicht a{
  text-decoration: none;
	text-align: center;
}
.CatUebersicht a:hover{
  text-decoration: none;
	text-align: center;
	color: #9F0055;
}
.CatUebersichtImg{
  border: 1px #CDCDCF dashed;
	}
.CatUebersicht Img a{
 border: 1px #CDCDCF dashed;
 }
.CatUebersichtImg a:hover{
 border: 1px #9F0055 dashed;
 }
.shopWarenkorb{
 float: right;
 padding-right: 22px;
 background-image: url(../bilder/icons/warenkorb.gif);
 background-repeat: no-repeat;
 background-position: right; 
}
.shopEmpfehlen{
 float: right;
 padding-right: 22px;
 background-image: url(../bilder/icons/weiterempfehlung.gif);
 background-repeat: no-repeat;
 background-position: right;
}
/* Shop Warenkorb */
.warenkorbTbl{
  width: 80%;

}
.tableBorder{
  padding-top: 15px;
	border-bottom: 1px black dashed;
	}
.formular{
  padding: 10px;
	margin: 10px 50px 10px 0px;
	border-top: 1px #CDCDCF dashed;
}
label{
  display: block;
  float: left;
  text-align: left;
  width: 120px;
  margin-right: 10px;
}
.formular p{
 margin-bottom: 10px;
 }

.formular input, .formular textarea, .formular select {
    border: 1px solid #CDCDCF;
	
    margin: 0;
    width: 190px;
  }
.formular textarea {
    width: 190px;
		border: 1px solid #CDCDCF;
		background: white;
  }

input{
    border: 1px solid #CDCDCF;
	
    margin: 0;
    width: 190px;
  }
.formError{
  border-color: red;
		background: #FFDDDD;
  }

