/* Style Sheet */
body {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #000;
	font-size: 100%;
}
img {
	border: 0;
}
img.whitespace {
	border: 1px solid #000;
}
h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 170%;
	letter-spacing: 0px;
	line-height: 110%;
	margin: 0;
	color: #000;
	margin-top: 10px;
	margin-bottom: 35px;
	width: 90%;
}
h2 {
	font-size: 100%;
	color: #000;
}
p {
	line-height: 110%;
}
a:link, a:visited, a:active {
	color: Blue;
	background: transparent;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
a:hover img {
	border: none;
}
li {
	line-height: 120%;
	padding: 0px 0px 2px 0px;
}

/* versteckte Bereiche */
#banner, #navigation, #subnavigation, #backlink, #rightmenu  {
	position: absolute;
	display: none;
	height: 0px;
	width: 0px;
	overflow: hidden;
	left: -2000px;
	top: -2000px;
}
/* Ende verstecken */

/* einzelne Bereiche */
#printhead {
	text-align: left;
	margin-bottom: 30px;
}
#main {
	width: 95%;
	margin: 0 auto;
	height: 100%;
	color: #000;
	background-color: #fff;
	border: 0;
}
#content {
	padding: 0;
	width: 95%;
	margin: 25px 0px 50px 25px;
	color: #000;
	background: #fff;
	border: 0;
	text-align: left;
}
#content td img {
	padding: 1px 1px 1px 1px;
	/* border: 1px solid #ccc; */
	margin: 0 0 0 0;
}
#content td.proliste img {
	border: 1px solid #000;
}
#content td {
	vertical-align: top;
}
#content td.grau {
	vertical-align: top;
	font-size: 86%;
	background: #eee;
	margin: 0;
	padding: 0;
}
#footer {
	display: block;
	clear: left;
	margin: 0 0 0 0;
	background-color: #fff ! important;
	color: #000;
	padding: 2px 10px 4px 0px;
	right: 0px;
	text-align: right;
	font-size: 91%;
	line-height: 150%;
}
#footer a:link, #footer a:visited, #footer a:active {
	text-decoration: none;
	color: #000;
}


/* Contact form */
fieldset {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 0;
  border-right: 0;
  padding-top: 10px;
}
label {
  font-weight: normal;
  width: 130px;
  float: left;
  clear: both;
}

input.inpt {
  float: left;
}

table.radiostation {
  border: 1px solid #000;
  padding: 10px 10px 10px 10px;
  margin-bottom: 20px;
  width: 95%;
  font-size: 76%;
}

/* Stil aus TinyMCE */
.services, a.services:link, a.services:visited, a.services:active
{
  color: #ed1c23;
}

.publications, a.publications:link, a.publications:visited, a.publications:active
{
  color: #faa64a;
}

.resources, a.resources:link, a.resources:visited, a.resources:active
{
  color: #a6ce38;
}

.fome, a.fome:link, a.fome:visited, a.fome:active
{
  color: #5664aa;
}

.about, a.about:link, a.about:visited, a.about:active
{
  color: #ed008c;
}
