* {
	font-family:Helvetica, Arial, sans-serif;
	margin:0px;
	padding:0px;
}
html, body {
	background-color:#FFFFFF;
}
/*INTRO*/
#intro, #language_box_einstieg, #header, #title, #language_box, #column_left, .printpage {
	display:none;
}

#site_container {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	background-color:#ffffff;
	height:100%;
}
#container {
	width:800px;
	height:100%;
}
/*TITLE*/

#content_container {
	background-color:#FFFFFF;
}
#page_content {
	float:left;
	display:inline;
	width:535px;
	margin-top:23px;
	margin-bottom:50px;
	font-size:12px;
	line-height:17px;
	color:#545454;
	padding:28px;
	background-color:#FFFFFF;
}
/*Footer*/
#footer {
	clear:both;
	width:772px;
	height:19px;
	display:block;
	padding-left:28px;
	background-color:#ffffff;
}
a#created_by, a#created_by:hover {
	font-size:12px;
	color:#545454;
	padding-top:5px;
	float:left;
	display:inline;
	text-decoration:none;
	
}
/*STANDARDITEMS*/
.h1, h1 {
	font-size:18px;
	font-style:italic;
	font-weight:bold;
	line-height:18px;
	margin-bottom:20px;
	color:#545454;
}
.h2, h2 {
	font-size:16px;
	font-weight:bold;
	line-height:16px;
	margin-bottom:20px;
	color:#545454;
}
.h3, h3 {
	font-size:16px;
	font-weight:normal;
	line-height:12px;
	margin-bottom:20px;
	color:#5d7bb7;
}

.text {
	font-size:12px;
	line-height:17px;
	color:#545454;
	margin-bottom:20px;
}
#page_content a, .result_item a {
	text-decoration:none;
	color:#6f89bf;
}
#page_content a:hover, .result_item a:hover{
	text-decoration:underline;
}
body.mceContentBody {
	background-color:#ffffff;
}
ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
ul li {
	padding-left: 18px;
	background-image: url(bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
ol {
	margin-left: 18px;
	padding-left: 0;
}
ol li {
	color:#6f89bf;
}
/*WEBSEARCH*/
.websearch_form {
	display:none;
}
.result_item {
	margin-bottom:12px;
}
