/* STYLESHEET - Shop 20120404 */

BODY { 
	font-family:    Verdana, Arial;
  margin-top:     10px;
  margin-left:    10px;
  margin-right:   10px;
  margin-bottom:  10px;
  
  /*background-color:#FFDDDD;*/
}


h1, h2, h3, h4, p, ul, ol, li, div, td, th, address, blockquote, nobr, b, i { 
	font-family: Verdana, Arial;
  color: #6f7173;
}

p {
  font-size: 76%;
}

H1 { 
	font-size : 101%;
}

H2 {
  font-size: 86%;
}

H3 {
	font-size : 76%;
}

H4 {
	font-size : 64%;
}

.logintable {
  width:100%;
}

H2.shopheader {
	font-weight: bold;  
  text-align: left;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: -5px;
}

p.shopinfo {
  font-size: 70%;
}

p.inputheader{
  font-size: 64%;
  font-weight: bold;  
  /*color: #416ea0;*/
}

.inputbox {
  width: 100%;
	background-color: #e6e6e6;
  font-weight: bold;
  font-size: 70%;
  /* color: #416ea0;*/
  /* rot hell	color: #C11622; */
	color: #C1001F;
	}

.submitbutton {
  margin-top: 5px;
  margin-bottom: 10px;
	font-weight: bold;
  font-size: 76%;
  cursor: pointer;
/* blau -> rot
  color: #416ea0;
	color: #E30917;
* */
	color: #C1001F;
  padding: 1px 20px;
	} 


.checkbox{
  cursor: pointer;
}
  
.checkboxlabel {
	font-weight: bold;
  font-size: 64%;
}


