/*
 * General stylesheet for the site. Try to organize rules a bit and keep
 * related rules together.
 *
 * $Id: style.css,v 1.14 2006/03/17 14:11:36 fredriko Exp $
 *
 * The idea behind the main layout now is source ordered columns.
 * see: http://positioniseverything.net/ordered-floats.html
 * and/or: http://nemesis1.f2o.org/aarchive?id=1
 */


body {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	padding: 0px; /* Opera does not have a zero default */
	margin: 0px;
	background-color: #ffffff;
	/* This image fakes a 3 column layout that reaches bottom */
	/*background-image: url(/images/bg-3col.gif);*/
}

div {
	padding: 0px;
	margin: 0px;
}

.h1, .h2, .h3, .h3, .h4, .h5 {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	margin-bottom:5px;
	margin-top: 5px;
	line-height: 18px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	margin-bottom:5px;
	margin-top: 5px;
	line-height: 18px;
}
.h1, h1 {
	font-size: 28px;
	font-weight: bold;
	line-height: 29px;
}
h2, .h2{
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
}
h3, .h3 {
	font-size: 16px;
	font-weight: bold;
}
h4, .h4 {
	font-size: 13px;
	line-height: 14px;
}
h5, .h5 {
	font-size: 11px;
	line-height: 13px;
}
td {
 	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	text-decoration: none;
	color: #000;
}
.svart10px
{
 	font-family:arial,helvetica,sans-serif;
	font-size:10px;
	font-weight:normal;
	text-decoration: none;
	color: #000;
}
.svart11px
{
 	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	text-decoration: none;
	color: #000;
}
.svart11pxfet
{
 	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration: none;
	color: #000;
}
.svart12px
{
 	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration: none;
	color: #000;
}
.svart12pxfet
{
 	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	color: #000;
}

.rod12pxfet
{
 	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	color: #990000;
}
.rod11pxfet
{
 	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration: none;
	color: #990000;
}
.rod10px
{
 	font-family:arial,helvetica,sans-serif;
	font-size:10px;
	font-weight:normal;
	text-decoration: none;
	color: #990000;
}

a:link    { font-family:arial,helvetica,sans-serif;font-size:11px;font-weight:normal;text-decoration: none;color: #000; }
a:active  { font-family:arial,helvetica,sans-serif;font-size:11px;font-weight:normal;text-decoration: none;color: #000;}
a:visited { font-family:arial,helvetica,sans-serif;font-size:11px;font-weight:normal;text-decoration: none;color: #000; }
a:hover   { font-family:arial,helvetica,sans-serif;font-size:11px;font-weight:normal;text-decoration: underline;color: #000; }

a.normal:link    { font-family:arial,helvetica,sans-serif;font-size:11px;font-weight:normal;text-decoration: underline;color: #000; }
a.normal:active  { font-family:arial,helvetica,sans-serif;font-size:11px;font-weight:normal;text-decoration: underline;color: #000;}
a.normal:visited { font-family:arial,helvetica,sans-serif;font-size:11px;font-weight:normal;text-decoration: underline;color: #000; }
a.normal:hover   { font-family:arial,helvetica,sans-serif;font-size:11px;font-weight:normal;text-decoration: underline;color: #000; }

.paragraph
{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}

input, select, textarea
{
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	padding-left: 2px;
	background: #eaeaea;
	border: 1px solid #919191;
}

.form_label {
	font-family: arial, helvetica, sans-serif;
	color: #3c3c3c;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-right: 0px;
}
.form_error {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: red;
}


/*
 * Main layout
 */

#frame {
	width: 1200px;
	padding:0;
	margin:0;
}

#header {
	position: relative;
/* 	overflow: hidden; */
	width: 105%;	/* This header width is for IE Mac only */
	background-color: #ffffff;
	/*height: 74px;*/
	/* IE-HACK Begin (Box model hack for IE 5.x Win)*/
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 95px;
	/* IE-HACK End */
}

#header img.logo {
	padding-top: 10px;
}
#header img.logo2 {
	padding-left: 10px;
}
#header td {
	margin-bottom: 10px;
	height: 5px;
}

#headerWrapper {
	width: 649px;
	margin:0;
	padding:0;
	border-bottom: 2px solid #d1d1d1;
	border-top: 2px solid #ebebeb;
}

/* MAC-HACK Begin - IE Mac does not see this \*/
#header {
	width: 649px;
}
/* End */

div.header {
	position: absolute;
}

#date {
	top: 55px;
	left: 105px;
}
#login {
	top: 3px;
	left: 490px;
	margin-bottom:3px;
}
#internet {
	top: 66px;
	left: 445px;
	margin-bottom:3px;
	height:11px;
}
#paper1 {
	top: 3px;
	right: 17px;
	margin-bottom:3px;
}

