html, body {
	border-bottom: 5px;
	border-left: 5px;
	border-right: 5px; 
	border-top: 5px;
	
	padding-bottom: 5px; 
	padding-left: 5px; 
	padding-right: 5px; 
	padding-top: 5px;
	
	background: #F9FCFE;
	margin: 0px;
	
	font-family: Arial, sans-serif; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 12pt;
	color: black;
}


.banner1 {
    font-family: Arial, sans-serif;
    color: white;
    font-size: 32pt;
}

.banner2 {
    font-family: Arial, sans-serif;
    color: white;
    font-size: 20pt;
}

.menu {
    position: absolute; 
    top: 220px;
    width: 230px;
    text-align: right;    
    padding-right: 8px;
    padding-top: 8px;
}

.item {
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
	color: #9A5601;	
}
.item:hover {
	color: #1B1C20;
	text-decoration: underline;
}

.actitem {
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
	color: #ffffff;
	padding: 1px;	
	background-color: #9A5601;
	border-bottom: 1px solid #ffffff;
	width: 100%;
}

.main {
   color: #1B1C20;
   padding-left: 20px;
   padding-right: 20px;
}

.fuss {
    font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 16px;
	text-decoration: none;
	color: #ffffff;	
}
.fuss:hover {
    color: #9A5601;
	background: #F9FCFE;	
}

.bestell {
    font-weight: normal;
	font-size: 16px;
	text-decoration: none;
	color: #9A5601;
}

.semtit {
    font-weight: bold;
	font-size: 20px;
}

.formular {
    font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	color: gray;
}
.formular:hover {
    color: black;
    text-decoration: underline;
}

.arialblue {
   font-family: Arial, sans-serif; 
   font-style: normal; 
   font-size: 10pt;
   color: #000080;
}

.arialred {
   font-family: Arial, sans-serif; 
   font-style: normal; 
   font-size: 10pt;
   color: #ff0000;
}

.arialblack {
   font-family: Arial, sans-serif; 
   font-style: normal; 
   font-size: 10pt;
   color: #000000;
}

.arialgray {
   font-family: Arial, sans-serif; 
   font-style: normal; 
   font-size: 10pt;
   color: #999999;
}
