@charset "utf-8";
/* CSS Document */
/**********************************/
/* ALLGEMEINE DEKLARATIONEN
/**********************************/
body {
	background-color: #FFFFFF;
}
/**********************************/
/* AUFBAU
/**********************************/
/* ------ Masterbox ------ */
#masterbox {
	position: static;
	left: 0;
	width: 100%;
	margin-left: 0;
}
/* ------ Language ------ */
#language {
	display: none;
}
/* ------ Site ------ */
#site {
	display: none;
}
/* ------ Copyfooter ------ */
#copy {
	margin: 0;
	color: #000000;
}
#hinweise {
	display: none;
}
/* ------ Header ------ */
#headerbox {
	height: auto;
	width: 100%;
	background: none;
}
#headerbox h1 img {
	margin: 0 0 30px 0;
}
#headerbox #headerbox-round-left {
	display: none;
}
#headerbox #headerbox-round-right {
	display: none;
}
/* ------ Content ------ */
#contentbox {
	width: auto;
	padding: 0;
}
#content-frame {
	width: auto;
	background: none;
	border: #FF0000 5px;
}
#content-frame.add_sidebar {
	background: none;
}
#navigationbox {
	display: none;
}
#maincontent {
  	float: left;
	width: auto;
	margin-left: 0;
}
#content-frame.add_sidebar  #maincontent {
	width: auto;
}
#sidebar {
	display: none;
}
/* ------ Footer ------ */
#footerbox {
	display: none;
}
/**********************************/
/* ARTIKEL
/**********************************/

#maincontent a.button#zurueck  {
	display: none;
}
#maincontent a.button.top  {
	display: none;
}
.artikel_content {
	margin-top: 26px;
	float: left;
	width: 400px;
}
.artikel_content_textonly {
	width: auto;
}
