/* ---------- layout -------------- */
body 
{
	background-color:#898989;
	margin:0;
	padding:0;
}

#control {
	width:100%;
/*	
	ubackground-image:url(../g/back.jpg);
	ubackground-repeat:repeat-y;
	ubackground-position:center top;
*/
}

#layout 
{
	width:1000px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

#pate {
	width:980px;
	text-align:left;
	background-color:#fff;
}

#lang {
	width:20px;
	float:right;
	padding-top:14px;
	height:auto;
}

/* -------------------------------------------------------------*/

#pagetop
{
	width:980px;
	height:112px;
	background-color:#898989;
	background-image:url(../g/pagetop.gif);
	background-repeat:no-repeat;
}

#home {
	padding:0;
	margin:0;
	float:left;
}

/* -------------------------------------------------------------*/

#pagepanes 
{
	padding-top:56px;
	background-image:url(../g/bue.gif);
	background-repeat:no-repeat;
	background-position:left top;
	min-height:300px;
}


/* -------------------------------------------------------------*/

#menupane {
	width:270px;
	float:left;
	margin:0;
	padding:0;
}



#menubox {
	padding:0 32px 0 28px;
}



#pagebox 
{
	float:left;
	margin-left:auto;
	margin-right:auto;
}

#page {
	width:440px;
	padding-bottom:20px;
}


.line
{
	height:10px;
	width:440px;
	border-bottom:solid 4px #ecefec;
	margin-top:10px;
	margin-bottom:10px;
}

/* -------------------------------------------------------------*/

#pagebottom
{
	background-color:#25353d;
	width:980px;
	height:96px;
	color:#fff;
	font-size:9px;
	line-height:12px;
}

#pagebottombox
{
	padding-top:26px;
	padding-left:28px;
}


#copyright {
	float:left;	
	width:242px;
	font-size:9px;
	line-height:12px;
}

#contact {
	font-size:9px;
	line-height:12px;
}

#contact a {
	text-decoration:none;
	color:#fff;
}

#contact a:hover {
	text-decoration:underline;
	color:#5a7785;
}

#contact table td
{
	width:155px;
}

#controlbottom
{
/*
	uwidth:980px;
	uheight:38px;
	ubackground-image:url(../g/bottom.jpg);
	ubackground-repeat:no-repeat;
*/
}

