	
	#page {
   height: 100%; /* das hier für den ie */
	}
	/* folgende anweisung wird nicht vom ie interpretiert */
	#page[id] {
    height:auto;
    min-height:100%;
	}
	
	html
	{
		height:100%;
		margin:0;
		padding:0;
	}
	
	body
	{
		height:100%;
		margin:0;
		padding:0;
		background-color: white;
		background-image: url(../images/back_home.gif);
		background-repeat: repeat-y;
	}
	#ebabillogo {
	float: left;
	position: absolute;
	width: 50px;
	height: 156px;
	left: 0px;
	top: -130px;
	visibility: visible;
	}
	
	#page
	{
		width: 100%;
		margin: 0;
		min-height:100%;
		position: relative;
	}
	
	#content
	{	
		margin-left: 200px;
		position: relative;
		background-color: white;
	}

	#header
	{
		text-align:center;
		position: relative;
		background-color: #fff;
		background-image: url(../images/back_home.gif);
		background-repeat: repeat-y;
		height:75px;
	}
	
	#footer
	{
	position:absolute;
	background-color: #041B46;
	margin-left: 0 auto;
	width: 100%;
	clear: both;
	bottom: 0px;
	height: 40px;
	background-image: url(../images/back_home.gif);
	background-repeat: repeat-y;
	visibility: visible;
	}
	#footer a:link, #footer a:visited, #footer a:active{
		padding-right: 5px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #fff;
		text-decoration: none;
		font-weight: bold;
	}
	#footer a:hover {
		color: #CAD9EC;
	}
	#lipsum {
	padding: 20px;
	width: 550px;
	}
	#lipsum h1 {
		padding: 0;
		margin: 0;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 16px;
		color: #041B46;
	}
	#lipsum h2 {
		padding: 0;
		margin: 0;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 11px;
		color: #041B46;
	}
	#lipsum h3 {
		padding: 0;
		margin: 0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #041B46;
	}
	#lipsum p{
		padding: 0;
		margin: 0;
		font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #041B46;
		line-height: 14px;
		text-align: justify;
	}
	
	#lipsum a:link, #lipsum a:visited, #lipsum a:active{
		padding-right: 5px;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height: 16px;
		color: #041B46;
		text-decoration: none;
		border-bottom: 1px;
		border-bottom-color: #041B46;
		border-bottom-style: dotted;
		font-weight: normal;
	}
	#lipsum a:hover {
		color: #041B46;
		font-weight: bold;
	}
	#navigation {
		height: 150px;
		background-color: #041B46;
	}
	#logo {
	text-align: right;	
	}
.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #041B46;
	height: 14px;
	width: 250px;
	border: 0px none;
	background-image: url(../images/base/muster01.gif);
}
.bigbox {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #041B46;
	height: 250px;
	width: 250px;
	border: 0px none;
	background-image: url(../images/base/muster01.gif);
}

