html{
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: Black;
  margin: 0px;
  padding: 0px;
}
div.container{
	width: 1000px;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}
div.logobar{
  height: 120px;
  width: 1000px;
  background-image: url(../images/logo.jpg);
  text-align: center;
}
div.linkbar{
  margin-left: 5px;
  float: left;
  width: 150px;
}
div.mainbar{
  float: left;
  width: 800px;
}
div.bottombar{
}
div.left{
	width: 100px;
	font-size: 12px;
	text-align: left;
	float: left;
}
div.spacer{
	width: 10px;
	float: left;
}
div.spacerh{
	height: 1px;
}
div.right{
	width: 400px;
	text-align: left;
	float: left;
}
div.break{
	clear: both;
	height: 3px;
	font-size: 1px;
}
div.breakline{
	height: 20px;
}
div.breaksection{
	height: 40px;
}
div.tablebegin100{
	width: 100px;
	text-align: left;
	float: left;
}
div.tablebegin150{
	width: 150px;
	text-align: left;
	float: left;
}
div.tablebegin200{
	width: 200px;
	text-align: left;
	float: left;
}
div.tablenext100{
	width: 100px;
	text-align: left;
	float: left;
}
div.tablenext150{
	width: 150px;
	text-align: left;
	float: left;
}
div.tablenext200{
	width: 200px;
	text-align: left;
	float: left;
}
div.tablenext250{
	width: 250px;
	text-align: left;
	float: left;
}
div.tablenext300{
	width: 300px;
	text-align: left;
	float: left;
}
div.layerspacer{
  width: 300px;
  float: left;
}
div.layer{
	text-align: left;
	font-size: 10pt;
	font-weight: bold;
	color: Gray;
}
div.ueberschrift{
	font-weight: bold;
}
div.news{
	font-weight: 900;
	color: red;
}
table.news{
	font-weight: bold;
	color: red;
}
span.blue{
 color: blue;
 font-weight: bold;
}
span.red{
 color: red;
 font-weight: bold;
}
div.bearbeitungnormal{
	font-weight: bold;
	float: left;
}
div.bearbeitungrot{
	font-weight: bold;
	color: Red;
  float: left;
}
div.counterheadline{
	font-size: 10pt;
	font-weight: bold;
}
div.counter{
	font-size: 10pt;
}
a:link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: Black;
  text-decoration: none;
}
a:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: Black;
  text-decoration: none;
}
a:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: Black;
  text-decoration: none;
  font-weight: bolder;
}
a:active {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: Black;
  text-decoration: none;
}
.linkBild{
	border: 0px;
}
.formfield{
	width: 200px;
}
