﻿@charset "UTF-8";

/*********************************************** 
----> LAYOUT
***********************************************/

* {
	padding: 0;
	margin: 0;
}
body{
	margin: 0px;
	background: #8b8b8b;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
}

#container 
{
	background-image: url(../graphics/bg_main2.jpg);
	text-align: left;
	width: 970px;
	margin: 0px auto;
	margin-top: -51px;
	border: solid 0px red;
	padding-left: 35px;
	padding-right: 45px;
	overflow:hidden;
}

div.ie6msg 
{
	width: 582px;
	height: 40px;
	border: solid 1px gray;
	background-color: green;
	margin-bottom: 10px;
	color: White;
	padding-left: 5px;
	padding-bottom: 5px;
}

div.ie6msg h1
{
	font-size: 15px;
	color: White;
}

div.ie6msg a
{
	color: White;
	font-weight: bold;
	text-decoration: underline;
}

#grid {
	width: 970px;
	margin: 0 auto;
}
#banner 
{
	
	height: 150px;
	background-color: #eee;
	/*
	border: #000 solid 1px;
	*/
}
#header {
	height:130px;
	background-color: #ccc;
	/*
	border-left: #000 solid 1px;
	border-right: #000 solid 1px;
	*/
}
#colWrapper 
{
	background-color: #fff;
	background-image: url(../graphics/bakgrunn_colWrapper.jpg);
	float: left;
	/*
	border: #000 solid 1px;
	*/
}
#colA {
	float: left;
	width: 160px;
	margin-left: 10px;
	margin-top: 10px;
}
#colB {
	width: 615px;
	background-color: #fff;
	float: left;
}
#colC {
	width: 184px;
	background-color: #fff;
	float: right;
	padding-right: 1px;
}
#footer {
	width: 968px;
	margin: 0px auto;
	border: solid 0px red;
	padding-left: 40px;
	padding-right: 40px;
	height: 35px;
	background-image: url(../graphics/bg_footer2.jpg);
	color: White;
	text-align: center;
	padding-top: 5px;
}

div.articleBox
{
	border: solid 1px silver;
	width: 568px;
	padding: 10px 10px 10px 10px;
	margin-bottom: 10px;
	overflow: hidden;
}

div.calendar
{
	border: solid 1px silver;
	width: 568px;
	padding: 10px 10px 10px 10px;
	margin-bottom: 10px;
	overflow: auto;	
}

.artIMG
{
	padding-right: 5px;
	padding-top: 5px;
}

img
{
	margin: 0x 0px 0px 0xp;
	
}

#mainContent
{
	padding: 10px 10px 10px 10px;
	width: 590px;
	border-right: #ccc solid 1px;
}

div.image
{
 float: left;
 padding-bottom: 1px;
 padding-right: 5px;
}

.lanFlag
{
	margin: 3px;
	border: 0px;
	width: 40px;
}

/*********************************************** 
----> ADS
***********************************************/

div#articleAd
{
	width: 586px;
	height: 125px;
	margin-bottom: 10px;
	
}
div#topAd
{
	width: 968px;
	height: 150px;
	margin-bottom: 0px;
	text-align: center;
}

div#topAdNote
{
	margin: 0px auto;
	border: solid 0px red;
	position:relative;
	text-align:center;
	margin-right: 991px;
	z-index: 100;
}

div#rightAD
{
	float: right;
}

.textAd2
{
	clear: both;
	margin-top: 10px;
}

/*********************************************** 
----> NAVIGATION
***********************************************/

.nav {
	list-style-type: none;
}
#bar ul.nav li {
	display: inline;
	padding: 2px 0 0 10px;
	float: left;
}
#colA ul.nav {
	padding: 20px 0 0 10px;
}

/*********************************************** 
----> TYPOGRAPHY
***********************************************/

h1, h2, h3
{
	margin: .2em 0 .2em 0;
	padding: 0;
}

.articleIngress
{
	font-style:italic;
	font-size: 12px;
	line-height: 16px;
	margin: 10px 0px 10px 0px;
}

.ingress
{
	font-size: 10px;
	color: #444444;
	text-decoration: none;
	font-weight:lighter;
	margin: 0px 0px 10px 0px;
}

.heading
{
	color: #333333;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
}

a
{
	color: #bf0630;
	text-decoration: none;
}
a:hover
{
	color: #fff;
	background: #bf0630;
	text-decoration: none;
}


a.heading:hover
{
	color: #fff;
}

a.imgLink
{ border: none;}

a.imgLink:hover
{
	background: none;
}

a.adLink:hover
{
	background: none;
}

div.imageText
{
	font-style:italic;
	padding-left: 10px;
}

/*********************************************** 
----> TEMPLATE INFO
***********************************************/

ul.browser {
	list-style-type: none;
	padding: 0 0 10px 40px;

}
