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

/* Versjon 2.1 september 2011 */
/* © Ove Haugland Jakobsen */

/* Tags */

body {
	background-color: #CCCCCC;
	background-image: url(graphics/bright-flower.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	font-family: Georgia, Calibri, Verdana, Arial, Helvetica, serif;
	font-size: 12px;
	font-style: normal;
	text-transform: inherit;
	color: #333333;
	line-height: 1.5em;
}
p {
	text-align: justify;
	font-size: 1.1em;
}
h1 {
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	color: #000;
	padding: 5px;
	background: #FFCCCC;
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc)); /* for webkit-nettlesere */
	background: -moz-linear-gradient(top,  #eee,  #ccc); /* for Mozilla-nettlesere */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc'); /* for IE */
	border: 1px solid #333;
}
h2 {
	font-size: 1.6em;
	font-weight: bold;
	color: #333333;
	padding-top: 10px;
}
h3 {
	font-size: 1.4em;
	font-weight: bold;
	color: #333333;
	padding-top: 10px;
}
table {
	border: 1px solid #000;
	border-collapse: collapse;
	color: white;
	text-align: left;
	width: 100%;
}
th {
	background-color:#322;
	border: 1px solid #000;
	font-size: 1.3em;
	font-weight: bold;
	padding: 5px;
}
tr td {
	border: 1px solid #000;
	font-size: 1.2em;
	font-weight: normal;
	padding: 5px;
}
tr.even {
	background-color: #433;
}
tr.odd {
	background-color: #544;
}
table.nav {
	border: 0px;
}
tr.nav td.nav {
	border: 0px;
	font-family: 'Trebuchet MS', Trebuchet, Arial, Verdana, sans-serif;
	font-size: 1.1em;
	padding: 5px;
}
a {
	outline: none;
}
a img {
	border: 1px solid #000;
}

/* IDs */

#body {
	background-image: url(graphics/bg_body.png);
	background-repeat: repeat-y;
	margin:0;
	padding:0;
	overflow:hidden;
	clear:both;
}
#content {
	margin:0;
	padding-left:25px;
	padding-right:25px;
	overflow:hidden;
	clear:both;
}
#footer {
	background-image: url(graphics/bg_bottom.png);
	height: 60px;
	margin:0;
	padding:0;
	overflow:hidden;
	clear:both;
}
#nav li {
	display:inline;
}
#nav ul {
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
	background-image: url(graphics/nav_button_normal.png);
	background-repeat: repeat-x;
}
#nav ul li a {
	color: #333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	border-right:1px solid #000000;
	height: 30px;
	padding-right: 10px;
	padding-left: 10px;
	display:block;
	line-height:30px;
	text-transform: none;
	text-decoration:none;
}
#nav ul li a:hover {
	color:#9999CC;
	background-image: url(graphics/nav_button_hover.png);
	background-repeat: repeat-x;
}
#nav ul li a:active {
	color:#9999CC;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

/* Classes */

.black {
	border: 0px ;
	font-family: Georgia, Calibri, Verdana, Arial, Helvetica, serif;
	font-style: normal;
	text-transform: inherit;
	color: #333333;
}
.yellow {
	border: 0px;
	background-color: #FF9;
	font-family: Georgia, Calibri, Verdana, Arial, Helvetica, serif;
	font-style: normal;
	text-transform: inherit;
	color: #333333;
}
.btxt {
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
}
.col {
	margin-bottom: 10px;
	overflow:hidden;
}
.col_left {
	float:left;
	width: 140px;
	margin: 0px;
	display:inline;
}
.col_left img {
	border:1px solid #333333;
}
.col_left p {
	margin: 0px;
	padding-right: 0px;
}
.col_right {
	margin-left: 160px;
}
.col_right p {
	margin: 0px;
	padding-left: 0px;
}
.col_right h3 {
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
}
.copyright_notice {
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	font-weight: normal;
	padding-right: 20px;
	padding-left: 20px;
	color: #666666;
	line-height: 1.4em;
}
.float_left_380 {
	float: right;
	margin-left: 20px;
	width: 380px;
	font-size: 0.8em;
	line-height: 1.5em;
}
.float_left_450 {
	float:right;
	margin-bottom: 20px;
	margin-left: 20px;
	width: 450px;
}
.impinfo {
	font-style:italic;
	color:#990000;
	text-align: justify;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: bold;
}
.info {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
	text-transform: uppercase;
}
.navright {
	float: right;
	margin: 0px;
}
.navleft {
	float: left;
	margin: 0px;
}
.noborder {
	border-style: none;
}
.spacer {
	padding: 10px;
}
.nav a {
	color:#FF6633;
	text-decoration: none;
}

