@charset "utf-8";
/* CSS Document */
/********************************************
   AUTHOR:  			Stephan Soderberg         	
 *******************************************/ 


/* top elements */
* { padding: 0; margin: 0; }

body  {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(images/bg.gif);
	background-color: #a2bacb;
	background-repeat: repeat-x;
	text-transform:none;
	text-decoration:none;
	color:#1A1A1A;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	}

/* links */
a { 
	color: #4284B0;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #9EC068;
	background-color: inherit;
	
}

/* headers */
h1, h2, h3 h4{
	color: #333;
	font-family: 'Trebuchet MS', Arial, Sans-serif;
	font-size: 1.5em;
	font-weight: normal;
}
h1 {
	font-size: 1.7em;
	color: #6297BC;
	line-height: 1.4em;
	font-weight: bold;
} 
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 0.9em;
}

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #4284B0;
}
ul span, ol span {
	color: #666666; 
}

/* menu tabs */
#header ul {
	z-index: 999999;
	position: absolute;
	margin:0;
	padding: 0;
	list-style:none;
	right: -4px;
	bottom: 6px !important;
	bottom: 5px;
	width: 556px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
   float:left;
   background: url(images/tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header a span {
   float:left;
   display:block;
   background: url(images/tabright.gif) no-repeat right top;
   padding:3px 15px 2px 8px;
   color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#FFF;
}
#header a:hover {
   background-position:0% -42px;
}
#header a:hover span {
   background-position:100% -42px;
}
#header #current a {
   background-position:0% -42px;
	color: #FFF;
}
#header #current a span {
   background-position:100% -42px;
	color: #FFF;
}
/* end menu tabs */

/***********************
	  LAYOUT
************************/

#wrap {
	background: #FFF;
	width: 820px; height: 100%;
	margin: 0 auto;	
	text-align: left;
}
#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
	background: #FFF;
}

/* header */

#header {
	position: relative;
	height: 85px;
	background-color: #FFF;
	background-image: url(images/headerbg.gif);
	background-repeat: repeat-x;
	background-position: 0% 100%;
}
	
#logo {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	float: left;
	width: 265px;
	height: 61px;
	margin-top: 13px;
	margin-left: 0px;
}

#header h2#slogan {
	position: absolute;
	left: 262px;
	color: #9dcdf2;
	text-indent: 0px;
	text-transform: none;
	width: 450px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 0.9em;
	line-height: 16px;
	}
	
	#header #se {
	position: absolute;
	left: 721px;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 30px;
	top: 20px;
	}
	
#header #dk {
	position: absolute;
	left: 753px;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 30px;
	top: 20px;
	}
	
#header #eng {
	position: absolute;
	left: 785px;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 30px;
	top: 20px;
	}
	/* main */	
#mainContent
 {
	margin: 0px;
	float: right;
	width: 75%;
	background-color: #FFF;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#wrap #content-wrap #mainContent p a:hover {
	border-bottom: 1px dotted #999;
}

#mainContent li {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #1A1A1A;
}

#mainContent #sound {
	color: #1A1A1A;
	height: 32px;
	width: 32px;
	float: right;
	margin: 0px;
	padding: 0px;
}

/* form elements */
form {
	margin:10px;
	padding: 0;
	border: 1px solid #f2f2f2;
	background-color: #F4F4F4;
}

form p {
	font-size: 1.2em;
	color: #666666;
}

label {
	display:block;
	font-weight:bold;
	margin:5px 0;
	font-size: 0.9em;
	color: #666666;
}

select {
	margin-bottom: 10px;
}

input {
	padding: 2px;
	border:1px solid #eee;
	color:#999999;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
textarea {
	width:300px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #4284B0;	
}

/* sidebar */
#sidebar {
	float: left;
	width: 23%;
	display: inline;
	height: 100%;
	margin: 0;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#sidebar img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 0 10px 15px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:normal;
	color: #65606C;
	text-decoration:none;
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	border-left:4px solid #CCC;
	min-height:18px;
	font-family: Arial, Helvetica, sans-serif;
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #339900;
	border-left:4px solid #9EC630;
}

#sidebar #current a {
    padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #339900;
	border-left:4px solid #9EC630;
}


/* Footer */
#footer {
	clear: both;
	color: #FFF;
	margin: 0;
	padding: 0;
	height: 50px;
	font-size: 95%;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #204187;
	background-color: #9dcdf2;
	background-repeat: repeat-x;
}
#footer a {
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}
#footer a:hover  {
	border-bottom: 1px dotted #FFF;
}
#footer .footer-left{
	float: left;
	width: 65%;
}
#footer .footer-right{
	float: right;
	width: 30%;
}

/* images */

img.no-border {
	border: none;
}
img.float-right {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
img.float-left {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
a img {  
  border: 2px solid #568EB6;
}
a:hover img {  
  border: 2px solid #CCC !important; /* IE fix*/
  border: 2px solid #568EB6;
}

/* alignment classes */
.float-left  {
	float: left;
	border: 5px solid #EBEBEB;
}
.float-right {
	float: right;
	border: 5px solid #EBEBEB;
}
.align-left  {
	text-align: left;
}
.align-right {text-align: right; }

/* additional classes */
.clear { clear: both; }
.green {	color: #9EC630; }
.blue {	color: #6297BC; }
.red {
	color: #FF0000;
	font-weight: bold;
	font-size: 13px;
}
.gray  {color: #BFBFBF; }
.pdf  {
	color: #666666;
	font-size: 12px;
	line-height: 14px;
}
.downloads {
	font-size: 18px;
	color: #333333;
}
.value  {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
