#inhalt {
	text-align: left;
	overflow: hidden;
	height: 300px;
	padding: 0;
	border-bottom-style: none;
}

#inhalt table {
	border-spacing: 0; border-style: none; padding: 0;
	background: white url(bkg_holz.gif) top left no-repeat;	
	height: 300px; width: 450px;
	float: left;
}

#inhalt td { vertical-align: bottom; }

/***** Vorschauen *****/

#balken {
	text-align: left;
	background-color: #666666;
	clear: both;
	display: block; height: 16px;
	margin: 0 10px;
}

#balken a { display: block; height: 16px; }
#balken img { padding-left: 15px;}

#vorschauenbox {
	position: relative;
	top: -50px;
	display: block;
	height: 34px;
	overflow: hidden;
	visibility: hidden;
}

#vorschauen {
	text-align: left;
	position: relative;
	top: 34px;
	display: block;
	overflow: hidden;
	background: #999999 url(bkg_vorschauen.gif) repeat-x;
	border-bottom: 1px solid #bbbbbb;
	border-top: 1px solid white;
	margin: 0 10px;
	/* Boxmodel-Bug vom IE */
	height: 32px !important;
	height: 34px;
}

#vorschauen a.rest { display: block; height: 32px; }

#vorschauen img {
	width: 51px; margin: 0;
}

/***** Inhalte *****/

#inhalt #textbox {
	float: left;
	width: 260px; height: 300px;
	margin: 0 0 0 18px;
	overflow: hidden;
	border-right: 1px solid #C0C0C0;
}

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

#inhalt #textbox h3 {
	border-bottom: 1px solid #C0C0C0;
	padding-bottom: 2px;
	margin: 1.4em 0 0.6em 0;
}

#inhalt #textbox h3.top {
	margin-top: 0;
}

#inhalt #textbox h3.einfach {
	border-bottom: none;
	margin-top: 0;
}

#inhalt #textbox h3, #inhalt #textbox h4, #inhalt #textbox p {
	padding-right: 12px;
}
