body{
    background-color: white;
    background-image: url(images/background.gif);
    background-repeat: repeat-y;
    background-position:center;

}

a:link{
    font-family: Verdana, Arial;
    font-size: 8pt;
    font-weight: bold;
    color: black;
    text-decoration: none;
}

a:visited{
    font-family: Verdana, Arial;
    font-size: 8pt;
    font-weight: bold;
    color: black;
    text-decoration: none;
}

a:active{
    font-family: Verdana, Arial;
    font-size: 8pt;
    font-weight: bold;
    color: black;
    text-decoration: none;
}

a:hover{
    font-family: Verdana, Arial;
    font-size: 8pt;
    font-weight: bold;
    color: #FC9400;
    text-decoration: none;
}

.content{
    vertical-align:top;
    font-family: Arial;
    font-size: 10pt;
    color: black;
}

.content2{
    vertical-align:top;
    font-family: Arial;
    font-size: 10pt;
    color: black;
    background-color: #E9E9E9;
}

.content3{
    vertical-align:top;
    font-family: Arial;
    font-size: 10pt;
    color: black;
    background-color: #FFFFFF;
}

.contenttd{
    vertical-align:top;
    font-family: Arial;
    font-size: 10pt;
    color: black;
}

.footer{
    vertical-align:top;
    background-color: #F1F9FD;
    font-family: Arial;
    font-size: 8pt;
    color: black;
    height: 20px;
    text-align:center;
}

.tblheadline{
    background-color: #237200;
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
    color: white;
}

.tblbackground{
    background-color: #EEEEEE;
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
    color: black;
}
.tblfoot{
    background-color: #FFBA00;
    height:5px;
}

.cssinput {
	border: #237200;
	background-image: url(images/background-formular.jpg);
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

.cssbutton {
    background-color:#4390DE;
	border: #FD9502;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	font-weight:bold;
	color:#FFFFFF;
}

.head{
      height:246px;
}


