/*general.css*/

*{ /* copy-text */

font-family: Arial, Verdana, Helvetica, sans-serif; /*"Helvetica Neue 45 Light", "HelveticaNeue-Light", "Helvetica Neue",*/
font-size: 9pt;
letter-spacing: 0.02em;
word-spacing: 0.04em;
font-weight: 500;
color: #333; /*#000*/
line-height: 1.3em;
padding: 0;
margin: 0;
}


html {

background-color: #d8d8d8; /* e0e0e0  d9d9d9 989898 a9a9a9 f0f0f0bkg-f�rg */
width: 100%;
}


body {

background-color: #fff; /*#fff;*/
width: 1130px;  /* i och med zoomfunktionens intrade i browsrarna kan man k�ra px ist�llet f�r em */
margin-right: auto;
margin-left: auto;
}

.clear {

clear: both;
}


/* topmenyn: inc/menu_flikar.jsp - egen css? */

#vertmenu {
    width: 1130px;
}

#vertmenu div {

float: left;
margin-right: 0.0em;
margin-bottom: 0px; /*distance between top and content*/
}

#space_b_top_n_content {

    height: 64px;
}

/*

a:active, a:link, a:visited, a:active, a:link, a:visited{

font-family: Arial, Verdana, Helvetica, sans-serif;

font-size: 9pt;

letter-spacing: 0.02em;

word-spacing: 0.04em;

font-weight: 500;

color: #333; 

line-height: 1.3em;

} */

a.menuItem:active, a.menuItem:link, a.menuItem:visited, a.subItem:active, a.subItem:link, a.subItem:visited {

color: #000000;
text-decoration: none;
font-style: normal;
font-variant: normal;
font-weight: bold;
line-height: 1.7em;
}


a.menuItem:hover, a.subItem:hover {

text-decoration: underline;
}


/* content */
#wrap_content_and_right_area {
    height: 100%;
}

#_2a{
    height: 100%;
}

#_2b {
    height: 100%;
}

#_2c {
    height: 100%;
}

#_3a {
    height: 620px;
}

#_3b_3c_3d_3e {

  height: 700px;
   
}


#_4a {

    height: 100%;
}
#_4a_interest {

    height: 700px;
}
#_4a_tack {

    height: 700px;
}

.right_r{
    height: 396px;
}

#content {

float: left;
width: 722px;
height: 100%;
}

#inside_content2 {
    margin-left: 73px;
    width: 650px;
    height: 616px;
    border: 1px solid  #ccc;
}

#inside_content3a {
    margin: 50px 0 0 73px;
    width: 650px;
    height: 550px;
}

#inside_content_3b3c3d3e {

    margin-left: 73px;
    width: 650px;
    height: 500px;
}

#before_form_4a {
    clear: both;
    margin: 0px 0 0 22px;
    height: 550px;
}

.prt3_1 {
    border-bottom: 1px dotted gray;
    width: 620px;
    height: 310px;
}
.prt3_2 {
    margin: 10px 0 0 0;
}

.prt3_3 {
    margin: 15px 0 0 0;
    border-bottom: 1px dotted gray;
    height: 138px;
}

#right_area .in_right_area {

    margin-left: 20px;
    width: 315px;
    height: 630px;
}


/*Rubrik1 (26pt)  3 niv�er h2, h3, h4  */

h2, h3, h4, h5, .h4sub, .h3_blue, .h3_purple, .h3_orange, .h3_greeen {

/* font-family: Arial, Verdana, Helvetica, sans-serif; "Helvetica Neue 55 Roman", "HelveticaNeue-Roman", "Helvetica Neue"*/
font-size: 18pt;
letter-spacing: 0.04em;
word-spacing: 0.01em;
font-weight: 500;
color: #666; /*#555 010101*/
line-height: 1.0em;
margin-bottom: 8px;
}

/*Rubrik2 (15pt) */

h3, .h3_blue, .h3_purple, .h3_orange, .h3_green {

font-size: 15pt;
margin-bottom: 8px;
font-weight: 100;
}


h4{

font-size: 13pt;
font-weight: 300;
color: #444;
margin-bottom: 8px;
margin-top: 4px;
}

h5, .h5_blue, .h5_purple, .h5_orange, .h5_green{

font-size: 10pt;
font-weight: 400;
color: #444;
margin-bottom: 8px;
}

.h5_blue_fat, .h5_purple_fat, .h5_orange_fat, .h5_green_fat{

    font-weight: 600;
}

.h4sub, .h4sub_blue, .h4sub_purple, .h4sub_orange, .h4sub_green{ /* needed in span, h4 does not work */

font-size: 13pt;
word-spacing: 0.18em;
font-weight: 600;
line-height: 1.2em;
}

