/* CSS Document 

Design & Programmierung Copyright 2007 www.almstudio.at

*/
body {
	margin:0px;
	background-color:#FFFFFF;
	background-image:url(../images/ui/bodyBack.jpg);
	background-repeat:repeat-x;
}
#rahmen {
	width:910px;
	height:100%;
	margin:0 auto 0 auto;
	background-image:url(../images/ui/backRahmen.jpg);
	background-repeat:repeat-y;
}
#top {
	background-image:url(../images/ui/top.jpg);
	background-repeat:no-repeat;
	width:910px;
	height:95px;
}
#nav {
	background-image:url(../images/ui/navBack.jpg);
	background-repeat:no-repeat;
	background-color:#fefaee;
	width:220px;
	float:left;
	padding:30px 10px 30px 5px;
	min-height:445px;
}
#content {
	width:610px;
	background-image:url(../images/ui/contentBack.jpg);
	background-repeat:repeat-y;
	float:right;
	padding:30px;
}
#spalteLi {
	width:55%;
	float:left;
}
#spalteRe {
	width:40%;
	float:right;
}
#schattenRe {
	background-image:url(../images/ui/schattenRe.jpg);
	background-repeat:no-repeat;
	width:5px;
	height:505px;
	float:right;
}
#clear {
	clear:both;
}
#footer {
	background-image:url(../images/ui/footer.gif);
	background-repeat:no-repeat;
	width:905px;
	padding-right:5px;
}