/* CSS Document */
body
{
	background-image: url(../images/bgpunkte2.jpg);
}
/* Hyperlink setzen */
a:link {
color:#E8703D;
font-size:14px;

text-decoration:none;
font-family:Arial, sans-serif;
}
a:visited {
color:#E8703D;
font-size:14px;

text-decoration:none;
font-family:Arial, sans-serif;
}
a:active {
color:#E8703D;
font-size:14px;

text-decoration:none;
font-family:Arial, sans-serif;
}
a:hover {
color:#000;
font-size:14px;

text-decoration:none;
font-family:Arial, sans-serif;}


/* Eingabefelder -Formular- setzen */
.bgclick
{
   font-family:Verdana, Arial, sans-serif;
   background-color:#eee;
   text-align:left;
   font-size:11px;
   color:#000;
   border-right:1px solid #E8703D;
   border-bottom:1px solid #E8703D;
   border-left:1px solid #E8703D;
   border-top:1px solid #E8703D;
   cursor:pointer;
}
.bgcl
{
   font-family:Verdana, Arial, sans-serif;
   background-color:#eee;
   text-align:center;
   font-size:11px;
   color:#000;
   border-right:1px solid #E8703D;
   border-bottom:1px solid #E8703D;
   border-left:1px solid #E8703D;
   border-top:1px solid #E8703D;
   cursor:pointer;
}
.td
{
   border-right:0px solid #006699;
   border-bottom:1px solid #006699;
   border-left:0px solid #006699;
   border-top:1px solid #006699;
   background-color:#faf6c5;
}

