#inhalt {
	background: #effbff url(bkg_inhalt.png) top no-repeat;
	text-align: left;
	overflow: hidden;
	color: black;
}
/*
p a:hover, p a:focus { color: #cc0000; }
p a:active { color: #ff0000; }

p a:link, p a:visited, h3 a:link, h3 a:visited  {
	color: black;
	border-bottom: 1px dotted black;
}

p a:hover, p a:focus, h3 a:hover, h3 a:focus {
	color: #D4C8A1;
	border-bottom: 1px dotted #D4C8A1;
}

p a:active, h3 a:active {
	color: white;
	border-bottom: 1px dotted white;
}
*/
/***** Inhalte *****/


#inhalt #motiv {
	float: right;
	width: 780px; height: 300px;
	background: url(motiv.gif) top 247px no-repeat;
}

#inhalt #textbox {
	/* float: left; */
	width: 230px; height: 300px;
	/* padding-left: 510px; */
	padding-left: 50px;
	overflow: hidden;
}

#inhalt #textbox #text{
	position: relative;
	padding-top: 16px;
}


