body{
  font-family:Arial;
  margin:0;
  padding:0;
}

#zeile_links{
  padding-left:17px;
  padding-right:18px; 
  font-size:8pt;
  border-right:1px solid black;
}

#content{
  padding-left:6px;
}

.home_news{
  margin-top:12px;
  padding-bottom:8px;
  border-bottom:1px dashed black;
}

iframe{
  border:0;
}

/* <--------- Schriftformatierungen:Anfang ---------> */

.bold{
  font-weight:bold;
}
.bold a:link {
  font-weight:bold;
}
.bold a:visited {
  font-weight:bold;
}
.bold a:hover {
  font-weight:bold;
}
.bold a:active {
  font-weight:bold;
}

.small{
  font-size:8pt;
}

.medium{
  font-size:10pt;
}
.normal a:link {
  font-size:10pt;
}
.normal a:visited {
  font-size:10pt;
}
.normal a:hover {
  font-size:10pt;
}
.normal a:active {
  font-size:10pt;
}

.big{
  font-size:13pt;
}

.verybig{
  font-size:14pt;  
}

.red{
  color:#CC0000;
}

/* <--------- Schriftformatierungen:Ende ---------> */

.header_left{
  margin-top:12px;
}

.center{
  text-align:center;
}

.left{
  text-align:left;
}

/* <------------ Allgemeine Linkformatierung:Anfang --------> */

a:link {
	color: #CC0000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #CC6600;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: underline;
	color: #990000;
}
/* <------------ Allgemeine Linkformatierung:Ende --------> */

