@charset "UTF-8";

/* CSS Specials */

body			{
				margin: 0;
				padding: 0;
				text-align: center;
				background: #FFFFFF;
				}

.bclink			{
				font-family: Arial, Helvetica, sans-serif;
				font-size: 10px;
				}


.allwhite		{
				background-color: #FFFFFF;
				margin: 0;
				padding: 0;
				}
				
.allcontent		{ 
				width: 980px;
				text-align: center;
				margin: 0 auto;
				padding: 0;
				background-color: #FFFFFF;
				}

.topcol1	{
				width: 320px;
				height: 100px;
				position: relative;
				background-color:#ffffff;
				margin: 0;
				padding: 0;
				float: left;
				text-align: left;
				color: #000000;
				}

.topcol2	{
				width: 590px;
				height: 100px;
				position: relative;
				background-color:#ffffff;
				margin: 0;
				padding: 0;
				float: left;
				text-align: right;
				vertical-align: middle;
				color: #000000;
				}
.topcol3	{
				width: 70px;
				height: 100px;
				position: relative;
				background: none;
				margin: 0;
				padding: 0;
				float: left;
				text-align: right;
				color: #000000;
				}

.contentbackground {
				background-image: url(images/background.jpg);
				background-position: bottom;
				background-repeat: no-repeat;
				height: 500px;
				}

.contentbackground-front {
				background-image: url(images/forside-cimpro.jpg);
				background-position: bottom;
				background-repeat: no-repeat;
				height: 500px;
				}

.contentcolheader	{
				width: 490px;
				height:28px;
				position: relative;
				background: none;
				margin: 0;
				padding: 20px 20px 20px 70px;
				float: left;
				text-align: left;
				color: #000000;
				}

.contentcol1	{
				width: 700px;
				max-height: 380px;
				position: relative;
				background: none;
				margin: 0;
				padding: 0px 140px 20px 140px;
				float: left;
				text-align: left;
				overflow: auto;
				color: #000000;
				}

.contentcol2	{
				width: 440px;
				max-height: 380px;
				position: relative;
				background: none;
				margin: 0;
				padding: 0px 10px 20px 140px;
				float: left;
				text-align: left;
				overflow: auto;
				color: #000000;
				}

.contentcol3a	{
				width: 220px;
				max-height: 380px;
				position: relative;
				background: none;
				margin: 0;
				padding: 0px 10px 20px 140px;
				float: left;
				text-align: left;
				overflow: auto;
				color: #000000;
				}

.contentcol3b	{
				width: 220px;
				max-height: 380px;
				position: relative;
				background: none;
				margin: 0;
				padding: 0px 10px 20px 10px;
				float: left;
				text-align: left;
				overflow: auto;
				color: #000000;
				}

.contentcol3c	{
				width: 220px;
				max-height: 380px;
				position: relative;
				background: none;
				margin: 0;
				padding: 0px 140px 20px 10px;
				float: left;
				text-align: left;
				overflow: auto;
				color: #000000;
				}

.contentcol3cpic	{
				width: 360px;
				position: relative;
				background: none;
				margin: 0;
				padding: 0px 0px 0px 10px;
				float: right;
				text-align: right;
				color: #000000;
				}

.contentpic100	{
				width: 980px;
				position: relative;
				background: none;
				margin: 0;
				padding: 0;
				float: left;
				text-align: left;
				color: #000000;
				}

.clear			{
				clear: both;
				}
					
.bottom			{ 
				vertical-align: middle;
				text-align: center;
				clear: both;
				color: #000000;
				margin: 0;
				padding: 20px;
				border-top: 2px solid #303A95;
				}

#menubar		{
				background-color: #01335b;
				color: #FFFFFF;
				font-size: 12px;
				text-decoration: none;
				padding:0px;
				}
#menuwrapper		{
				width: 980px;
				text-align: center;
				}

/***************mainmenu - see bottom ******************/
#mainmenu{/*for ie6*/
margin:0 auto;
width:972px;
height:35px;
padding:9px 0 0 8px;
background-color: #01335b;
color: #000000;
text-align: center;
position: relative;
z-index: 6;
}




fieldset
    {
    border: 1px groove #01335b;
    width:410px;
    padding: 15px;
    }
legend
   {
    letter-spacing: 3px;
    font-weight: bold;
    }
label
    {
    width:80px;
    vertical-align:top;
    float:left;
    }

#t1, #t2, #t3, #t4, #t5, #t6
    {
    border:1px #01335b solid;
    width: 320px;
    background: none;
	color: #01335b;
	margin: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    }
