/*
Site: RAMSIGN
Author: Adam Barry
Date: 15 november 2005
----------------------------------------------------------*/

/***********************************************************
General style definitions = applicapable to entire site
***********************************************************/
body {
	background-color: white;
	font-family: arial, verdana, "trebuchet ms", sans-serif;
	font-size: small;
	color: black;
	text-align: center;
	margin: 0px;
	cursor: default;
}

h1, h2, h3, h4 {
	margin-top: 0px;
}

h1:first-letter {
	text-transform: capitalize;
}

h2:first-letter {
	text-transform: capitalize;
}

h3:first-letter {
	text-transform: capitalize;
}

h1 {
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 0;
}

h2 {
	background-color: inherit;
	font-size: 120%; 
	font-weight: bold;
	color: #064747;
	text-align: left;
	margin-top: 0; 
	margin-bottom: 0;
}

h3 {
	clear: right;
	background-color: inherit;
	font-size: 120%; 
	font-weight: bold;	 
	color: #064747;
	text-align: left;
	margin-top: 0; 
	margin-bottom: 0;
}

h4 {
	background-color: inherit;
	font-size: 160%;
	font-weight: bold;
	color: #000000;
	text-align: left;
	margin-top: 0; 
	margin-bottom: 0;
}

p {
	font-size: 93%;
	text-align: left;
	line-height: 130%;
	margin-top: 0px;
	margin-bottom: 8px;
}

ul {
	font-size: 93%;
	text-align: left;
}

a {
	background-color: inherit;
/*	font-weight: bold;*/
	color: #37658F;

}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}


/* Special styles used throughout the site
----------------------------------------------------------*/
.hidden {
	display: none;
}


/***********************************************************
Global Layout = Overall container definition
***********************************************************/
#site { /* Global site container*/
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	color: inherit;
}


/***********************************************************
Language selector
***********************************************************/
#languageSelector {
	width: 100%;
	background-color: white;
	color: inherit;
	text-align: right;
	margin-top: 2px;
	margin-bottom: 3px;
	float: right;
}

#languageSelector ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: right;
}

#languageSelector li {
	display: inline;
}

#languageSelector a {
	margin-left: 5px;
	float: left;
}

#languageSelector span {
	display: none;
}


/* language flags
----------------------------------------------------------*/
#languageSelector #en {
	width: 18px;
	height: 12px;
	background-image: url(../layout/languageSelector/flag_en.gif);
	background-position: left;
	background-repeat: no-repeat;
}

#languageSelector #de {
	width: 18px;
	height: 12px;
	background-image: url(../layout/languageSelector/flag_de.gif);
	background-position: left;
	background-repeat: no-repeat;
}

#languageSelector #fr {
	width: 18px;
	height: 12px;
	background-image: url(../layout/languageSelector/flag_fr.gif);
	background-position: left;
	background-repeat: no-repeat;
}

#languageSelector #es {
	width: 18px;
	height: 12px;
	background-image: url(../layout/languageSelector/flag_es.gif);
	background-position: left;
	background-repeat: no-repeat;
}

#languageSelector #da {
	width: 18px;
	height: 12px;
	background-image: url(../layout/languageSelector/flag_dk.gif);
	background-position: left;
	background-repeat: no-repeat;
}

#languageSelector #sv {
	width: 18px;
	height: 12px;
	background-image: url(../layout/languageSelector/flag_sv.gif);
	background-position: left;
	background-repeat: no-repeat;
}

#languageSelector #no {
	width: 18px;
	height: 12px;
	background-image: url(../layout/languageSelector/flag_no.gif);
	background-position: left;
	background-repeat: no-repeat;
}

/***********************************************************
Logo
***********************************************************/
#logo {
	width: 750px;
	height: 95px;
	background-image: url(../layout/ramsign-top-banner.jpg);
	background-position: 5px 5px;
	background-repeat: no-repeat;
	color: inherit;
	cursor: pointer;
	float: left;
}

#logo h1, #logo h2, #logo p {
	display: none;
}


