body	{
		background-color: #fff;
	}

a.black:link {text-decoration: none; color: #000;}
a.black:visited {text-decoration: none; color: #000;}
a.black:active {text-decoration: none; color: #1e99d4;}
a.black:hover {text-decoration: none; color: #1e99d4;}

a.blue:link {text-decoration: none; color: #1e99d4;}
a.blue:visited {text-decoration: none; color: #1e99d4;}
a.blue:active {text-decoration: none; color: #1e99d4;}
a.blue:hover {text-decoration: none; color: #1e99d4;}

.blue {color: #1e99d4;}
.bluefat {color: #1e99d4; font-weight: bold}
.blackfat {color: #000; font-weight: bold}
.rechtsb {text-align: right;}
.datum {text-align: right; font-size: 13px; line-height: 1em;}



#container
	{	position: relative;
		background-color: #fff;
		left: 50%;
		width: 1000px;
		min-height: 100%;
		margin-left: -500px;
		border: 0px;
		z-index:1;
		font-family: Trebuchet MS;

		
}
*html #container {height: 100%;}

#logo_feld
	{	position: absolute;
		background-color: #fff;
		width: 240px;
		height: 150px;
		text-align: left;
		top: 00px;
		left: 00px;
		border: 0px;
		z-index:1;
}	

#header_feld
	{	position: absolute;
		background-color: #fff;
		width: 720px;
		height: 150px;
		text-align: left;
		top: 00px;
		right: 00px;
		border: 0px;
		z-index:1;
}	

#trennlinie_header
	{	position: absolute;
		background-color: #000;
		width: 720px;
		height: 12px;
		top: 00px;
		right: 00px;
		top: 110px;
		border: 0px;
		z-index:1;
}	

#rechte_spalte
	{	position: absolute;
		background-color: #fff;
		width: 720px;
		height: 100%;
		top: 150px;
		right: 0px;
		text-align: left;
		border: 0px;
		z-index:1;
		font-size: 16px;
		line-height: 1.6em;
}

#news_feld
	{	position: absolute;
		font-size: 13px;
		line-height: 1.4em;
		background-color: #E8E8E8;
		width: 240px;
		height: 260px;
		top: 150px;
		left: 0px;
		text-align: left;
		border: 0px;
		z-index:1;
		padding-top: 10px;
		padding-left: 10px;
	}	

#event_feld
	{	position: absolute;
		font-size: 13px;
		line-height: 1.4em;
		background-color: #E8E8E8;
		width: 240px;
		height: 260px;
		top: 450px;
		left: 0px;
		text-align: left;
		border: 0px;
		z-index:1;
		padding-left: 10px;
		padding-top: 10px;
}


		