body {
margin: 0px !important;
padding: 0px !important;
font-family: Helvetica; color: #111; font-size: 12px;
background: #ced9f4;
}

b{font-size: 110%;}

a       {color: #CC0000; text-decoration: none;}
a:hover {color: #CC0000; text-decoration: underline;}
a.menu  {color: #fff;}
a.bolag {color: #263883;}

.fraga  {color: #263883;}

#ground{
width: 930px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background: #fff url(gfx/bgshadow.png);
background-repeat: repeat-y;
}


#maincontainer{
width: 900px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background: #fff;
border-right: 1px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
min-height: 800px;
}


#topsection{
background: url(gfx/lisens_banner_nwfab.png);
height: 170px; /*Height of top section*/
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 200px 0 200px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column in pixel*/
margin-left: -900px; /*Set margin to that of -(MainContainerWidth)*/
background: #fff;
}

#rightcolumn{
float: left;
width: 200px; /*Width of right column*/
margin-left: -200px; /*Set left margin to -(RightColumnWidth)*/
background: #fff;
}

#footer{
clear: left;
width: 100%;
background: url(gfx/footer_nwfab.png);
height: 70px;
color: #111;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #999999;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}


#leftbox{
padding: 5px;
width: 172px;
height: 180px;
background: #fff;
color: #111;
background: url(gfx/box_bgr.png);
background-repeat: repeat-x;
margin: 0px 0px 10px 0px;
}


#mainbox{
padding: 5px;
background: #fff;
margin: 0px 0px 16px 0px;
background: #fff url(gfx/boxmain_bgr.png);
background-repeat: repeat-x;
width: 470px;
min-height: 140px;
}


#rightbox{
padding: 5px;
text-align: left;
width: 172px;
background: #fff;
min-height: 180px;
color: #111;
background: url(gfx/box_bgr.png);
background-repeat: repeat-x;
margin: 0px 0px 2px 0px;
}


#headline{
padding: 0px;
height: 5px;
width: 182px;
background: #263883;
margin: 10px 0px 1px 0px;
}

#headlinemain{
padding: 0px;
height: 5px;
width: 100%;
background: #263883;
color: #334455;
margin: 10px 0px 1px 0px;
}

#menu{
background: url(gfx/menu_bgr.png);
background-repeat: no-repeat;
padding: 0px;
height: 51px;
width: 100%;
margin: 0px;
color: #fff;
}

#menubutton{
padding: 14px;
margin: 0px;
text-align: center;
color: #fff;
font-size: 10px;
}

h4 {
color: #263883;
margin-top: 0px;
margin-bottom: 10px;
font-size: 10px;
}

h3 {
color: #263883;
margin-top: 0px;
margin-bottom: 10px;
font-size: 14px;
}

h1 {
color: #fff;
margin-top: 0px;
font-size: 32px;
}


hr {
border: 0;
height: 1px;
color: #C9C9c9;
background-color: #C9C9C9;
}

p {
   margin-top: 0px;
  }