#t6
    {
    height:100px;
    overflow:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    }
#submit
    {
    background: #01335b 0% 50%;
    border:0px;
    width:320px;
	color: #FFFFFF;
	margin-left: 100px;
	margin-top: 15px;
	padding: 5px;
    }





/* CSS Standards */

ADDRESS,
BLOCKQUOTE, 
BODY, DD, DIV, 
DL, DT, 
FIELDSET, FORM,
FRAME, FRAMESET,
H1, H2, H3, H4, 
H5, H6, IFRAME, 
NOFRAMES, 
OBJECT, OL, P, 
UL, APPLET, 
CENTER, DIR, 
HR, MENU, PRE   { display: block; }
LI              { display: list-item; list-style-type: square; }
HEAD            { display: none; }
TABLE           { display: table; }
TR              { display: table-row; }
THEAD           { display: table-header-group; }
TBODY           { display: table-row-group; }
TFOOT           { display: table-footer-group; }
COL             { display: table-column; }
COLGROUP        { display: table-column-group; }
TD, TH          { display: table-cell; }
CAPTION         { display: table-caption; }
TH              { font-weight: bolder; text-align: center; }
CAPTION         { text-align: center; }
H1              { font-size: 16px; margin: 0; }
H2              { font-size: 14px; margin: 0; }
H3              { font-size: 12px; margin: 0; }
H4, P,
BLOCKQUOTE, UL,
FIELDSET, FORM,
OL, DL, DIR,
MENU            { font-size: 11px; margin: 0; font-family: verdana,arial,helvetiva,sans-serif; color: #000000; text-decoration: none; line-height: 150%; font-weight: lighter; }
A				{ text-decoration: none; color: #01335b; }
A:HOVER			{ text-decoration: underline; color: #01335b; }

H5              { font-size: .67em; line-height: 1.17em; margin: 1.67em 0;0 }
H6              { font-size: .62em; margin: 2.33em 0; }
H1, H2, H3, H4,
H5, H6, B,		
STRONG     		{ font-weight: bold; font-family: verdana,arial,helvetiva,sans-serif; color: #01335b; text-decoration: none; line-height: 150%; font-weight: lighter; }
BLOCKQUOTE      { margin-left: 40px; margin-right: 40px; }
I, CITE, EM,
VAR, ADDRESS    { font-style: italic; }
PRE, TT, CODE,
KBD, SAMP       { font-family: monospace; }
PRE             { white-space: pre; }
BIG             { font-size: 1.17em; }
SMALL, SUB, SUP { font-size: .83em; }
SUB             { vertical-align: sub; }
SUP             { vertical-align: super; }
S, STRIKE, DEL  { text-decoration: line-through; }
HR              { border: 1px inset; }
OL, UL, DIR,
MENU, DD        { margin-left: 30px; padding-left: 0px; }
OL              { list-style-type: decimal; }
OL UL, UL OL,
UL UL, OL OL    { margin-top: 0; margin-bottom: 0; }
U, INS          { text-decoration: underline; }
CENTER          { text-align: center; }
BR:before       { content: "\A"; }

/* An example of style for HTML 4.0's ABBR/ACRONYM elements */

ABBR, ACRONYM   { font-variant: small-caps; letter-spacing: 0.1em; }

:focus          { outline: thin dotted invert; }


/* Begin bidirectionality settings (do not change) */
BDO[DIR="ltr"]  { direction: ltr; unicode-bidi: bidi-override; }
BDO[DIR="rtl"]  { direction: rtl; unicode-bidi: bidi-override; }

*[DIR="ltr"]    { direction: ltr; unicode-bidi: embed; }
*[DIR="rtl"]    { direction: rtl; unicode-bidi: embed; }

/* Elements that are block-level in HTML4 */
ADDRESS, BLOCKQUOTE, BODY, DD, DIV, DL, DT, FIELDSET, 
FORM, FRAME, FRAMESET, H1, H2, H3, H4, H5, H6, IFRAME,
NOSCRIPT, NOFRAMES, OBJECT, OL, P, UL, APPLET, CENTER, 
DIR, HR, MENU, PRE, LI, TABLE, TR, THEAD, TBODY, TFOOT, 
COL, COLGROUP, TD, TH, CAPTION 
                { unicode-bidi: embed; }
/* End bidi settings */


@media print {
  @page         { margin: 10%; }
  H1, H2, H3,
  H4, H5, H6    { page-break-after: avoid; page-break-inside: avoid; }
  BLOCKQUOTE, 
  PRE           { page-break-inside: avoid; }
  UL, OL, DL    { page-break-before: avoid; }
}

@media speech {
  H1, H2, H3, 
  H4, H5, H6    { voice-family: paul, male; stress: 20; richness: 90; }
  H1            { pitch: x-low; pitch-range: 90; }
  H2            { pitch: x-low; pitch-range: 80; }
  H3            { pitch: low; pitch-range: 70; }
  H4            { pitch: medium; pitch-range: 60; }
  H5            { pitch: medium; pitch-range: 50; }
  H6            { pitch: medium; pitch-range: 40; }
  LI, DT, DD    { pitch: medium; richness: 60; }
  DT            { stress: 80 }
  PRE, CODE, TT { pitch: medium; pitch-range: 0; stress: 0; richness: 80; }
  EM            { pitch: medium; pitch-range: 60; stress: 60; richness: 50; }
  STRONG        { pitch: medium; pitch-range: 60; stress: 90; richness: 90; }
  DFN           { pitch: high; pitch-range: 60; stress: 60; }
  S, STRIKE     { richness: 0; }
  I             { pitch: medium; pitch-range: 60; stress: 60; richness: 50; }
  B             { pitch: medium; pitch-range: 60; stress: 90; richness: 90; }
  U             { richness: 0; }
  A:link        { voice-family: harry, male; }
  A:visited     { voice-family: betty, female; }
  A:active      { voice-family: betty, female; pitch-range: 80; pitch: x-high; }
}


/********************************************/
/********Horizontal Menu Styles ***********/
/********************************************/ 
/*
 *  Horizontal, top-2-bottom menu
 *  Copyright Aleksandar Vacic, www.aplus.co.yu, some rights reserved http://creativecommons.org/licenses/by-sa/2.0/
 */
 

/*  ------ Basic style ------  */

#menu {
margin:0 auto;
padding:0;
display: block;
}

#menu ul {
margin: 0;
padding: 0;
border: 0;
list-style-type: none;
}

*+html #menu ul { min-height: 1px; }/*hack for ie7*/

#menu li {
margin: 0;
padding: 0;
border: 0;
display: block;
float: left;
position: relative;
z-index: 8;
font-size: 11px;
}

* html #menu li { 
position:static;
}