#paper2 {
	top: 3px;
	right: 17px;
	margin-bottom:3px;
}


#logo {
	top: 14px;
/* 	bottom: 0px; */
}

#topmenu {
	top: 0px;
	height:24px;
	width:650px;
    background-color: #ebebeb;
}

#menu {
	top: 74px;
}
#menu.header {
	top: 71px;
}
#menu.header img.header {
	margin-top: 0px;
}


#menu.header input.header {
	margin-bottom: 3px;
	height:10px;
	width:63px;
}
#menu.header input.radio {
	margin-left: 6px;
	margin-bottom: 3px;
	height:10px;
	width:10px;
    padding:1px 5px 1px 5px;
    background-color:#ffffff;
    cursor: default;
}
#menu.header table {
	/*margin-left: 6px;
	margin-bottom: 3px;
	height:10px;
	width:10px;
    padding:1px 5px 1px 5px;
    background-color:#ffffff;
    cursor: default;*/
}
#menu.header td {
	/*margin-left: 6px;
    padding:1px 5px 1px 5px;
    background-color:#ffffff;
    cursor: default;*/
}


#imgtopmenu {
	margin-bottom: 2px;
	margin-left:2px;
	margin-right:2px;
}

#navigation {
	padding:0;
	margin:0;
	float: left;
	width: 100px;
	background: #ebebeb;
/* 	margin-right: 10px; */
}

#topNavigation {
	top: 12px;
	left: 490px;
}



#verticalad{
	top: 5px;
	left: 655px;
}



#wrapper {
	float: left;
/* 	overflow: hidden; */
	width: 655px;
}



.select {
	width: 103px;
	margin-top: 4px;
	font-size: 11px;
	background-color: #eaeaea;
}

#search {
	width: 120px;
	margin-left: 5px;
	font-size: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted black;
}

span.search_label {
	font-weight: bold;
	font-size: 12px;
}

input.search {
	width: 120px;
	font-size: 11px;
	background-color: #e5eaf5;
}

#display {
	width: 103px;
	margin-left: 5px;
}

div.display {
	margin-top: 5px;
}

#mainAreaContent {
	float: left;
	width: 537px;
	margin: 0;
	padding: 0;
	margin-left:10px;
}

div.main_content {
	margin: 0px;
	padding-right: 5px;
    width: 355px;
    overflow: hidden;
}
#superEttaContent {
    width: 410px;
    overflow: hidden;
}
#footer {
	background-color: #ffffff;
	padding-top: 5px;
	clear: both;
	margin-top: 20px;
	margin-bottom: 0px;
    padding-bottom: 10px;
    width: 537px;
    color: #616161;
    border-top: 3px solid #616161;
}
#footer span.paper {
	font-weight: bold;
	font-size: 11px;
	color: #ce001c;
}
#footer a, #footer a:hover, #footer a:visited {
	color: #616161;
	text-decoration: underline;
}


/*
 * Header p?underetta (etta?)
 */

#header1 {
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #dddddd;
	/*width: 100%;*/
/* 	overflow: hidden; */
}

#headerMixa {
	margin-top: 5px;
	margin-bottom: 0px;
	width: 100%;
}


#header1 br {display: none;}

div.header1_text {
	width: 300px;
}


h1.header1 {
 	font-size: x-large;
	margin: 0px;
	padding: 0px;
}

