@import url('style_nav.css');

/* Tags */

body { 
	padding:0;
	margin:0;
	font:10px "Verdana", sans-serif;
	color:#000000;
	background:#F2F2F2;
}

a:link, a:visited	{
	font-family:Verdana;
	font-size:1.0em;
	text-decoration:none;
	color:#2B8D94;
}
a:hover {
	font-family:Verdana;
	font-size:1.0em;
	color:#000000;
}

img {
	border:0;
	display:block;
}

td {
	padding-top:0;
	padding-bottom:0;
	font-family:Verdana;
	font-size:1.0em;
	line-height:1.2em;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}

h1 {
	line-height:1.2em;
}

/* Layers */

#maincontainer {
	width:940px;
	background-color:#FFFFFF;
	border:0;
	margin:auto;
	background:url(/img/sidebars.gif) repeat-y top left;
}

#middlecontainer {
	position:relative;
	top:0;
	left:10px;
	width:910px;
	background-color:white;
	border:0;
	background-image: url('/img/middlecontainer_bg.gif');
	background-repeat: repeat-y;
}

#rightcontainer {
	position:relative;
	float:left;
	top:0;
	left:0;
	width:723px;
	background-color:#FFFFFF;
	border:0;
}

#header {
	position:relative;
	top:0;
	left:10px;
	width:910px;
}

#navigering {
	position:relative;
	float:left;
	top:0;
	left:0;
	width:187px;
	background-color:#F2F2F2;
	border:0;
}

#main {
	position:relative;
	float:left;
	top:0;
	left:0;
	width:440px;
	background-color:#FFFFFF;
	border:0;
}

#right {
	position:relative;
	float:left;
	top:0;
	left:0;
	width:283px;
	background:#FFFFFF;
	border:0;
}

#main_right {
	position:relative;
	float:left;
	top:0;
	left:0;
	width:700px;
	background:#FFFFFF;
	border:0;
}

#footer {
	position:relative;
	width:940px;
	height:160px;
	color:#555555;
	text-align:center;
	background:url(/img/fotnot.jpg) no-repeat;
	border:0;
}

/* Links */

.link_green:LINK, .link_green:VISITED {
	font-family:Verdana;
	font-size:1.0em;
	line-height:1.5em;
	color:#2B8D94;
	background-color:#F2F2F2;
}

.link_green:HOVER {
	font-family:Verdana;
	font-size:1.0em;
	line-height:1.5em;
	color:#000000;
	background-color:#F2F2F2;
}

.link_news:LINK, .link_news:VISITED	{
	font-family:Verdana;
	font-size:1.0em;
	line-height:1.5em;
	color:#2B8D94;
	background-color:#FFFFFF;
}

.link_news:HOVER {
	font-family:Verdana;
	font-size:1.0em;
	line-height:1.5em;
	color:#000000;
	background-color:#FFFFFF;
}

.link_bottom:LINK, .link_bottom:VISITED	{
	font-family:Verdana;
	font-size:1.0em;
	line-height:1.5em;
	color:#555555;
}

.link_bottom:HOVER {
	font-family:Verdana;
	font-size:1.0em;
	line-height:1.5em;
	color:#2B8D94;
}

/* Classes */

.clear {
	clear:both;
}

.height_spacer10 {
	height:10px;
}

.height_spacer15 {
	height:15px;
}

.height_spacer20 {
	height:20px;
}

.height_spacer25 {
	height:21px;
}

.pad_sides {
	padding:0 25px 0 25px;
}

.pad_left {
	padding:0 0 0 25px;
}

.pad_left10 {
	padding:0 0 0 10px;
}

.rubrik {
	font-family:Verdana;
	font-size:1.5em;
	line-height:2.0em;
	color:#000000;
	background-color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

.rubrik_small {
	font-family:Verdana;
	font-size:1.3em;
	line-height:1.5em;
	color:#000000;
	background-color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

.rubrik_small_blue {
	font-family:Verdana;
	font-size:1.3em;
	line-height:1.5em;
	color:#5989F6;
	background-color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

.ingress {
	font-family:Verdana;
	font-size:1.0em;
	line-height:1.2em;
	color:#000000;
	background-color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

.LeftPadding20 {
	padding:0 0 0 20px;
}

.dotted_line {
	margin:2px 0 0 0;
	margin-left:20px;
	border:0;
	border-top:1px dotted #000000;
}

/* IE Fix */
* html .dotted_line {
	border-top:none;
	height:0;
	background: url(/img/dotted_line.gif) no-repeat top;
}

.dotted_line2 {
	margin:2px 0 0 0;
	margin-left:0;
	border:0;
	border-top:1px dotted #000000;
}

/* IE Fix */
* html .dotted_line2 {
	border-top:none;
	margin-left:-40px;
	height:0;
	background: url(/img/dotted_line.gif) no-repeat top;
}

.dotted_line3 {
	margin:2px 0 0 0;
	margin-left:0;
	border:0;
	border-top:1px dotted #000000;
}

/* IE Fix */
* html .dotted_line3 {
	border-top:none;
	margin-left:-65px;
	height:0;
	background: url(/img/dotted_line.gif) no-repeat top;
}

