body {
	background-color: white;
	color: #000000;
	font-size: 0.85em;
	font-family: Verdana, Arial, sans-serif;
	padding: 30px;
	margin: 0;
}

#site {
	width: 600px;
	padding: 0;
	margin: 0 auto;
}

#header {
	background-color: white;
	height: 100px;
}

#navi {
	float: left;
	list-style-type: none;
	height: 100px;
}

#navi ul {
	margin: 0;
  padding: 0;
	list-style: none;
}

#navi li {
	float: left;
}

#navi a {
	width: auto;
	display: block;
	margin: 0 3px;
	padding: 0;
	background: url(../IMG/dot_gray.jpg) no-repeat left top;
	color: #000000;
	text-decoration: none;
	line-height: 100px;
	width: 100px;
	height: 100px;
}

#navi a:hover {
	background: url(../IMG/dot_green.jpg) no-repeat left top;
}

#aktuell a {
	background: url(../IMG/dot_green.jpg) no-repeat left top;
}

#content {
	padding: 60px 0 0 0;
	margin: 50px 0 0 10px;
}

#content li {
	padding: 0;
	margin: 0;
	border: 0;
	list-style: disc;
}

#content li ul li {
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
}

#footer {
	margin: 30px 0 0 0;
	text-align: right;
	font-size: 0.8em;
}

h1 {
	font-size: 2.0em;
	text-align: center;
	margin: 0px 0 0 0;
	padding: 0;
}
h2 {
	font-size: 1.5em;
	text-align: center;
	margin: 0;
	padding: 0;
}
h3 {
	font-size: 1.0em;
	text-align: left;
	margin: 0 0 5px 0;
	padding: 0;
}

a {
	color: gray;
	text-decoration: underline;
}

a:hover {
	color: lime;
	text-decoration: none;
}

.textLeft{
	text-align:left;
}

.textCenter{
	text-align:center;
}
.textRight{
	text-align:right;
}

.greenFont {
	color: lime;
	font-size: 7.0em;
	display: inline;
	font-weight: bold;
	font-family: DIN1541G;
}

.greenFont_s {
	color: lime;
	font-size: 3.0em;
	display: inline;
	font-weight: bold;
	font-family: DIN1541G;
	text-align: center;
}

.grayFont {
	color: gray;
	font-family: DIN1541;
	font-size: 7.0em;
	display: inline;
}

.grayFont_s {
	color: gray;
	font-family: DIN1541;
	font-size: 3.0em;
	display: inline;
	text-align: center;
}

.space {
	height: 25px;
	margin: 10px :
}

@font-face {
	font-family: DIN1541G;
	src: url("../FONT/din1451alt G.ttf");
}

@font-face {
	font-family: DIN1541;
	src: url("../FONT/din1451alt.ttf");
}
