/* CSS Document */
body{
margin:0;
padding:0;
line-height: 1.5em;
background-color:#ffffff;
}
b{font-size: 110%;}
em{color: red;}
#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
margin-top:30px;
background-color:#FFFFFF;
}
#body{
background:#800000;}
#topsection{
background-image: url(images/toprod3.jpg);
height: 250px; /*Height of top section*/
}
#topsection h1{
margin: 0;
padding-top: 15px;
}
#contentwrapper{
float: left;
width: 100%;
min-height:500px;
}
#contentcolumn{
margin: 0 190px 0 180px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
font-family:Verdana;
}
h1,h2,h3{display: none}
#leftcolumn{
float: left;
width: 180px; /*Width of left column in pixel*/
margin-left: -840px; /*Set margin to that of -(MainContainerWidth)*/
background: #ffffff;
}
#rightcolumn{
float: left;
width: 190px; /*Width of right column*/
margin-left: -190px; /*Set left margin to -(RightColumnWidth)*/
background: #ffffff;
}
#contbund{
background-color:#FFFFFF;
}
#footer{
background-image:url(images/bund.jpg);
background-repeat:no-repeat;
width:850px;
clear: left;
color: red;
text-align: center;
font-size:10px;
height:44px;
}
#fodtekst{
width:850px;
clear: left;
color: #C0C000;
text-align: center;
font-size:10px;
margin:0 auto;
position:relative;
top:25px;
}
#fodtekst a{
color: #000000;
text-decoration:none;
}
.news{
margin-left:20px;
}
.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
.innertube a, .innertube a:link, .innertube a:active, .innertube a:visited{
text-decoration:none;
}
.innertube a:hover{
color:#0000FF;
}
.google{
position:relative;
top:225px;
text-align: center;
}
h1, h2, h3 { 
font-size: 1.1em; 
font-weight: bold; 
margin-top:3px; 
margin-bottom:3px; 
} 
h4 { 
font-size: 1.0em; 
font-weight: bold; 
margin-top:3px; 
margin-bottom:0px; 
} 
IMG {
border: 0;
}
.sitemaplevel1, .sitemaplevel2, .sitemaplevel3 {
font-weight:bold;
font-size: 12pt;
}
.sitemaplevel1 a, .sitemaplevel2 a, .sitemaplevel3 a {
font-weight: bold;
color: black;
}
.sitemaplevel1 a:link, .sitemaplevel2 a:link, .sitemaplevel3 a:link, .sitemaplevel1 a:visited, .sitemaplevel2 a:visited, .sitemaplevel3 a:visited {
font-weight:bold;
color: black;
text-decoration:none;
}
.sitemaplevel1 a:active, .sitemaplevel2 a:active, .sitemaplevel3 a:active, .sitemaplevel1 a:hover, .sitemaplevel2 a:hover, .sitemaplevel3 a:hover {
font-weight:bold;
color: black;
}
.submenu {
font-size: 10pt;
}
.submenu a {
font-weight: bold;
color: black;
}
.submenu a:link, .submenu a:visited {
color: black;
text-decoration:none;
}
.submenu a:active, .submenu a:hover {
color:#ff6600;
}
.retrieve{
background-color:#ffffff;
background-image:none;
text-align:left;
}
.printer{
background-color:#ffffff;
background-image:none;
font-size:12px;
text-align:left;
margin-left:15px;
}
.edit {
	font-size: 8pt;
	color: black;
	background: gray;
}
.edit a:link, .edit a:visited, .edit a:active, .edit a:hover {
	font-weight: normal;
	color: black;
}
input, select {
	font-size: 8pt;
}
/*Sitemap Vertical Popout Menu CSS for CMSimple*/
/*Microsoft behaviour to make IE6 and earlier behave like a compatible browser - ignored by other browsers*/
body{behavior:url(./csshover.htc);}
/*default styles for the menu, lists and links*/
#bwmenu{
margin-top:20px;
position:relative;
z-index:1;float:left;width:170px;}
#bwmenu ul{z-index:500;list-style-type:none;margin:0;padding:0;}
#bwmenu li{position:relative;display:block;float:left;width:100%;color:#fff;background:#C0C000;font:bold 12px arial,helvetica,sans-serif;border:1px solid #ffffff;margin:0;padding:0px;line-height:20px;text-align:center;}
#bwmenu a{display:block;width:100%;color:#000;background:#C0C0C0;text-decoration:none;}
/*change list item colours on hover*/
#bwmenu li:hover{color:#006;background:#999;}
#bwmenu a:hover{color:#f00;background:#999;}
/*hide menulevel2*/
#bwmenu ul ul{display:none;}
/*hide menulevel3 when hovering over menulevel1 items*/
#bwmenu ul li:hover ul ul{display:none;}
/*display expanding menulevel2 on hovering over menulevel1 items*/
#bwmenu ul li:hover ul{position:absolute;display:block;top:-1px;left:100%;width:100%;}
/*display expanding menulevel3 on hovering over menulevel2 items*/
#bwmenu ul ul li:hover ul{position:absolute;display:block;top:-1px;left:100%;width:100%;}
/*End of Sitemap Vertical Popout Menu CSS for CMSimple*/
.menufix{
padding-left:5px;}
