@charset "utf-8";
/* CSS Document */

body, index, html, ul, li, form, input, textarea, h1, h2, h3, h4, h5, h6 {margin: 0; padding: 0;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#f9f9f9;
	color: #0c404e;
}


h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, "Times New Roman", Times, serif; font-weight:normal;
}

h1 {font-size:30px;}
h2 {font-size:15px; font-weight: bold;}
h3 {font-size:12px; font-weight: bold;}

.border {
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #fff;
}

a, a:active, a:visited{
	color:#195668;
	text-decoration:none;
}

a:hover {
	color:#3e9ae5;
}

#topborder {
	width: 100%;
	height: 76px;
	background:url(img/body-bg.png) repeat-x;
	border-bottom: 1px solid #255462;
	}
	
.container {
	width:669px;
	margin: 0 auto;
}
/* Menu start*/
#menu {
	width: 420px;
	height: 76px;
	float: right;
}

#menu li {
	width:91px;
	height:44px;
	list-style:none;
	float:left;
	padding:32px 0 0 0;
	text-align:center;
	
}

#menu li a, #menu li a:active, #menu li a:visited {
	color:#f5f5f5;
	text-decoration:none;
	font-size:12px;
	font-family: Arial, Verdana, Geneva, sans-serif;
}

.hover {
	background:url(img/meny-hover.png);
}
/* Menu stop*/

/* Header start*/
#header {
	width:100%;
	height:279px;
	border-top: 1px solid #0216lc;
	border-bottom: 1px solid #255462;
	background: url(img/header-bg.png) no-repeat center #02242e;
}

.header-col1 {
	width: 335px;
	height:auto; 
	float:left;
	margin: 23px 0 0 0 ;
}

.header-col2 {
	width: 260px;
	height:auto;
	float:right;
	margin: 23px 0 0 0 ;
	padding: 20px 0 0 0 ;
	color:#f0f0f0;
	font-family:Georgia, "Times New Roman", Times, serif;
}
/* Header stop*/



.content {
	width: 425px;
	height:auto;
	float:left;
	padding: 33px 0 0 0 ;
}


/* Sidebar start*/
.sidebar {
	width: 229px;
	height:auto;
	float:right;
	padding: 33px  0 0 0;
	background:url(img/col-2-bg.png) repeat-y;
}
	
	
.sidebar-bottom {
	width:229px;
	clear: both;
	background:url(img/col-2-bot.png);
	height:36px;
	}

.sidebar-content {
	width: 200px;
	padding: 13px;
}


.sidebar .sidebar-content, .sidebar .border{
	margin: 0 0 0 2px;
}
/* Sidebar stop*/


#search-form {
	background:#fff;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	border-left: none;
	border-right: none;
	height:25px;
	width:152px;
	font-family:arial, "Times New Roman", Times, serif;
	color:#bebebe;
	font-weight:normal;
	font-size:12px;
	font-style:italic;
	padding:10px 0 0 0;
}

#search-button {
	background:url(img/search-button.png);
	border:0px;
	width:35px;
	height:39px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#99ccda;
	font-weight:bold;
	font-size:10px;
	font-style:italic;
}
