body {
	margin: 0px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	color: #002b5f;
	font-size: 10pt;
}
a {
	color: #002b5f;

}

h1 {
	font-size: 13pt;
} 
.container {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #052F62;
	border-bottom-color: #052F62;
	border-left-color: #052F62;
}
.nav {
	border-top: 1px solid #052F62;
	border-right: 1px solid #052F62;
	/* border-bottom: 1px solid #052F62;
	 background-color: #3F4D6C; */
	background-image: url(pics/nav-back.png);
	background-repeat: repeat-x;
	background-position: left top;

}
.nav A {
	display: block;
	margin-left: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10pt;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 8px;
	padding-bottom: 5px;
}
.nav a:hover, .nav .current {
	display: block;
	margin-left: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10pt;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 8px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDF00;
}

.content-home {
	font-size: 10pt;
	padding-top: 10px;
	padding-left: 4px;
	padding-right: 30px;
}
/*.content {
	width: 428px;
}
*/
.content .tekst {
	margin-top: 10px;
	margin-left: 12px;
	margin-bottom: 20px;
	width: 405px;
}
.content .tekst img {
	margin: 5px;
}
.content .tekst h1 {
	font-size: 11pt;
} 


.r-kol {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 8px;
	width: 200px;
	height: 100%;
}
.r-kol  A {
	display: block;
	color: #4B5D85;
	font-size: 9pt;
	text-decoration: none;
	font-weight: bold;
	background-image: url(pics/bullet1.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.r-kol  A:HOVER {
	color: #B10817;
	background-image: url(pics/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left 3px;

}
p {
	margin-bottom: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}


.footer {
	border-top: 1px solid #052F62;
	padding: 5px 0px 5px  5px;
	font-size: 9pt;
}
.footer TD{
	font-size: 9pt;
}
.intronet {
	text-align: right;

	width: 320px;
}
.intronet a {
	font-size: 8pt;
	text-decoration: none;
	color: #002b5f;
}
.intronet a:hover {
	color: #FF9900;
}

.tekst {
  width: 99%;
  padding-right:  10px;
}

.leftcol {
  background: url(pics/leftcolbg.gif) repeat-y -1px 0px;
}