* {
	font-family: "Verdana", Arial, sans-serif;
	font-size: 12px;
	color: White;
	line-height: 150%;
}
.bg {
	background-color: #929292;
	
}
.inner_bg {

background-color:#EA7617;
color:white;
}

.wartermark_bg {
	background-color: #EA7617;
	color: #dc6d13;
	font-size: 50px;
}
.sitename_bg {
	background-color: #EA7617;
	color: white;
	font-size: 58px;
}

.navi {
	background-color: white;
	color: #EA7617;
	font-weight: bold;
}
.banner{
	font-size: 40px;
}
BODY {
  background-color:#929292;
  color: black;
  margin-left: 0%;
  margin-right: 0%;
  margin-top: 0%;
  margin-bottom: 0%;
  font-size: 8px;
}
A, A:LINK, A:VISITED {
	color: #EA7617;
	font-weight: bold;
	text-decoration: none;
}
A:HOVER {
	
	text-decoration: underline;
}
A.impressum, A.impressum:LINK, A.impressum:VISITED {
   color: white;
	text-decoration: none;
}

A.impressum:HOVER {
	
	text-decoration: underline;
}
H1{
	font-size: 30px;
}