body,html{
	width:100%;
	height:100%;
	background: url(/_img/body_bg.png) repeat-y #00717D;
	background-position:center;
}
#wrapper{

		margin-left:auto;
	margin-right:auto;
	width: 1000px;
	background:url(/_img/body.gif);
	background-repeat:repeat-y;

}
div#intro{
	width:740px;
	height:100%;
	border-right:solid 1px #ffcc33;
	text-align:right;
	font-size:9px;
}

div#content{
	/*position:absolute;*/
	z-index:20;		
	width:370px;
	float:left;
}

div#sidepanel{
	/*position:absolute;*/
	z-index:20;
	width:210px;
	left:567px;
	top:125px;
	text-align:left;
	font-size:12px;
	float:left;
		margin-left: 30px;
}

div#sidepanel_center{
	/*position:absolute;*/
	z-index:20;
	width:218px;
	
	margin-left: 20px;


	text-align:center;
	font-size:12px;
	
	float:left;
}

div#side_logo{
	/*position:absolute;*/
	float:left;
	z-index:10;
	overflow:hidden;
	top:0px;
	left:0px;
	width:200px;
	height:100%;
/*	background:url(/_img/side_logo_gradient.jpg);
	background-position:30px 0px;
	background-repeat:repeat-y; 
	*/
}

div#header{
	/*position:absolute;*/
	z-index:11;
	top:0px;
	left:0px;
	width:777px;
	height:113px;
	background:url(/_img/header.gif);
	background-color:#00484f;
}

div#adres{
	z-index:11;
	top:11px;	
	color:white;
	font-size:11px;
	width: 250px;
	margin-top: 20px;
	float:right;
}

div#menu{
		/*position:absolute;
	z-index:12;
	top:113px;
	left:0px;*/
	float:left;

}


