/* Kaerolina.com 2006 coded by urbankid
________________________________________*/
body, div, ul, li, a, h1, h2, td, input
{
	border: 0;
	margin: 0;
	padding: 0;
	text-align: left;
	font: 11px 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
	color: #000;
	line-height: 18px;
}
body
{
	background: #FFF;
	text-align: center;
}
#wrap
{
	width: 765px;
	margin: 20px auto;
}
h1
{
	display: none;
}


/* Banner
________________________________________*/
#banner
{
	padding-bottom: 20px;
}


/* Menu
________________________________________*/
#menu
{
	float: left;
	width: 171px;
	height: auto;
	background: url("../img/nybo_small.gif") no-repeat top left;
	padding-top: 60px;
}
	#menu ul
	{
		list-style: none;
	}
	#menu li
	{
		margin: 10px 0px;
	}
	#menu li a
	{
		width: 156px;
		height: 23px;
		display: block;
		text-indent: -1000px;
	}
	#menu #hjem a
	{
		background: url("../img/bt_hjem.gif") no-repeat top left;
	}
	#menu #tjenester a
	{
		background: url("../img/bt_tjenester.gif") no-repeat top left;
	}
	#menu #priser a
	{
		background: url("../img/bt_priser.gif") no-repeat top left;
	}
	#menu #kontakt a
	{
		background: url("../img/bt_kontakt.gif") no-repeat top left;
	}
	#menu #hjem a:hover, #menu #tjenester a:hover, #menu #priser a:hover, #menu #kontakt a:hover
	{
		background-position: 0px -23px;
	}


/* Content
________________________________________*/
#content
{
	float: left;
	background: url("../img/box_top.gif") no-repeat top left;
}
	#content #holder
	{
		width: 594px;
		height: 300px;
		background: url("../img/box_repeat.gif") #F1F1F1 repeat-y top left;
		margin: 10px 0px;
		padding-top: 58px;
	}


/* Hjem
________________________________________*/
#holder_hjem
{
	padding: 0px 80px 0px 40px;
}
	#holder_hjem h2
	{
		font-weight: bold;
	}


/* copyright
________________________________________*/
#copyright
{
	float: left;
	width: 767px;
	height: 14px;
	background: #E5E5E2;
}
	#copyright, #copyright a, #copyright span
	{
		font-size: 10px;
		color: #999;
		text-decoration: none;
		line-height: 14px;
	}
	#copyright a:hover
	{
		color: #333;
	}
	#copyright span
	{
		float: right;
		background: #FFF;
		width: auto;
		height: 14px;
		padding-left: 10px;
	}