@CHARSET "ISO-8859-1";

html {
	margin: 0px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
	color: #333333;
}

body {
	background-color: #FFFFFF;
	background-image: url('graphics/bg.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
}

img {
    border: 0px;
}

#container {
	margin: 0px auto;
	padding: 0px;
	width: 980px;
	height: 100%;
}

#logo {
	margin: 25px 0px;
}

#menu {
	height: 22px;
	padding: 2px;
	margin-top: 15px;
	border-top: 2px solid #AFD775;
	border-bottom: 2px solid #AFD775;
	background-image: url('graphics/bg_content.png');
	background-repeat: repeat;
}

#banner {
	width: 490px;
	height: 320px;
	margin: 15px 0px;
	float: left;
	background-image: url('graphics/banner.jpg');
	background-repeat: no-repeat;
}

#banner_tekst {
	width: 409px;
	height: 316px;
	margin: 15px 0px;
	padding: 0px 40px;
	float: left;
	clear: right;
	border-left: 1px solid #AFD775;
	background-image: url('graphics/bg_content.png');
	background-repeat: repeat;
	border-top: 2px solid #EFD279;
	border-bottom: 2px solid #EFD279;
	color: #666699;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: 1px;
}

#strip_logo {
	width: 150px;
	height: 150px;
	float: left;
	clear: right;
	background-image: url('graphics/logo.png');
	background-repeat: no-repeat;
	background-position: top right;
}

#strip {
	width: 820px;
	height: 140px;
	padding: 5px;
	float: left;
	clear: left;
	background-image: url('graphics/bg_strip.png');
	background-repeat: repeat;
}

#content {
	width: 970px;
	min-height: 400px;
	height: auto !important;
    height: 400px;
	display: block;
	margin: 15px 0px;
	padding: 5px;
	clear: both;
	border-top: 2px solid #EFD279;
	border-bottom: 2px solid #EFD279;
	background-image: url('graphics/bg_content.png');
	background-repeat: repeat;
	color: #024769;
	font-size: 12px;
	text-align: justify;
}

#content .left {
	width: 220px;
	float: left;
}

#content .right {
	width: 740px;
	float: right;
	padding: 0px 5px;
}

#content .right>p, #content ul, #content ol {
	line-height: 150%;
	padding: 0px 40px;
}

#content .right a {
    color: #2C5700;
    text-decoration: none;
}

#content .right a:hover {
    color: #AFD775;
}

#content .content {
	width: 196px;
	min-height: 380px;
    height: auto !important;
    height: 380px;
	margin: 10px;
	padding: 2px;
	float: left;
	background-image: url('graphics/bg_green.png');
	background-repeat: repeat;
}

#content .content>ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#content .content li {
	margin: 0px;
	padding: 0px;
}

#content .content ol {
    marign: 0px;
    padding: 0px;
    margin-left: 25px;
    padding-bottom: 3px;
    font-size: 8pt;
}

#content .content ol a {
    color: #024769;
    text-decoration: none;
}

#content .content ol a:hover {
    color: #DE9D7F;
}

#content .content ol a.active {
    font-weight: bold;
}

#footer {
	width: 976px;
	display: block;
	margin: 0px 0px;
	padding: 2px;
	clear: both;
	border-top: 1px solid #2C5700;
	background-image: url('graphics/bg_green.png');
	background-repeat: repeat;
	color: #024769;
	font-size: 10px;
	text-align: left;
}

#copyright {
	width: 976px;
	margin: 15px 0px;
	padding: 2px;
	clear: both;
	border-top: 2px solid #DE9D7F; /*#2C5700; /*#DE9D7F; /*#AFD775;*/
	color: #024769; /* #2C5700; /*#024769;*/
	font-size: 10px;
	text-align: center;
}

#relations {
    position: relative;
    bottom: 0px;
}

h2 {
    font-size: 12pt;
    font-family: Segoe UI, Arial, sans-serif;
}

h3 {
    font-size: 10pt;
    font-family: Segoe UI, Arial, sans-serif;
    color: #2C5700;
}

/* SPECIALS */
#content ul, #content ol {
    margin-left: 25px;
}
ul {
	list-style-type: square;
}

ul.submenu {
    width: 100%;
    border-top: 1px solid #AFD775;
}
ul.submenu a {
    display: block;
    width: 189px;
    padding: 4px 4px;
    color: #024769;
    border-bottom: 1px solid #AFD775;
    text-decoration: none;
}
ul.submenu a:hover {
    color: #DE9D7F;
}

ul.footer {
	list-style: none;
	margin: 1px;
	padding: 0px;
	font-size: 11px;
}

ul.footer li {
	float: left;
	width: 157px;
	margin: 1px;
	padding: 1px;
	padding-bottom: 10px;
	font-weight: bold;
}

ul.footer>li>a {
    font-weight: bold;
    color: #333333;
    text-decoration: none;
}

ul.footer>li>a:hover {
    text-decoration: none;
}

ul.footer li ul {
	list-style-type: square;
	margin: 1px;
	padding-left: 14px;
}

ul.footer li ul li {
	padding: 0px;
	width: 147px;
}

ul.footer a {
	text-decoration: none;
	font-weight: normal;
	color: #95CBE9;
}

ul.footer a:hover {
	text-decoration: underline;
	color: #DE9D7F;
}

/* MENU */
#menu ul {
	position: absolute;
	margin: 0px 35px;
	padding: 0px;
	list-style: none;
}

#menu li {
	float: left;
	display: block;
	padding: 4px 20px;
	padding-right: 50px;
    background-image: url("graphics/right.png");
    background-position: left center;
    background-repeat: no-repeat;
}

#menu a {
	color: #024769;
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover {
	color: #DE9D7F;
}

/* dropdown */
#menu li ul {
	display: none;
    /*position: absolute;*/
    padding: 0px;
    margin: 0px;
    margin-left: -20px;
    margin-top: 8px;
    background-color: #AFD775;
    opacity: 0.95;
    -moz-opacity: 0.95;
    -khtml-opacity: 0.95;
    filter: alpha(opacity = 95);
}
#menu li ul li {
	clear: both;
	position: relative;
    text-align: left;
    width: 185px;
    margin: 0px;
    padding: 0px;
    background-image: none;
}
#menu li ul li a {
    display: block;
    width: 175px;
    margin: 0px;
    padding: 5px;
    color: #2C5700;
    border-bottom: 1px solid #CBE6B7;
}

/* dropdown hovers */
#menu li.do_hover {
    background-image: url("graphics/down.png");
}
#menu li.do_hover > a {
    color: #DE9D7F;
}
#menu li.do_hover ul {
    display: block;
}

