﻿BODY
{
	font-family : Sans-Serif;
	font-size : small;
}
FORM
{
	width : 80%; /* width of content window -- create margin left and right */
	margin : auto;
	background-color : #EEEEFF;
}
@media print 
{
	FORM
	{
		width : auto;
	}
}
TABLE
{
	border-collapse : collapse;
	/*width : 100%;*/ /* causes problems in IE6 */
}
TABLE.layout
{
	width : 100%;
}
TR
{
	vertical-align : top;
}
TH, TD
{
	margin : 0px;
	padding : 0px;
}
H1
{
	text-align : center;
	margin-bottom : 0em;
}
H1 A
{
	text-decoration : none;	
}
H5
{
	font-size : 100%;
	font-style : italic;
}
A IMG
{
	border : none;
}
ABBR
{
	border : none;
}
DL[compact] DT 
{
	float : left; padding-right : 1ex;
}
DT
{
	font-weight : bold;
}
UL
{
	padding : 0px;
	margin : 0px;
}
UL LI
{
	margin-left : 1em;
}
LABEL
{
	font-weight: bold;
}
LABEL.text
{
	display: block;
	padding: 0.5em 0em 0.2em 0em;
}
INPUT.text
{
	width: 100%;
}
#header
{
	/*height : 10em;*/
}
#header H1 IMG 
{
	padding: 0.5em;
}
#header, #footer
{
	color : White;
	background-color : #9cbed8;
	background-image : url(banner.jpg);	
	background-position : center center;
}
#title
{
	height : 1em;
}
#langswitch
{
	text-align: right;
	padding : 1em;
	padding-top : 0em;
}
#langswitch A
{
	color: White;	
	text-decoration: none;
}
#menu
{
	width : 20%;
	background-color : #DDDDFF;
}
#menu UL
{
	list-style-type : none;
}
#menu UL LI
{
	margin-left : 0px;
	padding : 1px; /* needed to fix bug in IE6 ? */
}
#menu UL A
{
	display : block;
	padding : 0.2em;
	text-decoration : none;
	color : Black;
}
#menu UL UL LI
{
	padding-left : 1em;
}
#menu UL A:hover
{
	background-color : #CCCCFF;
}
#menu LI.disabled A 
{
	color : Silver;
	cursor : text;
}
#menu LI.disabled A:hover
{
	background-color : #DDDDFF;
}
#bodywrapper
{
	float : left;
	width : 100%;
}
.intro
{
	font-weight : bold;
}
#body
{
	padding: 1em;
	width : 80%;
}
#body A
{
	text-decoration : none;
	color : blue;
}
#body A:hover
{
	background-color : #CCCCFF;
}
.nowrap
{
	white-space : nowrap;
}
/*.col1
{
	float: left;
	width: 45%;	
}
.col2
{
	width : 45%;
}*/
.formsection, .section
{
	clear : both;
	margin-bottom: 1em;
}
#submitsection
{
	padding-top: 2em;
	text-align: right;
}
.photocolumn
{
	float : right;
	width : 1%;
	text-align : right;
	font-size : smaller;
	margin-left : 1em;
}
.photocolumn IMG
{
	margin : 0.25em;
	margin-right : 0em;
}
.photocolumn P
{
	margin : 0em;
}
TABLE.timeplan
{
	border : solid 2px gray;
	width : auto;
}
TABLE.timeplan TD
{
	border : solid 1px silver;
	padding : 1em;
	text-align : center;
	width : 33%;
	font-weight : bold;
}
TABLE.timeplan .time
{
	width : 1%;
	white-space : nowrap;
	font-weight : normal;
}
TABLE.timeplan .info
{
	font-weight : normal;
	text-align : left;
	font-style : italic;
	margin-top : 1em;
}
:target 
{
	margin : -10px;
	padding : 0px 5px;
	border : solid 5px yellow;
	background-color : #FFFFFF;
}
.logos, .logos-small
{
	text-align : center;
}
.logos IMG
{
	padding : 10px;
}
.logos A:hover
{
	background-color : transparent !important;
	border-bottom : solid 3px #CCCCFF;
}
.logos-small IMG
{
	padding : 4px;
}
.divider
{
	height : 1px;
	background-color : #1f6177;
	margin : 5px 0px;
}
#frontpage
{
	font-size : x-large;
}
#frontpage #itemlist
{
	width : 100%;
	margin-top : 1em;
}
#frontpage #itemlist TD
{
	padding : 0.2em 0.5em;
}
#frontpage #itemlist TH
{
	padding-bottom: 1em;
	font-style: italic;
}
#frontpage .col_left
{
	text-align : right;
}
#frontpage H2
{
	text-align : center;
}
#tilleggshoteller A
{
	display : block;
	text-decoration : none;
	color : Black;
	clear : both;
	margin : -1em;
	padding : 1em;
}
#tilleggshoteller A:hover
{
	background-color : #CCCCFF;
}
#tilleggshoteller A H3
{
	margin-top : 0px;
}
#tilleggshoteller IMG
{
	float : right;
	border : solid 1px black;
	margin-left : 1em;
}
#lenker UL
{
	list-style-type : none;
}
#lenker UL LI
{
	margin-left : 0px;
}
#footer
{
	clear : both;
}