.h3_blue {
    color: #5488aa;
}
.h3_purple{
   color: #660066;
}
.h3_orange{
   color: #ff6600;
}
.h3_green{
   color: #99cc33;
}

.h4sub_blue {
    color: #5488aa;
}
.h4sub_purple{
   color: #660066;
}
.h4sub_orange{
   color: #ff6600;
}
.h4sub_green{
   color: #99cc33;
}

.h5_blue {
    color: #5488aa;
}
.h5_purple{
   color: #660066;
}
.h5_orange{
   color: #ff6600;
}
.h5_green{
   color: #99cc33;
}

.blue {
    color: #5488aa;
}
.purple{
   color: #660066;
}
.orange{
   color: #ff6600;
}
.green{
   color: #99cc33;
}

p{

margin: 0 0 15px 0;
}


img {

border: none;
}

#backto{
    float: right;
}
.contact h4{

margin-top: 15px;
}

#contact_border_area {
    margin-left: 73px;
    width: 650px;
    height: 650px;
    border: 1px solid gray; 
    padding-left: 15px;
}

/* the blue under menues, NOT used in iframed pages*/

div#sub_menu_2a2b2c, div#sub_menu_4a{

    color: blue;
    font-size: 10pt;
    letter-spacing: 0.03em;
    word-spacing: 0.1em;
    font-weight: 300;
    line-height: 1.2em;
    clear: left;
    width: 350px;
    height: 19px;
    margin: 3px 0 0 67px;
}

div#sub_menu_4a{

    margin: 3px 0px 0 377px; /*216px*/
    width: 74px;
}


div#sub_menu_3a3b3c3d3e{

    clear: left;
    width: 545px;
    height: 12px;
    margin: 10px 0 0 46px;
}


div#sub_menu_2a2b2c div a, div#sub_menu_4a div a{

color: #006699;
font-size: 10pt;
letter-spacing: 0.03em;
word-spacing: 0.06em;
font-weight: 600;
line-height: 1.1em;
text-decoration: none;
}

/* footer: inc/footer.jsp - egen css? */


.footer {

height: 90px; /* distance between contact text and bottom*/
padding: 0;
background-color: #fff; /*red*/
width: 1130px;
margin-top: 0px; /*0px*/
}



.undertopBorder {

float: left;
width: 1000px;
margin-left: 73px;
border-top: 1px solid gray;
}


/* test start round corners none iframe-page*/

.h4sub{

word-spacing: 0em;
line-height: 1.1em;
}

/* tar bort scropp IE6*/

textarea{

    overflow-y: scroll;
}

/* finns bara h�r (ej i general), bara denna beh�vs f�r textboxen!*/

textarea.texto, input.text{

  /*font-family: TrebuchetMS;*/
  font-size: 9pt;
  font-weight: bold;
  background-color: #ffffff;
  border-color: gray;
  border-style: none;
  border-width: 1px;
  color: #444;
 }


/* gray frame round corners, start */

.container_round_corners {

background: #fff;
width: 316px;  /* width gray border area*/
}

.roundtop {

background: #ffffff;
}

.roundbottom {

background: #ffffff;
}


.r1{
    margin: 0 5px;
    height: 1px;
    overflow: hidden;
    background: #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}


.r2{
    margin: 0 3px;
    height: 1px;
    overflow: hidden;
    background: #fff;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-width: 0 2px;
}


.r3{
    margin: 0 2px;
    height: 1px;
    overflow: hidden;
    background: #fff;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}


.r4{margin: 0 1px; height: 2px; overflow: hidden; background: #fff;

border-left: 1px solid #cccccc; border-right: 1px solid #cccccc;

}

.content_round_corners {

padding: 5px;
padding-top: 1px;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
height: 135px;   /* height gray border area*/
}

/* gray frame round corners,  end */

.lable {
    color: #000; /*#0099cc;*/
    margin-top: 0px;
}
.inputb {
    height: 22px;
    width: 450px;
    clear: both;
}
.inputb_sub {
    height: 15px;
    width: 450px;
    visibility: hidden;
    clear: both;
    /*background-color: pink; */
}
.label{
    float: left;
    margin: 0px 0px 0 0;
    width: 110px;
}
.enono {
    width: 276px;
    height: 22px;
    background-image:url('../img/inputbox_round_corners.gif');
    background-repeat: no-repeat;
    float: left;
}
.enono_sub{
    width: 276px;
    height: 22px;
    float: left;
}
div.enono_sub div {
    padding: 0px 0px 0 8px;
    color: red;
}