@import url('i7.css');

body {
	font-size: 1.00em;
}

#header {
	display: none;
}

#body #navigation {
	background-color: #f2f2f2;
	float: none;
	width: 100%;
	overflow: show;
	border: none;
	border-bottom: 4px double #bbb;
	margin-bottom: 1em;
}

#body #navigation div.section, #body #navigation #department {
	border-left: none;
}

#body #contents {
	margin: 0;
}

#body #contents #breadcrumbs  {
	border: 1px solid #024;
	text-align: center;
}

#body #contents #breadcrumbs p.hint {
	display: block;
	margin: 0;
	margin-bottom: 0.5em;
}

#body #contents #breadcrumbs ol {
	display: block;
	margin: 0;
}

#body #contents #breadcrumbs ol li {
	display: block;
	margin: 0;
	padding: 0;
	background-image: none;
}

#body #contents #breadcrumbs ol li + li {
	margin: 0;
	padding: 0;
	background-image: none;
}

#footer {
	position: static;
	border-bottom: 1px solid #024;
	text-align: center;
}

#footer #footer-left {
	display: block;
	position: static;
	left: 0;
}

#footer #footer-right {
	display: block;
	position: static;
	left: 0;
}


