/**Main Layout**/
body {
	font: 76% Verdana, Geneva, Arial, Helvetica, sans-serif;
        background-image:none !important;
	background-color:#fff;
}
#page {
	width:650px;
	margin-left:2px;
	background:none;
}

#header {
	height:auto;
	width:650px;
	background:none;
	padding:10px;
}

#header h1 {
	display:none;
}

#header span.hide {
	display:none;
}

#header .kvlink {
	display:none;
}

#header .printlogo {
	font-size:1.8em;
	font-weight:bold;
	display:block;
}

#serviceNavigation {
	display:none;
}

#mainNavigation {
	display:none;
}

#content {
	width:650px;
	background:none;
}

#breadcrumbs {
	display:none;
}

#navigation {
	display:none;
}

#contentbox {
	width:650px;
}

#main {
	width:650px;
	margin:0;
}

.box ul { 
	width:650px;
}

form.form div.row {
	margin:0 0 10px 0;
	width:650px;
}

form.form div.row div.ganz p {
	width:600px;
}

#marginal {
	display:none;
}

#footer {
	width:650px;
	border-top:1px solid #ddd;
	margin:0;
	padding:0;
	background:none;
}

/** Boxen Homepage **/
h2.rubrik, .box h2 {
	border-bottom:3px solid #21446c;
	width:650px;
}
.listbox h2, .listbox h3 {
	border:0;
	border-top:1px solid #ddd;
	width:650px;
	color:#666;
	margin:30px 0 0px 0;
	font-weight:normal;
}
.listbox h2 {
	font-size:1.5em;
}
.listbox h3 {
	font-size:1.3em;
}
.listbox p {
	margin:4px 0 10px 0;
	line-height:1.4em;
}
.listbox ul, .listbox ol {
	line-height:1.4em;
}
.boxlist {
	display:none;
}
.linkbox {
	display:none;
}
/** Ende Boxen Homepage **/

/** Start Listen und Tabellen **/
table.list {
	float:none;
}
table.txt {
	float:none;
	width:640px;
}
table.txt th, table.txt td {
	border:1px solid #ddd;
}
/** Ende Listen und Tabellen **/

/** Start Boxen Marginalspalte **/
.marginalbox {
	display:none;
}
/** Ende Boxen Marginalspalte **/

/** Start Footer **/
#footer a.data, #footer a.top {
	display:none;
}
#footer span {
	margin:10px 0 0 0;
	padding:4px 0 0 0;
	float:left;
}
/** Ende Footer **/

/** Start Anpassungen fuer Editorausgabe **/
.editor table {
	float:none;
	width:640px;
}
.editor table th, .editor table td {
	border:1px solid #ddd;
}
.editor h3 {
	width:650px;
	padding:4px 0 4px 0
}
.editor ul, .editor ol {
	float:none;
	border:0;
}
/** Ende Anpassungen fuer Editorausgabe **/