body {
 background-color: #C6CCDC;
 background-image: url(http://www.fagubo.de/images/background.gif);
 background-position: top;
 background-repeat: repeat-x;
 font-family: Verdana;
 font-size: 8pt;
 color: #000000;
 margin: 0px;
}
bodysmall {
 font-family: Verdana;
 font-size: 7pt;
 color: #000000;
}
H1 {
 font-family: Verdana;
 font-size: 8pt;
 color: #000000;
 display: inline;
}
table {
 font-family: Verdana;
 font-size: 8pt;
}
a:link {
 font-family: Verdana;
 font-size: 8pt;
 text-decoration: none;
 color: #000000;
}
a:visited {
 font-family: Verdana;
 font-size: 8pt;
 text-decoration: none;
 color: #000000;
}
a:hover {
 font-family: Verdana;
 font-size: 8pt;
 text-decoration: underline;
 color: #000000;
}
.menu {
 font-family: Verdana;
 font-size: 8pt;
 color: #000000;
}
.white {
 font-family: Verdana;
 font-size: 8pt;
 color: #FFFFFF;
}
.cat {
 font-family: Verdana;
 font-size: 8pt;
 color: #7A2C2C;
 font-weight: bold;
}
.Desc {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #6F6F6F;
}
.Small {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 9px;
 color: #000000;
}
.Red {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #BF0000;
 font-weight: bold;
}
.input {
	border: 1px solid #637093;
         background-color: #EAEEF6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2F2F2F;
	padding-top: 2px;
	padding-left: 4px;
	}
.input2 {
 background-color: #EAEEF6; border-left: 1px solid #000000; border-right: 2px solid #000000; border-top: 1px solid #000000; border-bottom: 2px solid #000000; height: 22; font-family: Verdana; font-size: 8pt;
}
.input3 {
 background-color: #EAEEF6; border-left: 1px solid #000000; border-right: 1px solid #000000; border-top: 1px solid #000000; border-bottom: 1px solid #000000; font-family: Verdana; font-size: 8pt;
}
.Button {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #7E8CAF;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    border: 1px #EAEEF6 solid;
    height: 21px;
}

.ButtonOver {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #637093;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    border: 1px #EAEEF6 solid;
    height: 21px;
}
.Textarea {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #2F2F2F;
    padding-top: 2px;
    padding-left: 4px;
    border: 1px solid #637093;
    background-color: #EAEEF6;
    }