	
*{
	box-sizing:			content-box;
	-moz-box-sizing:	content-box;
	
	line-height:		1.5em;
}

body{
	width:				100%;
	height:				100%;
	margin:				0px;
	background: 		#DED4D4;
		
	font-family:		Arial, Helvetica, sans-serif;
}

p{
	margin-top:0px !important;
	margin-bottom:15px;
}

h2 {
	color:				#000;
	font-weight:		bold;
	text-transform: 	uppercase;
	margin:				0px;
}

h3 {
	color:				#000;
	font-weight:		bold;
	margin:				0px;
}

img {
	border-width:		0px;
}


/* overall container */
div#outer_container {
	position:			absolute;
	top:				0px;
	width:				770px;
	height:				auto;
	left:				50%;
	margin-left:		-385px;
	z-index:			1;
}

@media all {
	div#printheader {
		display: 		none;
	}
}
/*
@media print {
	div#logo,
	div#title,
	div#navigation {
		display:none;
	}
	div#printheader {
		display: 		block;
	}
}*/

/* Header */
div#header {
	position:			absolute;
	left:				0px;
	top:				0px;
	
	width:				770px; 
	height:				108px;
	
	padding:			0px;
	margin:				0;
	background: 		url('/images/header_bg.gif') repeat-y;
}

div#logo {
	position:			absolute;
	left:				75px;
	top:				0px;
}

div#title {
	position:			absolute;
	left:				196px;
	top:				32px;
}


div#navigation {
	position:			absolute;
	left:				0px;
	top:				108px;
	
	margin:				0;
	padding:			0;
}

div#navigation ul {
	font-family:		Arial;
	font-size:			11px;
	padding: 			0px;
	margin: 			0px;
	list-style: 		none;
}
  	
div#navigation li {
	position: 			relative;
	height:				18px;
	width:				175px;
	color:				#fff;
	font-size:			11px;
	line-height:		1em;
	text-align:			right;
	vertical-align: 	middle;
	padding:			5px 5px 0px 0px;
	border-top:			1px solid #6868B3;
	background-color:	#000078;
}
div#navigation li.first {
	background:			url('/images/nav/firstitem_corner.gif') no-repeat #000078;
	border-top:			none;
}
div#navigation li.last {
	background:			url('/images/nav/lastitem_corner.gif') no-repeat #000078;
}
div#navigation li.firstactive{
	background:			url('/images/nav/firstitem_corner.over.gif') no-repeat #B9C200;
	border-top:			none;
}
div#navigation li.lastactive{
	background:			url('/images/nav/lastitem_corner.over.gif') no-repeat #B9C200;
	border-top:			none;
}
div#navigation li.active {
	background-color:	#B9C200;
}
	
div#navigation li a{
	font-size:			11px;
	font-weight:		bold;
	color:				#FFF;
	text-decoration:	none;
	text-transform: 	uppercase;
}
div#navigation li a:hover{
	color:				#FFF;
	text-decoration:	underline;
}

div#navigation div#navhome {
	height:				25px;
	width:				172px;

	text-align:			right;
	padding: 			5px 7px 0px 0px;
}
div#navigation div#navhome a {
	font-size:			11px;
	line-height:		1em;
	color:				#000078;
	text-transform: 	uppercase;
	text-decoration:	underline;
}
div#navigation div#navhome a:hover {
	text-decoration:	none;
}



/* Content */
div#contentContainer {
	position:			absolute;
	left:				181px;
	top:				108px;
	
	margin:				0;
	padding:			0;

	width:				590px;
	background:			url('/images/container_bg.gif') repeat-y;
}


div#midcol {
	position:			relative;
	left:				0px;
	top:				0px;
	float:				left;
	
	width:				395px; /* 430 - 15 - 20 */
		
	font-family:		Arial, Helvetica, sans-serif;
	color:				#000;
	
	background:			#fff;
}

div#midcol div#toolbar{
	height:				25px;
	padding:			5px 15px 0px 0px;
}

div#rightcol {
	position:			absolute;
	top:				0px;
	left:				430px;
	width:				160px;
	height:				auto;
	background-color:	#EFEAEA;
}
div#rightcol div#telno {
	height:				30px;
}

div#midcol p.introtekst {
	margin-top:			0px;
	font-weight:		bold;
}


div#midcol a{
	color:				#000;
	font-weight:		bold;
	text-decoration:	none;
}
div#midcol a:hover {
	text-decoration:	underline;
}


/* footer */
div#fixedbar{
	position:			absolute;
	direction: 			rtl; /* switches page-direction to be able to get the lemonbar at the rightside of the screen */
	width:				100%;
	z-index:			0;
}
div#lemonbar{
	position:			absolute;
	float:				left;
	width:				50%;
	height:				216px;
	top:				138px;
	
	margin-left: 		100px;
	
	background-color:	#B9C200;
}



.hideme{
	display:none;
}
