/* This file needs to be saved in the UTF-8 format in order to handle EditMenuName attributes with non-english characters */
/* DIVS RELATING TO PAGE STRUCTURE */
body
{
	background-color: #FFFFFF;
}
div#pagecontainer
{	
	width: 955px;
	margin-top: 13px;
}
div#pageheader
{
	background-image: url('/graphics/header_background.png');
	height: 158px;
}

div#headerlogo {
	position: relative;
	display: inline;
	left: 15px;
	top: 29px;
}

div#headerpayoff {
	position: relative;
	display: inline;
	left: 31px;
	top: 13px;
}

div#topmenucontainer 
{
	margin-left: 14px;
	margin-top: 42px;
	height: 24px;
}

div.menuitemcontainer 
{
	position: relative;
	display: inline;
	float: left;
}

div#pagecontent
{
	padding: 0 9px 9px 25px;
}

div#startpage_body 
{
	position: relative;
	display: inline;
	float: left;
	width: 634px;
	margin-top: 17px;
	margin-right: 10px;
	height: 100%;
}

div#startpage_rightcolumn 
{
	position: relative;
	display: inline;
	float: right;
	width: 276px;
}

div#quicksearch_start 
{
	background: url('/graphics/quicksearch_background.gif') top right no-repeat;
	height: 55px; /* 72px */
	text-align: right;
	padding-top: 17px;
	padding-right: 10px;
}

div#rightcolumn_puffar 
{
	background: url('/graphics/rightarea_background.gif') top right no-repeat;	
	min-height: 524px;
}

div#rightcolumn_empty
{
	background: url('/graphics/rightarea_background_empty.gif') top right no-repeat;	
	margin-right: 27px;
	min-height: 524px;
}


div#leftmenu
{
	width: 189px;
	float: left;
	text-align: left;
	background-color: #ffffff;
	margin-top: 17px;
}
div#pagebody 
{
	position: relative;
	display: inline;
	float: left;	
	margin: 17px 10px 10px 10px;
	height: 100%;
}

div#rightcolumn 
{
	position: relative;
	display: inline;
	float: right;
	width: 116px;	
}

div#quicksearch
{
	background: url('/graphics/quicksearch_background.gif') top right no-repeat;
	height: 55px; /* 72px */
	text-align: right;
	padding-top: 17px;
	padding-right: 10px;
}

div#pagefooter
{
	position: relative;
	display: inline;
	left: 22px;
}

#contentdiv
{
	width: 77%;
	float: right;
}
#cookielink
{
	border-width: 0.1em 0em;
	border-style: solid;
	border-color: #ddd;
	padding: 0.5em 0em;
	margin-top: 1em;
	display: block;
}
/* -- Standard divs --*/

.leftfloating
{
	float: left;
}
.rightfloating
{
	float: right;
}
.centered
{
	text-align: center;
}
.rightaligned
{
	text-align: right;
}
.leftaligned
{
	text-align: left;
}
.hidden
{
	display:none;
}
img.borderless
{
	border: 0;
}
a img 
{
	border: 0;
}
div.tablerow
{
	width: 99%;
	padding: 0.5em;
}
div.description
{
	float: left;
	width: 20%;
}
div.content
{
	float: right;
	width: 79%;
}
div.fullwidth
{
	width: 100%;
}
div.rightpadded
{
	padding-right: 1em;
}
div.clear
{
	clear: both;
}

