body {
  margin: 0px;
  background-color: #C2D6E5;
}

option , select , input , textarea {
  color: black;
  font-family: Verdana , Helvetica , Arial ,  sans-serif, Geneva;
  font-size: 12px;
  border: 1px solid black;
}

.faq {
  line-height: 20px;
}

.helpdesk {
	width: 250px;
	color : Black;
}

.imgrahmen {
  border: 4px solid white;
}

img {
  border-color: white;
}

.menu_bg {
  background-color: #C2D6E5;
  background-position: bottom;
  background-image: url('/images/bg_spacer/menu_bg.jpg');
  background-repeat: no-repeat;
}

.kaffee_bg {
  background-image: url('/images/bg_spacer/kaffee_bg.gif');
  background-repeat: no-repeat;
  padding: 40px 10px 10px 40px;
}
.tee_bg {
  background-image: url('/images/bg_spacer/tee_bg.gif');
  background-repeat: no-repeat;
  padding: 40px 10px 10px 40px;
}
.geschenk_bg {
  background-image: url('/images/bg_spacer/geschenk_bg.gif');
  background-repeat: no-repeat;
  padding: 40px 10px 10px 40px;
}

.menu {
  text-decoration: none;
  color: #111111;
}
.menuSpecial1 , .menuSpecial1g {
  text-decoration: none;
  color : white;
  font-size : 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.menuSpecial1g {
  color: #999999;
}
.menuActiveSpecial1 {
  text-decoration: underline;
  color: white;
  font-size : 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.menu1 {
  text-decoration : none;
  font-size : 12px;
  font-weight: bold;
  color: #006699;
  line-height: 14px;
  text-transform: uppercase;
}
a.menu1:hover {
  color: #336699;
  font-weight: bold;
  font-size : 12px;
  text-decoration: none;
  text-transform: uppercase;
}
.menuActive1 {
  text-decoration: none;
  color : #006699;
  font-size : 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.menu2 {
  text-decoration: none;
  color : #006699;
  font-size : 12px;
  font-weight: bold;
  text-transform: uppercase;
}
a.menu2:hover {
  text-decoration: none;
  color : #006699;
  font-size : 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.menuActive2 {
  text-decoration: none;
  color : #006699;
  font-size : 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.menu3 {
  text-decoration: none;
  color : #006699;
  font-size : 12px;
  font-weight: bold;
  text-transform: uppercase;
}
a.menu3:hover {
  text-decoration: none;
  color : #006699;
  font-size : 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.menuActive3 {
  text-decoration: none;
  color : #006699;
  font-size : 12px;
  font-weight: bold;
  text-transform: uppercase;
}


.footer {
  text-decoration: none; 
  font-size: 12px;
  font-weight: normal;
  color: white;
}

A.admin {
  color : Red;
  font-size: 12px;
}
A.admin:hover {
  color : #7B68EE;
  font-size: 12px;
}

.error {
  color:red; 
  font-size:12px;
}
