/*
   Styleklassen der divs bestimmen die Farbigkeit.
   Achtung: KEIN PADDING IN DEN POSITIONIERENDEN DIVs !!!
   Diese divs sind mit POS markiert.

   © 2007 EMMA-STIL Mediendesign
*/

/* POS */
.left1  { background-color:#92C502; }
/* POS */
.left2 { background-image:url(../img/pict-kontakt.jpg); }


/* POS */
.right1   { background-color:#D2E450; color:#5c363e; }
/* POS */
.right2  { background-color:#B5D12E; }
/* POS */
.right3 { background-color:#D2E450; }




.subMenuButton {
  width:172px;
  height:18px;
  background-color:#bdd436;
  padding-right:10px;
  text-align:right;
  vertical-align:middle;
  cursor:pointer;
  font-size:11px;
}
.aSubMenu {
  color:#ff6600;
  text-decoration:none;
  cursor:pointer;
  font-size:11px;
}
.aSubMenu:hover {
  color:#ff6600;
  text-decoration:underline;
  cursor:pointer;
  font-size:11px;
}
.aSubMenu_on {
  color:#ff6600;
  text-decoration:none;
  cursor:pointer;
  font-weight:bold;
  font-size:11px;
}



div.stecknadel {
  position:absolute;
  left:0px;
  top:39px;
  width:35px;
}
div.stecknadel2 {
  position:absolute;
  left:0px;
  top:143px;
  width:35px;
}
div.stecknadel3 {
  position:absolute;
  left:0px;
  top:219px;
  width:35px;
}

h1 {
  font-size:14px;
  color:#5C373F;
  font-weight:bold;
  margin-top:21px;
  margin-bottom:2px;
  padding:0px;
}

.coloredText { color:#d4005c; }

a.email {
  color:#5c363e;
  font-weight:bold;
  text-decoration:none;
  cursor:pointer;
}
a.email:hover {
  color:#5c363e;
  font-weight:bold;
  text-decoration:underline;
  cursor:pointer;
}

.label {
  font-weight:bold;
  color:#5c363e;
}



.inputPlain {
  border:1px solid #5c363e;
  background-color:#e9eef1;
  font-family:Verdana, Arial, sans-serif;
  font-size:100%;
  width:270px;
  padding:2px;
}

.inputError {
  border:1px solid #ff0000;
  background-color:#e9eef1;
  font-family:Verdana, Arial, sans-serif;
  font-size:100%;
  width:270px;
  padding:2px;
}

.checkbox {
  border:1px solid #5c363e;
  background-color:#e9eef1;
  margin:0px;
  color:green;
  font-family:Verdana, Arial, sans-serif;
  font-size:100%;
  width:16px;
  height:16px;
  padding:2px;
}

.button {
  border-style:none;
  background-color:#5c363e;
  color:#e9eef1;
  font-weight:bold;
  font-family:Verdana, Arial, sans-serif;
  font-size:100%;
  width:124px;
  text-align:center;
  vertical-align:middle;
  padding:2px;
  cursor:pointer;
}

