@charset "utf-8";
/* CSS Document */


/* ================================ Navigation ================================= */

/* Fuer die Druckausgabe abschalten */
#nav, #lsn, #imprs { display: none; }

/* ================================ / Navigation ================================= */

/* ================================ Body ================================= */

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	}

p {margin: 0.5em 0 1em;}

/* ================================ / Body ================================= */

/* ================================ Footer ================================= */

#footer {
  border-top: 1.5pt solid silver;
  font-size: .95em;
  color: #333;
  text-align: center;
}

.footer_links{
	display:none;
	}

/* ================================ / Footer ================================= */

/* ================================ Breadcrumbs ================================= */

#breadcrumbs {
	margin:2px 0 0;
	padding:3px;
	font-size:11px;
	background-color:#AED0D9;
	border: 1px solid #AED0D9;
	}

#breadcrumbs a {
	color: black;
	text-decoration:none;
}

/* ================================ /Breadcrumbs ================================= */

/* ================================ Links ================================= */
a, a:visited, a:hover, a:visited:hover {
	color: #04667e;
	background: transparent;
	text-decoration: none;
	}
/* ================================ / Links ================================= */

/* ================================ Outputtype: Artikel allgemein ================================= */

.title {	
	font-weight:bold;
	font-size:14px;
	margin-top:20px; 
	}

/* ================================ / Outputtype: Artikel allgemein ================================= */

/* ================================ Outputtype: Baumstruktur ================================= */

.filetree {display:none;}
	
/* ================================ / Outputtype: Baumstruktur ================================= */
h4 {
	font-weight:normal;
	font-size:13px;
}

h5 {
	font-size:11px;
}

.skelclear {
	clear:both;
}

#layout{
	width:980px;
	border-style:solid;
	border-width:1px;
	border-color:#4C828C;
}

/*#navigation_container, #service_navigation{
	display:none;
}*/

#footer_copyright{
	float:left;
}

#footer_mpg_link{
	float:right;
}


#content_container{
	padding:10px;
}