* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
  color: #FFF;
}

.menu {
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
.menu:hover {
	font-size: 11px;
	color: #F1CF3C;
	text-decoration: none;
	font-weight: bold;
}
.menu2 {
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
.menu2:hover {
	font-size: 11px;
	color: #F1CF3C;
	text-decoration: none;
	font-weight: bold;
}

.text {
}

.klein {
	font-size: 10px;
  font-weight: normal;
  text-decoration: none;
}
.kleingrau {
	font-size: 10px;
	font-style: italic;
	color: #AAAAAA;
  text-decoration: none;
}
.kleinfett {
	font-size: 10px;
	color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}

.head {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.head-weiss {
	font-size: 13px;
	font-weight: bold;
}
a
{
	font-weight: bold;
	color: #FFFFFF;
  text-decoration: none;
}
a:hover 
{
	font-weight: bold;
	color: #F1CF3C;
  text-decoration: none;
}

.newstext {
	font-size: 10px;
  text-align: justify;
}
.newsheadline {
	font-size: 11px;
  font-weight: bold;
}
.newsheadline:hover {
	font-size: 11px;
  font-weight: bold;
	color: #F1CF3C;
  text-decoration: none;
}
.newssubline {
	font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}
.newssubline:hover {
	font-size: 11px;
  font-weight: bold;
	color: #F1CF3C;
  text-decoration: none;
}
.newsdate {
	font-size: 9px;
}

.form {
	font-size: 10px;
  color: #113B51;
}

form input, form select, form option, input, textarea {
  color: #000;
}

.img {
  border: 1px solid #FFFFFF;
}