/***********************************************************
Banner
***********************************************************/
#banner {
	width: 750px;
	height: 95px;
	background-image: url(../layout/ramsign-top-banner.jpg);
	background-repeat: no-repeat;
	color: inherit;
	cursor: pointer;
	float: left;
}


/***********************************************************
Navigation
***********************************************************/
#navigation {
	width: 100%;
}



/* Navigation: Submenu
----------------------------------------------------------*/
#navigation li ul {
	background-color: white;
	color: inherit;
	padding: 0;
	margin-top: -1px;
	margin-left: 0;
	display: none;
	float: left;
	position: absolute;
	top: 23px;
	left: 0;
}

#navigation li ul li {
	list-style-type: none;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 0;
	margin: 0;
	display: block;
	clear: both;
	float: left;
}

#navigation li ul li a {
	width: 125px;
	height: auto;
	background-color: white;
	color: #336666;
	padding-left: 3px;
	padding-right: 3px;
	margin-top: 0;
	float: left;
}

#navigation li ul li a:hover {
	background-color: white;
	color: #ff8000;
}

#navigation li ul li.first {
	border-top: none;
}

#navigation li:hover > ul {
	display: block;
}


/* Navigation: Submenu - anchors
----------------------------------------------------------*/
#navigation .blue {
	background-image: url(../layout/navigation/blaa.jpg);
	background-position: 0 3px;
	background-repeat: no-repeat;
	padding-left: 25px;
}

#navigation .kve {
	background-image: url(../layout/navigation/kve.jpg);
	background-position: 0 3px;
	background-repeat: no-repeat;
	padding-left: 25px;
}

#navigation .red {
	background-image: url(../layout/navigation/roed.jpg);
	background-position: 0 3px;
	background-repeat: no-repeat;
	padding-left: 25px;
}

#navigation .oslo {
	background-image: url(../layout/navigation/oslo.jpg);
	background-position: 0 3px;
	background-repeat: no-repeat;
	padding-left: 25px;
}

#navigation .arrow {
	background-image: url(../layout/navigation/arrow.jpg);
	background-position: 0 3px;
	background-repeat: no-repeat;
	padding-left: 25px;
}

/***********************************************************
Content container
***********************************************************/
#contentContainer {
	margin-bottom: 5px;
	float: left;
}


/***********************************************************
Preamble
***********************************************************/
#preamble {
	width: 275px;
	background-color: #e2e9ef;
	color: inherit;
	padding: 5px;
	float: left;
}


/***********************************************************
Content
***********************************************************/
#content {
	float: left;
}


/***********************************************************
Address
***********************************************************/
#address {
	width: 100%;
	border-top: 1px solid #e5e5e5;
	float: left;
}

#address p {
	background-color: inherit;
	font-family: verdana, arial;
	font-size: 75%;
	color: #808080;
	text-align: center;
	margin-top: 6px;	
}

#address a {
	background-color: inherit;
	font-family: arial, verdana;
	font-size: 120%; 
	font-weight: bold;
	text-decoration: none;
	color: #e5550f;
}

#address a:hover {
	text-decoration: underline;
}


/***********************************************************
Footnavi
***********************************************************/
#footnavi {
	width: 100%;
	border-top: 1px solid #e5e5e5;
	float: left;
	padding: 5px;
	margin-top: 5px;
}

#footnavi p {
	background-color: inherit;
	font-family: verdana, arial;
	font-size: 105%;
	color: #000000;
	text-align: left;
	margin-top: 6px;
}

#footnavi a {
	background-color: inherit;
	font-family: arial, verdana;
	font-size: 90%; 
	text-decoration: none;
	color: #808080;
	padding-left: 5px;
	padding-top: 7px;
	letter-spacing: 1px;
}

#footnavi a:hover {
	text-decoration: underline;
}


/***********************************************************
Sites
***********************************************************/
#sites {
	display: none;
}


/***********************************************************
Hacks to overcome IE's float bugs:
	* Randomly appearing text (text from the last
	  floated element in the markup).
***********************************************************/
/* Start: Hide from IE5-mac. Only IE-Win sees this. \*/
 
* html p {
  	height: 1%;
  }

/* End: Hide from IE5/mac */