html,body{
	margin:0;padding:0
}
body{
	text-align: center;  /* Zentrierung im Internet Explorer */
	font: 90% arial,sans-serif;
	background: url(img/bg-body.gif) top left repeat-x;
	background-color: #FFFFDC;
}

a {
 color: #0000FF;
 text-decoration: none;
}
h1 {
color: #0000FF;
font-size: 1em; 
}

div#container{
	background: url(img/bg-center.gif) repeat-y 100% 100%;
	/*background-color:#e5f9ff;*/
	background-color:#FFFFFF;
	color: #000;
}
div#header{
	text-align:right;	
	height:115px;
	width:800px;
	background: url(img/header.jpg) no-repeat 100% 100%;
}
div#header .img{
	border: 1px solid #000000;
	margin: 0 1px 0 1px;
}
div#header #nav{
	float:right;
	margin:6px;
	text-align:right;
	color: #FFFFFF;
}
div#header #nav .img{
	border:none;
}
div#header #head{
	float:left;
	padding-left:55px;
	padding-top:10px;
	text-align:left;
	color: #FFFFFF;
}
div#header #head h1{
	text-align:left;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 28px;
	color: #FFFFFF;
	text-decoration: none;
}
div#header #nav a{
	color: #FFFFFF;
	text-decoration: none;
}
div#header h1{
	height:80px;
	line-height:80px;
	margin:0;
	padding-left:10px;
	color: #79B30B
}
div#content{
	padding: 5px 20px 8px 9px;
	/*line-height:;*/
}
div#content p{
	/*line-height:;*/
}
div#navigation{
}
div#footer{
	background: url(img/bg-footer.gif) bottom left no-repeat;
}
div#footer #fot{
	font-size: 76%;
	border-top:1px dashed #000000;
	padding: 5px 20px 8px 17px;
}
div#fot #fotmenu{
	text-align: right;
}

div#fot .linklist a{
	width: 60px;
	display: block;
	margin-left:21px;
}
div#fot .linklist img{
	border:none;
}
div#fot .IIB-logo{
	float:right;
}
div#footer p{
	text-align:right;
}


div#container{
	text-align:left;
	width:800px;
	margin: 0 auto;
}
div#wrapper{
	float:right;
	width:100%;
	margin-left:-250px
}
div#content{
	margin-left:200px
}
div#navigation{
	float:left;
	width:200px;
}
div#extra{
	float:left;
	clear:left;
	width:200px
}
div#footer{
	clear:both;
	width:100%
}
div#header{
	float:left;
}