#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #747577;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	padding: 1px 0;
	text-decoration: none;
}

#content h1 {
	margin-bottom: 20px;
	padding: 0 0 5px 0;
}

#content h2 {
	font-size: 13px;
}

#content h3 {
	font-size: 12px;
}

#content h4, #content h5, #content h6 {
	font-size: 11px;
	font-weight: bold;
}

#content p {
	font-size: 11px;
	line-height: 16px;
	padding: 0;
	margin: 3px 0 10px;
}

#content ol, #content ul {
	list-style-position: outside;
	padding: 0;
	margin: 0 0 10px 30px;
}

#content p a, #content li a {
	color: #e20419;
	text-decoration: none;
}

#content p a:hover, #content li a:hover {
	text-decoration: underline;
}

#content ul {
	list-style-type: square;
}

#content li {
	margin: 0;
	padding: 1px 0 2px;
}

#sidebar .portlet_content ul, #sidebar .portlet_content ol, #content .portlet_content ul, #content .portlet_content ol {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

.search_item {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eaeaea;
}

#content .search_item_title {
	padding-bottom: 5px;
}

.search_item_details {
	padding-top: 5px;
	font-size: 10px;
}

#content .search_item_title .highlighting {
	text-decoration: none;
	font-weight: normal;
}

#content hr {
	width: 100%;
	height: 0;
	border: none;
	border-top: 1px solid #eaeaea;
}

#content a.bildung-button {
	background: url(../img/button.jpg) no-repeat left top;
	display: block;
	font-size: 10px;
	line-height: 12px;
	color: #333;
	padding: 16px 0 17px 32px;
}

#content a.bildung-button:hover {
	text-decoration: none;
	background-position: 0 -45px;
}

/*
*** HTML Code for Haus der Bildung ***
<div id="hausderbildung_1" class="hausderbildung">
<div class="hausderbildung_title">Universit&auml;re Ausbildung</div>
Diverse Bachelor-Studieng&auml;nge f&uuml;hren individuell und flexibel ans Ziel.<br />
<a href="?id=7">mehr dazu</a></div>
<div id="hausderbildung_2" class="hausderbildung">
<div class="hausderbildung_title">Fachhochschule</div>
Die Master- und Bachelor-Studieng&auml;nge sind zeitlich und &ouml;rtlich unabh&auml;ngig!<br />
<a href="?id=8">mehr dazu</a></div>
<div id="hausderbildung_3" class="hausderbildung">
<div class="hausderbildung_title">Erwachsenenbildung</div>
&Uuml;ber 65 Kurse in Wirtschaft, Informatik, Sprachen, Kreativit&auml;t &amp; Pers&ouml;nlichkeit.<br />
<a href="?id=9">mehr dazu</a></div>
<div class="clear">&nbsp;</div>
*/

#content .hausderbildung {
	background: url(../img/hausderbildung_box.jpg) no-repeat left top;
	width: 165px;
	height: 150px;
	float: left;
	padding: 10px;
	margin-bottom: 10px;
	color: #666;
	position: relative;
}

#content .hausderbildung:hover {
	background-image: url(../img/hausderbildung_box_hover.jpg);
	color: #333;
}

#content #hausderbildung_1, #content #hausderbildung_2 {
	margin-right: 12px;
}

#content .hausderbildung_title {
	font-size: 12px;
	margin-bottom: 10px;
	color: #333;
}

#content .hausderbildung a {
	background: url(../img/hausderbildung_button.gif) no-repeat left top;
	width: 76px;
	height: 18px;
	text-indent: -5000px;
	display: block;
	position: absolute;
	bottom: 10px;
}

#content .hausderbildung a:hover {
	background-image: url(../img/hausderbildung_button_hover.gif);
}