body {
	overflow-y: hidden;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica;
	Font-Size :  12px;
	Color:       #808080; 	
}
p {
	font-family: Arial, Helvetica;
	Font-Size :  12px;
	Color: #000000; 
	text-decoration: none;
	margin-top: 0px;
	line-height: 15px;
	margin-bottom: 7px;
	text-align: justify;
}
b {
	font-family: Arial, Helvetica;
	Font-Size :  12px;
	Color:       #cc0000; 
	text-decoration: none;
	font-weight: normal;
	margin-top: 0px;
	line-height: 15px;
}
h1 {
	font-family: Arial, Helvetica;
	Font-Size :  20px;
	Color:       #cc0000; 
	text-decoration: none;
	font-weight: normal;
}
a {
	font-family: Arial, Helvetica;
	Font-Size :  12px;
	Color:       #cc0000; 
	text-decoration: none;
}
.titel {	
   font-family:	Arial, Helvetica;
	Font-Size :  16px;
	Color:       	#cc0000;
}
.address {
   font-family:	Arial, Helvetica;
	Font-Size :  10px;
	color:       	#aaaaaa;
}
a.MainNav:link {
	text-decoration: none;
	color: #aaaaaa;
}
a.MainNav:activ {
	text-decoration: none;
	color: #cc0000;
}
a.MainNav:visited {
	text-decoration: none;
	color: #aaaaaa;
}
a.MainNav:hover {
	color: #cc0000;
	text-decoration: none;
}
a.subnav:link {
	text-decoration: none;
	Font-Size :  11px;
	color: #aaaaaa;
}
a.subnav:activ {
	text-decoration: none;
	Font-Size :  11px;
	color: #aaaaaa;
}
a.subnav:visited {
	text-decoration: none;
	Font-Size :  11px;
	color: #aaaaaa;
}
a.subnav:hover {
	color: #FFFFCC;
	text-decoration: none;
	Font-Size :  11px;
}
input {
	color: #000000;
	text-decoration: none;
	background: #F4F3F3;
	border: 1px solid #ADAEAF;
	font-family: Arial, Helvetica;
	Font-Size :  12px;
	padding: 1px;
}
textarea {
	color: #000000;
	text-decoration: none;
	background: #F4F3F3;
	border: 1px solid #ADAEAF;
	font-family: Arial, Helvetica;
	Font-Size :  12px;
	padding: 1px;
}
button {
	color: #000000;
	text-decoration: none;
	background: #F4F3F3;
	border: 1px solid #ADAEAF;
	font-family: Arial, Helvetica;
	Font-Size :  12px;
}
input:hover, textarea:hover {
	background: #FFFFFF;
	border: 1px solid #cc0000;
}
input:focus, textarea:focus {
	background: #FFFFFF;
	border: 1px solid;
	border-color: #cc0000;
}