* { /* nollställer alla marginaler och padding - globalt */
   margin:0;
   padding:0;
}

/* GENERAL fonts */
P, OL, UL, DIV, H1, H2, H3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
/**/
H1 { font-size: 2em; font-weight: bold;}
H2 { font-size: 1.2em; font-weight: bold;}
H3 { font-size: 0.9em; font-weight: bold; }

H1, H2, H3  {
            font-family: Arial, Helvetica, Verdana,  sans-serif;
	    color: #336633;
}

H1, H2, H3 {
	   color: #336633;
}
H1 { margin-bottom: 0.5em;}
H2 { margin-bottom: 0.4em;}
H3 { margin-bottom: 0.0em;}

p {
	line-height: 150%;

}



a {	color: #A5191C;
	font-size: 11px;
	text-decoration: none;

}
a:hover {
	text-decoration: underline;
}

.csc-header csc-header-n2 {
margin-bottom: 0.0em
}

.csc-firstHeader {

}
/*
.csc-header csc-header-n2
*/

.csc-textpic-caption {
					 	font-size: 0.7em;
						font-weight: bold;
						color: #333333;
}

body {
   		text-align: center;
		background-attachment: fixed;
		background-color: #d0dcb8;
		background: #faffd9 url(../images/bg.gif) center repeat-y ;
}

#wrap {

    margin: 0px auto; /* Centrera #wrap */
	padding: 0px 0px 0 0px;
    width: 700px;
/*	background-color: #faffd9;*/
		background: #faffd9 url(../images/bg.gif) center repeat-y ;
	height: 100%;
    text-align: left;  /*Vänsterställer innehållet i #wrap */
}

/*#topword
#topword {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: bold;
	color: #ffffff;
	text-align: right;
	position: absolute;
    margin: 0px auto;
    width : 450px;
	height: 75px;
}
*/


/*#footer {border-top: dotted 1px #999999;}*/
#footer P {
	font-size: 10px;
	text-align: center;

}

/* Content column */

#content {
    float: left;
	display: inline;
	margin-left: 100px;
	margin-top: 10px;
	margin-right: 25px;
	vertical-align: top;
	width: 460px;
	height: 100%;
}

ul {
	 margin:0 5px 10px 25px;
}

ul li {
	 list-style-type: disc;
	 padding: 3px 0px 0;
	 margin: 0;
}

ol {
	 margin:0 10px 10px 30px;
}

ol li {
	/* list-style-type: disc;*/
	 padding: 3px 5px 0;
	 margin: 0;
}
/*Menu 2 row 1 top*/
#menu_2 {
	position: absolute;
    margin: 175px 0;
	margin-left: 104px;
	width: 550px;
	height: 30px;
}

#menu_2 DIV {
		margin-left: 0px;
}


#menu_2 DIV.menu_2-no {
  font-weight:bold;
  display: inline;
  float: left;
}

#menu_2 DIV.menu_2-act {
  font-weight:bold;
  display: inline;
  float: left;
}

#menu_2 DIV.menu_2-act A {
			color:#a0aa88;
}

#menu_2 DIV A {
	font-family: Georgia, TimesNewRoman, Times, serif;
	font-size: 12px;
	line-height : 235%;
	color: #356450;
	text-decoration: none;
	margin-right:20px;
}

#menu_2 DIV A:hover {
		text-decoration: underline;
}


.csc-mailform {
	width: 490px;
	font-family : Verdana, sans-serif;
	font-size : 11px;
	color : #000000;
	font-weight : normal;
	background-color: #faffd9;
	border-color: #faffd9;
	border-width: 0px;
}

.csc-mailform-field {
					position: relative;
					text-align: right;
					margin: 10px;
					vertical-align: middle;
					margin-right: 100px;
}

.csc-mailform-field label {
							 font-weight: normal;
							 text-align: right;
}
img {
    border: 0;
}

/* Style for the Path-menu: */

#path {
  white-space: nowrap;
  background-color: #F8F8EC;

  font-family: verdana, arial;
  font-size: 11px;
  font-style: italic;
  font-weight: bold;
  margin: 1px 1px 5px 5px;
}
#path A {
  text-decoration: none;
  color:black;
}
#path A:hover {
  text-decoration: underline;
}