html, body {
	margin:0;
	padding:0;
	width:100%;
	min-height:100%;
}

body {
	background: #ffab00 url('/assets/images/body_background.gif') no-repeat 205px -120px;
}
img {border:none;}

#siteLogo {
	position:absolute;
	top:30px;
	left:5px;
}

#bodyContainer {
	background-color:#FFF;
	padding-left:20px;
}

#topMenu {
	border-bottom:4px solid #c2cde2;
}
#header {	overflow:hidden;}
#header .headerPart {
	float:left;
}
#header .headerPartLeft { width:590px;overflow:hidden; }
#header .headerPartRight { width:350px;overflow:hidden; }

#content {
	min-height:100%;
	font-family:arial;
	font-size:11px;
	
}
#innerContent {
	padding-top:251px;
	padding-bottom:42px;
}
#topContent {
	background: #fff url('/assets/images/content_top.gif') no-repeat top right;
	height:36px;
}
#footer {
	background: #fff url('/assets/images/content_bottom.gif') no-repeat bottom right;
}

#footerLogodtracks{
 width:130px;
 float:left;
}

#footerMenuBox {
width:300px;
padding-top:5px;
 float:left;
}

#innerContent div.content{
	float:left;
	padding-top:49px;
}

#contentLeft {
	width:184px;
	padding:0 12px;	
}
#bodyContainer {
	background: #fff url('/assets/images/bck_contentLeft.gif') no-repeat -89px top ;
}

#contentMiddle {
	width:327px;
	width:397px;
	padding:0 27px;
	padding-bottom:50px;
}
#innerContent div.contentbig {
	width:678px;
}
#contentRight {
	width:324px;
	width:254px;
	width:281px;
	overflow:hidden;
}

.kop {
	font-size:16px;
}


a.urls {
	text-decoration:none;
	color:#5e84b9;
	height:21px;
	font-family:verdana;
	font-size:9px;
	display:block;
}
a.iconMail {
	background-image:url('/assets/images/icon_mail.gif');
	padding-left:20px;
	background-repeat:no-repeat;
	background-position:0px 4px;
}
a.iconPrint {
	background-image:url('/assets/images/icon_print.gif');
	padding-left:20px;
	background-repeat:no-repeat;
	background-position:0px 2px;
}