/*
		(c) 2008 Online-Info Service GmbH
			info@online-service.de
			
			File: <layout.css>
*/
/* ---------------------------------------------------------- border */
#border
{
	width: 980px;
	margin: auto;
	padding: 0;
	background-image: url('../img/main-background.gif');
	background-color: #F1F5FB;
	border-left: 1px solid white;
	border-right: 1px solid white;
}
/* ---------------------------------------------------------- header */
#header
{
	height: 65px;
	background-image: url('../img/header-background.jpg');
}
/* ---------------------------------------------------------- Inhalt */
#content-main
{
	float: left;
	width: 605px;
}
#content-additional
{
	float: left;
	width: 195px;
}
/* ---------------------------------------------------------- Container */
.container
{
	width: 190px;
	padding: 3px;
	background-color: white;
	border: 1px solid #DFE2E7;
	color: #06004C;
	font-size: 11px;
	margin-right: 15px;
	margin-top: 8px;
}
.container h1
{
	background-color: #C5C8CD;
	padding: 3px;
	color: #4A4C4B;
	font-size: 12px;
	border-bottom: 1px solid #FB0102;
}
.container img
{
	border: 1px solid white;
	padding: 4px;
	background-color: #C7D3E9;
}
/* ---------------------------------------------------------- Footer */
#footer
{
	background-color: #E3E9F4;
	border-top: 1px solid white;
	color: #606060;
	text-align: center;
	font-size: 11px;
	width: 980px;;
}
#footer-content
{
	padding: 4px;
}
/* ---------------------------------------------------------- killFloat */
.killFloat
{
	clear: both;
}
/* ---------------------------------------------------------- aktuelles*/
.akt1
{
	width: 400px; 
	float: left;
}
.akt2
{
	width: 150px; 
	float: left; 
	text-align: center;
}
