
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color:  #254488;
}

a{
	text-decoration: none;
}

a img{
	border: none;
}
a:hover{
	text-decoration: underline;
}

h1{
	font-size: 1.4em;
	margin: 0px;
	padding: 0px;
}

h2{
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;
}

h3{
	font-size: 1.1em;
	margin: 0px;
	padding: 0px;
}

.wrapper{
	width: 960px;
	margin: auto;
}

.top{
	width: 100%;
	overflow: hidden;
	padding-bottom: 5px;
}

.logo{
	float: left;
}

.languages{
	float: right;
	padding: 30px 20px 0px 0px;
}

.languages a{
	padding: 0px 3px;
}

.topbar{
	width: 958px;
	background: url(images/topbar.gif) repeat-x left top;
	height: 13px;
	border: solid 1px #00236f;
}

.banner{
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 176px;
}

.menu{
	width: 958px;
	border: solid 1px #00236f;
	height: 49px;
	background: url(images/menu.gif) repeat-x left top;
}

.menu ul{
	padding: 0px;
	list-style: none;
	margin: 0px;
}

.menu ul li{
	display: inline-block;
	float: left;
	background: url(images/middot-menu.gif) no-repeat right top;
	position: relative;
}

.menu ul li a{
	display: block;
	float: left;
	padding: 19px 38px;
	font-size: 11px;
	color: #FFF;
	cursor: pointer;
}

.menu ul li a:hover{
	text-decoration: underline;
}

.menu ul li.current a, .menu ul li.parenttocurrent a{
	font-weight: bold;
}

.menu ul li.current ul li a{
	font-weight: normal;
}

.menu ul li a span{
	display: block;
	float: left;
}

.menu ul li ul{
	display: none;
	position: absolute;
	top: 49px;
	left: 0px;
	border-bottom: solid 1px #00236f;
}

.menu ul li:hover ul{
	display: block;
}

.menu ul li ul li{
	display: block;
	width: 170px;
	background: none;
	border: solid 1px #00236f;
	border-top: none;
	border-bottom-color: #FFF;
}

.menu ul li ul li.lastitem{
	border-bottom: none;
}

.menu ul li ul li a{
	display: block;
	padding: 10px;
	background: #3f5f9b;
	width: 150px;
}

.menu ul li ul li a:hover{
	background-color: #6d8ac3;
	text-decoration: none;
}

.menu ul li ul li.current a{
	font-weight: bold;
}

.container{
	width: 890px;
	padding: 35px;
	overflow: hidden;
}

.sidebar{
	width: 350px;
	float: left;
	margin-right: 20px;
}

.sidebar .higerbox{
	width: 308px;
	height: 210px;
	padding: 20px;
	border: solid 1px #00236f;
	background: #eaeaea;
	margin-bottom: 20px;
}

.sidebar .higerbox p{
	margin-top: 0px;
	padding-top: 0px;
}

.sidebar .lowerbox{
	width: 308px;
	height: 140px;
	padding: 20px;
	border: solid 1px #00236f;
	background: #eaeaea;
}

