div#content h1, 
div#content h2 {
	background-color	:	#E0DFD9;
	text-align		:	left;
	font-weight		:	bold;
	margin			:	0.2em 0px 0.5em -1px;
	padding			:	0.15em 5px;
	border-top		:	1px solid #B5B38C;
	border-bottom		:	1px solid #B5B38C;
	color			:	#333;
}

div#content p {
	padding			:	0.15em 5px 1.5em 5px;
}

div#content table.termine {
	width			:	100%;
}

div#content table.termine td {
	//background-color	:	#D9D4BA;
	border-bottom		:	1px solid #B5B38C;
	padding			:	0.15em 5px;
	vertical-align		:	top;
}

div#content table.termine td.col1 {
	width			:	26%;
}

div#content table.termine td.col2 {
	width			:	74%;
}

div#content table.termine td p {
	margin			:	0px;
	padding-left		:	0px;
}

div#content div.box {
	width			:	96%;
	margin			:	1.5em 0px 1.5em 0px;
	padding			:	0.5em 2%;
	//background-color	:	#D9D4BA;
	
}

div#content div.box {
	width			:	100%;
	padding			:	0em;
	//border-bottom		:	1px #B5B38C solid;
}

div#content div.box p {
	border-bottom		:	1px #B5B38C solid;
	padding			:	0.5em 2%;
	width			:	96%;
	margin-top		:	0px;
}