html, body { 
	font: normal 11px "times new roman",times,serif;
	color: #545454; /* Dunkelgrau 3 */
	background-color: #fff;
	margin: 0;
}

body { font-size: 16px; }

.print_only{
	font: normal 14px "times new roman",times,serif;
	display: inline;
	margin-left: 20px;
}

.print_only img {
	width: 100px;
	height: 53px;
	margin: 0 15px;
	border: none;
}

#website {
	background-color:#fff;
} 
#header-box {
	display:none;
}
#portal-head{
}
#left-nav{
	display: none;
}
#bread-cumbs{
}
#foot-navi {
	display: none;
}
/* #quick-links und standard-navi sind in foot-navi enthalten */
#footer-box {
	display: none;
}


/* ----- Allgemeine Schriftvorgaben ----- */
h1, h2 {
	font-size:14px;
	font-weight:bold;
}
h1 {
	border-bottom:1px dotted #B8B8B8;
	margin-bottom: 15px;
}
h2 {
	padding-top: 15px;
}
h3, h4, h5 {
	font-size:11px;
	font-weight:bold;
	position: relative;
}
p {
	font-size:11px;
	line-height: 1.5em;
}
#top-nav,
#sub-nav {
  font-size:12px;
}
#left-nav {
  font-size:11px;
}
a {
	color:#005898;
	text-decoration: underline;
}
