body {
	background-color:#FFF;
	font-family:Arial;
	font-size:12px;
}

/*--all--*/

#all {
	height:530px;
	width:780px;
	position:absolute;
	margin-top:40px;
	margin-left:10px;
}

/*--left--*/

#left {
	height:530px;
	width:200px;
	position:absolute;
}

	#logo {
		height:190px;
		position:relative;
		clear:both;
	}

	#navi {
		height:20px;
		position:relative;
		clear:both;
		background-color:#93ab62;
		border-bottom:1px solid #fff;
		line-height:1.5em;
		padding-left:3px;
	}

	#navi_aktiv {
		height:20px;
		position:relative;
		clear:both;
		background-color:#edce38;
		border-bottom:1px solid #fff;
		line-height:1.5em;
		padding-left:3px;
	}

	#sponsoren {
		height:170px;
		position:relative;
		clear:both;
	}
		#spon {
			height:84px;
			width:100px;
			position:relative;
			float:left;
		}
		
		#balken {
			height:2px;
			background-color:#93ab62;
			clear:both;
		}
	#briefkasten{
		height:150px;
		position:relative;
	}
	
/*--right--*/

#right {
	height:530px;
	width:560px;
	position:absolute;
	margin-left:220px;
	/*overflow:scroll;*/
}

	#banner {
		height:115px;
		position:relative;
		claer:both;
	}

	#inhalt_home {
		height:230px;
		position:relative;
		clear:both;
	}
	
	#inhalt {
		height:230px;
		position:relative;
		clear:both;
		overflow:visible;
	}

	#bild {
		height:180px;
		width:360px;
		position:relative;
		float:left;
	}

	#info {
		height:180px;
		width:199px;
		position:relative;
		float:right;
		background-color:#93ab62;
	}

/*--Text & Links--*/

a {
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
}

.navi {
	font-size:12px;
	font-weight:bold;
	color:#FFF;
}

.rot {
	color:#CE0000;
}

.weiss {
	color:#FFF;
}

.hidden_link {
	text-decoration:none;
	color:#000;
	font-weight:100;
}

.hidden_link:hover {
	text-decoration:blink;
}