/* schriften.css */
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
}

h1 {
  font-family:Arial, sans-serif;
  font-size:16px;
  line-height:20px;
  font-weight:bold;
  padding:15px 0px 10px 0px;
  margin:0px;
  text-transform: uppercase;
  }

p, td, h2 {
font-size:12px;
line-height:14px;
font-weight:normal;
color:#31302A;
padding:0px 0px 10px 0px;
margin:0px;
}

a {
text-decoration:none;
font-weight:bold;
}
a:hover {color:#31302A;}

hr { /* horizonale Linie */
color:#e2e0da;
size:1px;
}

h2 {
  font-weight:bold;
  text-transform:uppercase;
  }

ul {
font-size:12px;
line-height:14px;
font-weight:bold;
padding:0px 0px 10px 20px;
margin:0px;
list-style-image:url(gfx/spa002.gif);
}

#aktiv {color:#31302A;}

.f1 { /* Schrift Topmenu */
font-size:9px;
font-weight:bold;
white-space:nowrap;
text-transform: uppercase;
}
.f1:hover {color:#31302A;}
a.f1 {color:#85816F; text-decoration:none;}

.f2 { /* Schrift Mainmenu */
font-size:11px;
font-weight:bold;
white-space:nowrap;
text-transform: uppercase;
}
.f2:hover {color:#31302A;}
a.f2 {color:#656255; text-decoration:none}

.f3 { /* Schrift Breadcrump, Bottommenu */
font-size:9px;
font-weight:bold;
/*line-height:15px;*/
white-space:nowrap;
text-transform: uppercase;
}
.f3:hover {color:#31302A;}
a.f3 {color:#85816F; text-decoration:none}

span.f3 { /* aktualisiert-Schriftzug */
font-weight:normal;
text-transform:none;
}

.f4 { /* Schrift Sidemenu, Galnavigation */
font-size:11px;
line-height:19px;
font-weight:bold;
white-space:nowrap;
text-transform: uppercase;
}
.f4:hover {color:#31302A;}
a.f4 {color:#85816F; text-decoration:none}

/* Bilder im Content */
img.cont {
float:right;
margin:0px 0px 10px 10px;
width:300px;
}

.programmtabelle {
padding:5px 20px 13px 0px;
vertical-align:top;
}

.progtitle {
font-weight: bold;
text-transform: uppercase;
}

.plainlink {
	text-decoration:none;
	border:none;
	}