@charset "UTF-8";
/* CSS Document */

body { margin: 0pt; 
background: rgb(223, 223, 223); 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-style: normal; 
font-variant: normal; 
font-weight: normal; 
font-size: 10px; 
font-size-adjust: none; 
font-stretch:none ; 
color: rgb(51, 51, 51); }





#pagewrapper {
	margin: 20px auto 0pt;
	display: block;
	width: 900px;
	
}

#main {
	padding: 0pt 0pt 0px;
	float: left;
	width: 880px;
	margin-top: 20px;
	background-color:#FFF;
	

}

/*  positioning-layers statisch und absolut */
#links {
	height: 825px;
	padding:0px;
	float:left;
	background-image: url(rand_l.gif);
	background-repeat:no-repeat;
	background-position: 0px 0px;

}

#box {
	width:540px;
	height: 760px;
	margin-left:45px;
	margin-top:25px;
	padding:20px;
	text-align:left;
	background-color: #FFF;
	float:left;
	overflow: auto;
	border-right: 1px dashed #999;
}



#rechts {
	height: 825px;
	width:250px;
	padding:0px;
	float:right;
	background-image: url(rand_r.gif);
	background-repeat: no-repeat;
	background-position: 216px 0px;
}


/*  positioning-layers statisch und absolut */

#logo {
	width:280px;
	height:160px;
	margin-top:63px;
	margin-left:45px;
	text-align:center;
	background: url(startlogo.jpg) no-repeat;

}

#navi {
	width:220px;
	padding:0px;
	min-height:150px;
	float:left;
	background-color:#fff;
	overflow: auto;
	margin-top: 20px;
	margin-left: 20px;
}
#metabild {
width:280px;
min-height:200px;
margin-left: 45px;
padding:0px;


}
#adr {
	width:150px;
	margin: 0px auto;
	padding:0px;
	text-align:left;
	position: relative;
	right: 0px;
	bottom: 0px;
	z-index: 0;
}


#footer {
	float:left;
	display: block;
	width: 900px;
	height:35px;
	ont-size: 10px;
	text-align: center;
	color: rgb(102, 102, 102);
	background-color: transparent;
	background-image: url(rand_u.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
 }
 
 
