/************************************************************/
/* Home 													*/
/************************************************************/

#news {
	margin-top: 20px;
	float: left;
	clear: left;
	width: 700px;
	border: 0px solid black;
}

#news h1 {
	background-image: url(../px/kreise.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 16px;
	font-variant: small-caps;
	color: #7E9659;
	margin-top: 30px;
	padding-left: 170px;
	padding-top: 10px;
	margin-left: 100px;
	height: 25px;
}

#news .datum {
	top:0px;
	left:0px;
	width:150px;
	z-index:3;
	width: 150px;
	margin-left: 100px;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#news .text {
	top:-18px;
	left:0px;
	position: relative;
	width: 420px;
	z-index:2;
	font-size: 15px;
	line-height: 150%;
	font-weight: normal;
	color: #6D6D6D;
	margin-left: 270px;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#news .bild {
	left:0px;
	position: relative;
	width: 420px;
	z-index:2;
	font-size: 14px;
	line-height: 150%;
	font-weight: normal;
	color: #6D6D6D;
	margin-bottom: 40px;
	margin-left: 270px;
}

#news .link {
	left:0px;
	position: relative;
	width: 420px;
	z-index:2;
	font-size: 14px;
	line-height: 150%;
	font-weight: normal;
	color: #6D6D6D;
	margin-bottom: 40px;
	margin-left: 270px;
}

#news .link a {
	color:#5DA4CA;
	font-size: 11px;
	font-weight: bold;
	border-left: 1px solid #666666;
	padding-left: 10px;
}


#homerechts {
	margin-top: 50px;
	margin-left: 40px;
	float: left;
	clear: right;
	width: 230px;
}

/* Impressum */

#homerechts p {
	margin: 0px;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 5px;
}

#homerechts h1 {
	margin: 0px;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 12px;
	margin-left: 20px;
}

#homerechts a {
	color:#5DA4CA;
	font-size: 11px;
	font-weight: bold;
	margin-left: 20px;
	padding-left: 18px;
	background-image: url(../px/pfeil0.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#homerechts a:hover {
	background-image: url(../px/pfeil1.png);
}

#homerechts .space {
	float: left;
	clear: left;
	width: 230px;
	height: 40px;
}


#homerechts .rahmen {
	float: left;
	clear: left;
	margin: 0px;
	height: 16px;
}


#homerechts .text {
	background-color: #F2F6F8;
	float: left;
	clear: left;
	width: 230px;
	padding-bottom: 5px;
	font-size: 12px;
	line-height: 150%;
}