#menu a {
display: block;
font-size: 11px;
}

#menu li li {
width: 100%;
z-index: 9;
}

/* fix the position for 2nd level submenus. first make sure no horizontal scrollbars are visible on initial page load... */
#menu li li ul {
top: 0;
left: 0;
}

/* ...and then place it where it should be when shown */
#menu li li:hover ul {
left: 100%;
}

/* initialy hide all sub menus */
#menu li ul {
display: none;
position: absolute;
z-index: 7;
}

/* display them on hover */
#menu li:hover>ul {
display: block;
}

/* this is needed if you want to style #menu div - force containment of floated LIs inside of main UL */
#menuList:after {
content: ".";
height: 0;
display: block;
visibility: hidden;
overflow: hidden;
clear: both;
}

/*  ------   Make-up --------   */

#menu {
letter-spacing: 0px;
}

#menu:after{
content:'.';
display:block;
height:1px;
line-height:1px;
clear:both;
visibility:hidden;
} 

#menu li li {
width: 195px;
}

#menu li a {
text-decoration: none;
text-align: center;
color: #fff;
padding: 5px 25px;
margin:0;
font-size : 12px;
}

#menu li a:hover {
display:block;
background:#b1b3b6;
color: #01335b;
}

#menu li:hover>a {
display:block;
background:#b1b3b6;
color: #01335b;
}

#menu li li a {
text-transform: none;
text-decoration: none;
text-align:left;
color: #01335b;
padding: 2px 13px;
background-color:#b1b3b6;
border-bottom:1px solid #22130A;
border-right:1px solid #22130A;
border-top:1px solid #fff;
border-left:1px solid #fff;
}

#menu li ul li a:hover {
text-transform: none;
text-decoration: none;
text-align:left;
padding: 2px 13px;
background-color:#01335b;
color: #FFFFFF;
}

#menu li li:hover>a {
text-transform: none;
text-decoration: none;
text-align:left;
padding: 2px 13px;
background-color:#01335b;
color: #FFFFFF;
}

#menu li ul {
width: 195px;
}

#menu li li ul {
border-top-width: 0px;
}

#menu li li li:first-child {
}

#menu li li.submenu>a:after {
content: "";
}