html, form 
{
	padding:0px;
	margin:0px;
	text-align:center;
	height:100%;
}

body 
{
	margin:0px;
	padding:0px;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#ffffff;
	text-align:center;
	height:100%;
}

#container 
{
	width:100%;
	height:100%;
	background-image:url(images/bg_menu.jpg);
	background-repeat:repeat-x;
	
}

#menuCont 
{
	height:73px;
}

#cont 
{
	margin-left:auto;
	margin-right:auto;
	width:900px;
	height:100%;
	text-align:left;
	position:relative;
}

#pwlogo 
{
	position:absolute;
	top:38px;
	left:10px;
	z-index:13px;
}

#profislogo 
{
	position:absolute;
	top:80px;
	left:58px;
	z-index:12px;
}

#mainimg_menuebild 
{
	z-index:14px;
	position:absolute;
	left:222px;
	top:24px;
}

#metamenu 
{
	position:absolute;
	width:900px;
	left:0px;
	top:6px;
	text-align:right;
	z-index:200;
}

#menu 
{
	position:absolute;
	left:222px;
	top:141px;
	height:24px;
	width:678px;
	background-color:#c6c5c5;
	text-align:center;
	z-index:200;
}

#sub 
{
	padding-top:100px;
	width:222px;
	/*height:100%;	*/
	background-image:url(images/bg_sub.jpg);
	background-repeat:repeat-y;	
	float:left;
}

#picslogo 
{
	position:fixed;
	margin-left:56px;
	bottom:20px;
}

#content 
{
	float:right;
	width:658px;
	padding-left:20px;
	padding-top:116px;
	padding-bottom:30px;
	
}

#footer
{
	clear:both;
	position:fixed;
	bottom:0px;
	font-size:10px;
	padding:3px;
	color:#9f9fa0;
	background-color:#ffffff;
	z-index:200;
}

#content #footer a:link, #content  #footer a:visited 
{
	color:#9f9fa0;
}

#content #footer a:hover
{
	color:#000000;
	text-decoration:none;
}