/**Main Layout**/
body {
	font: 76% Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#page {
	width:555px;
	margin-left:20px;
	background:none;
}

#header {
	height:auto;
	width:555px;
	background:none;
	padding:10px 0 0px 0;
}

#header h1 {
	display:none;
}

#header span.hide {
	display:none;
}

#header .kvlink {
	display:none;
}

#header .printlogo {
	display:block; 
	font-size:1.8em;
	font-weight:bold;
	color:#666;
	width:555px;
	padding: 10px 0 0px 0;
}

#serviceNavigation {
	display:none;
}

#mainNavigation {
	display:none;
}

#content {
	width:555px;
	background:none;
	padding:10px 0 0 0 !important;
}

#breadcrumbs {
	display:none;
}

#navigation {
	display:none;
}

#contentbox {
	width:555px;
}

#main {
	width:555px;
	margin:0;
}

#marginal {
	display:none;
}

#footer {
	width:555px;
	margin:0;
	padding:0;
}

/** Boxen Homepage **/
h1, h2 {
	color:#666;
	width:555px;
	font-size:1.5em !important;
	margin:0px 0 27px 0;
	padding: 0;
}
.boxlist {
	display:none;
}
fieldset, .fieldsetContainer {
	background:none !important;
}
.linkbox {
	display:none;
}
/** Ende Boxen Homepage **/

/** Start Listen und Tabellen **/
table.list {
	float:none;
}
table.txt {
	float:none;
	width:555px;
	border-bottom:1px solid #666;
	border-left:1px solid #666;
}
table.txt th, table.txt td {
	border-top:1px solid #666;
	border-right:1px solid #666;
}
/** Ende Listen und Tabellen **/

/** Start Boxen Marginalspalte **/
.marginalbox {
	display:none;
}
/** Ende Boxen Marginalspalte **/

/** Start Footer **/
#footer {
	width:555px;
	padding: 10px 0 20px 0;
	border-top:1px solid #666;
	margin-top:10px;
}
#footer a.data, #footer a.top {
	display:none;
}
#footer span {
	margin:10px 0 0 0;
	padding:4px 0 0 0;
}
/** Ende Footer **/

/** Start Anpassungen fuer Editorausgabe **/
.editor table {
	float:none;
	width:555px;
	border-bottom:1px solid #666;
	border-left:1px solid #666;
}
.editor table th, .editor table td {
	border-top:1px solid #666;
	border-right:1px solid #666;
}
.editor h3 {
	width:555px;
	padding:4px 0 4px 0
}
.editor ul, .editor ol {
	float:none;
	border:0;
}
/** Ende Anpassungen fuer Editorausgabe **/