.sidebar .lowerbox .newslist{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.sidebar .lowerbox .newslist li{
	display: block;
	padding: 0px;
	padding-bottom: 15px;
	margin: 0px;
}

.sidebar .lowerbox .newslist .newsdate{
	display: block;
	font-weight: bold;
	color:  #254488;
}

.sidebar .lowerbox .newslist .newsteaser{
	display: block;
	font-weight: normal;
	color:  #254488;
}

.content{
	width: 478px;
	height: 413px;
	float: left;
	padding: 20px;
	background: #f1f0f0;
	border: solid 1px #00236f;
	overflow-y: auto;
}

.bottombar{
	height: 3px;
	width: 958px;
	overflow: hidden;
	border: solid 1px #00236f;
	background: url(images/bottom.gif) repeat-x left top;
}

.bottom{
	width: 100%;
	text-align: center;
	padding: 15px 0px;
}

.newslist{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.newslist li{
	display: block;
	padding: 0px;
	padding-bottom: 15px;
	margin: 0px;
}

.newslist .newsheadline{
	display: block;
	font-size:	1.1em;
	font-weight: bold;
}

.newslist .newsdate{
	display: block;
	font-weight: bold;
	color:  #254488;
}

.newslist .newsteaser{
	display: block;
	font-weight: normal;
	color:  #254488;
}


/************************************
	Bestilling
	************************************/
	
	table.order th{
		vertical-align: top;
	}
	
	table.order .label{
		font-weight: bold;
		text-align: right;
		vertical-align: top;
	}
	
	table.order .textfield, div.Calendar input.Calendar{
		border: solid 1px #002777;
		padding: 2px;
		font-size: 1em;
		width: 150px;
	}
	
	table.order .calendarfield{
		background: url(images/calendar.gif) no-repeat right center;
	}
	
	div.Calendar input.Calendar{
		margin-bottom: 3px;
	}
	
	table.order .ddlfield{
		border: solid 1px #002777;
		padding: 2px;
		font-size: 1em;
		width: 156px;
	}
	
	table.order .textfield.multiline{
		width: 100%;
		height: 75px;
	}
	
	div.Calendar fieldset {
		border: 0px;
		padding: 5px 0;
		margin: 0px;
		background: #002777;
		text-align: center;
	}
	div.Calendar fieldset button {
		width: 25px;
		margin-left: 3px;
		margin-right: 3px;
		border: 1px solid #ccc;
		padding: 2px;
		font: bold 11px Arial, Tahoma, Verdana, sans-serif;
		background: #fff;
	}
	div.Calendar fieldset input, div.Calendar fieldset select {
		border: 1px solid #ccc;
		padding: 2px;
		font: 11px Arial, Tahoma, Verdana, sans-serif;
		color: #000;
		width: 120px;
	}
	div.Calendar fieldset input {
		width: 35px;
		padding: 3px;
		margin-left: 3px;
	}
	div.Calendar table {
		width: 100%;
		border: 1px solid #ccc;	
	}
	div.Calendar td 
	{
		background-color: #fff;
		border-bottom: 1px solid #eee;
	}
	div.Calendar td a, div.Calendar td.disabled span {
		display: block;
		text-decoration: none;
		text-align: center;
		color: #000;
		padding: 3px;
	}
	div.Calendar td.disabled span {
		color: #aaa;
	}
	div.Calendar td a:hover {
		background-color: #ccc;
	}
	div.Calendar .CalendarWeekHeader, div.Calendar .CalendarHeader, div.Calendar .CalendarWeekNumber {
		background-color: #eee;
		font-weight: bold;
		padding: 3px;
	}
	div.Calendar .CalendarWeekHeader {
		text-align: center;
		background: #eee;
		color: #000;
	}
	div.Calendar .CalendarWeekNumber {
		text-align: center;
		width: 30px;
		border-right: 1px solid #999;
	}

	div.Calendar .CalendarHeader 
	{
		border-bottom: 1px solid #999;		
	}

	div.Calendar .CalendarWeekend {
		background-color: #bacee2;
	}
	div.Calendar .CalendarWeekend a {
		color: #666;
	}
	div.Calendar .CalendarToday {
		background-color: #fffbe2;
		color: #000;
		font-weight: bold;
	}
	div.Calendar .CalendarSelectedDate {
		background-color: #004995;
		color: #fff ! important;
		font-weight: bold;
	}

	div.Calendar .CalendarTitleBar 
	{
		height: 0px;
		position: relative;
		width: 100%;
	/*	width: 400px;*/
	}
	div.Calendar .CalendarTitle 
	{
		display: block;
	/*	width: 360px;*/
		margin-right: 20px;
		text-align: center;
		font-style: italic;
		font-weight: bold;
	}
	div.Calendar .CalendarTitleControls 
	{
		position: absolute;
		bottom: -20px;
		right: 4px;
		height: 16px;
		width: 16px;
		display: block;
	}
	div.Calendar .CalendarTitleControlClose 
	{
		display: inline-block;
		background: transparent url(images/icons/close_bw.png) no-repeat left center;
		width: 16px;
		height: 16px;
		color: #000;
		text-decoration: none;
		text-indent: -10000px;
	}
	div.Calendar .CalendarTitleControlClose span 
	{
		display: none;
	}
	div.Calendar td.CalendarOtherMonth a {
		color: #aaa;
	}
	div.Calendar td.CalendarOtherMonth a:hover {
		background-color: #eee;
		color: #aaa;
	}
	
	div.popupcalendar{
		display: none;
		position: absolute;
		width: 339px;
		height: auto;
	}