@charset "utf-8";
/* CSS Document */
#page{
	width:100%;
	height:auto;
	margin:20px auto 20px auto
}
#header{
	width:900px;
	height:19px;
	background-image:url(../bilder/header-line.jpg);
	background-repeat:repeat-x;
	border-left:solid 1px #000;
	border-right:solid 1px #000;
}
#main{
	width:900px;
	height:auto;
	background-color:#f2f2f2;
	border-left:solid 1px #000;
	border-right:solid 1px #000;
}
#footer{
	width:900px;
	height:19px;
	background-image:url(../bilder/footer-line.jpg);
	background-repeat:repeat-x;
	border-left:solid 1px #000;
	border-right:solid 1px #000;
}









#banner{
	background-image:url(../bilder/banner2.jpg);
	background-repeat:no-repeat;
	height:150px;
	width:900px;
	border: none;
}
#navigation{
	background-image:url(../bilder/navi-line.jpg);
	background-repeat:repeat-x;
	height:40px;
	width:900px;
}
#headline{
	border-bottom:solid 1px #999;
	margin:0px 30px 0 30px;
	height:auto;
	width:840px;
}
#content-box{
	margin:20px 30px 0 30px;
	height:auto;
	width:840px;
}

#content-left{
	margin:0 0 0 0;
	height:auto;
	width:840px;
	
}
#content-left a img {
	border: 1px solid #666
}
#content-right{
	margin:0 0 0 20px;
	width: 250px;
	height: auto;
	border:solid 1px #ccc;
	background-color:#fff;
	float:right;
	padding: 15px 15px 15px 15px
}
#nav-liste{
	padding-top:3px;
}
#nav-liste li{
	display:inline;
	padding-right:30px;
	margin-top:5px
}

#bottom-navigation{
	widtht:840px;
	height:30px;
	
	
}

#bottom-navigation li{
	display:inline;
	padding-right:40px;
}

	