div.header1_links {
	text-align: right;
	width: 200px;
	float: right;
}

div.greyHeader
{
	width:100%;
	background-color: #484848;
	margin-bottom: 2px;
}

div.menuItemGreyBorderLeftBottom
{
	border-left: 2px solid #D2D2D2;
	border-bottom: 2px solid #D2D2D2;
	padding-left: 4px;
	padding-bottom: 4px;
}

#qod {
	background-color: #f0ecd1;
}

#links {
	margin:0;
	padding:0;
	width: 115px;
	float: right;
}

#links-container {
/* 	margin-left: 10px; */
}

#links1 {
/* 	overflow: hidden; */
	width: 164px;
	float: right;
	border-left: 1px solid #7f7f7f;
}
div.links1 {
/* 	overflow: hidden; */
	width: 164px;
	float: right;
	border-left: 1px solid #7f7f7f;
}

#links2 {
/* 	overflow: hidden; */
	width: 190px;
	float: right;
	border-left: 1px solid #7f7f7f;
}
div.links2 {
/* 	overflow: hidden; */
	width: 190px;
	float: right;
	border-left: 1px solid #7f7f7f;
}

#links1NoBorder {
/* 	overflow: hidden; */
	margin-top: 20px;
	width: 164px;
	float: right;
}
div.links1NoBorder {
/* 	overflow: hidden; */
	width: 170px;
	float: right;
}

#links2NoBorder {
/* 	overflow: hidden; */
	width: 170px;
	float: right;
}
div.links2NoBorder {
/* 	overflow: hidden; */
	width: 170px;
	float: right;
}

#puffs1 {
	float: left;
}


#footer a, #footer a:hover, #footer a:visited {
	text-decoration: underline;
}

.contact-info {
	margin-top: 10px;
	margin-bottom: 10px;
/* 	margin-left: 5px; */
}
.contact-header-red {
	padding-top: 2px;
	padding-bottom: 2px;
	background: #ce0021;
	width: 100%;
}
.contact-header-red img {
	margin:0px;
	padding:0px;
	padding-left: 5px;
}
.contact-header-blue {
	padding-top: 2px;
	padding-bottom: 2px;
	background: #196e98;
	width: 100%;
}
.contact-header-blue img {
	margin:0px;
	padding:0px;
	padding-left: 5px;
}
.contact-text {
	margin-top: 2px;
	padding-bottom: 5px;
	background: #eaeaea;
}
.contact-text p {
	margin:0px;
	padding:0px;
	padding-left: 5px;
}
div.box {
	border: 0.5px solid #ebebeb;
	margin-top: 5px;
	margin-bottom: 10px;
}
#pdfpromo {
	padding:0;
	margin:0;
	background: #d5cfa7;
	width: 223px;
	text-align: left;
	font-size: 10px;
	font-weight: normal;
}
#pdfpromo span.svart11px {
	padding-left:8px;
	padding-right:5px;
	padding-bottom: 10px;
	display: block;
}

/* some new styles for pdf */
a.orange:link    { font-family:arial,helvetica,sans-serif;font-size:11px;font-weight:normal;text-decoration: underline;color: #FF5F00; }
a.orange:active  { font-family:arial,helvetica,sans-serif;font-size:11px;font-weight:normal;text-decoration: underline;color: #FF5F00;}
a.orange:visited { font-family:arial,helvetica,sans-serif;font-size:11px;font-weight:normal;text-decoration: underline;color: #FF5F00; }
a.orange:hover   { font-family:arial,helvetica,sans-serif;font-size:11px;font-weight:normal;text-decoration: underline;color: #FF5F00; }
.orange {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: #FF5F00;
	margin-bottom:5px;
	margin-top: 5px;
	margin-right: 5px;
	line-height: 18px;
}
.white {
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
	margin-bottom:5px;
	margin-top: 5px;
	margin-left: 5px;
	line-height: 18px;
}
.lightGrey
{
	width:100%;
	background-color: #D9D9D9;
	margin: 5px;
}
.darkGrey
{
	width:100%;
	background-color: #272727;
	margin: 5px;
}


