@charset "utf-8";
body  {
	background: #FFFFFF;
	margin: 5; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
.twoColFixLtHdr #container {
	width: 955px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(grafik/container_bg.gif);
	height: auto;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
} 
.twoColFixLtHdr #header {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image:url(grafik/header_bg.jpg);
	height:70px
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#HeadMenu a{
	font-family:Arial, Helvetica, sans-serif;
	color: #FFF;
	margin-bottom:3px;
	font-style: italic;
	font-size: 1em;
	text-decoration: none;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 280px;
	padding: 15px 10px 15px 20px;
	height: auto;
	padding: 35px 35px 10px 35px;
	font-size: x-small;
}
.twoColFixLtHdr #sidebar1 h1 {
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	margin-bottom:3px;
	font-style: italic;
	font-size: medium;
}

.twoColFixLtHdr #sidebarStart {
	float: left; /* since this element is floated, a width must be given */
	width: 220px;
	padding: 15px 10px 15px 20px;
	height: 600px;
	padding: 30px 35px 10px 35px;
	font-size: x-small;
}
.twoColFixLtHdr #sidebarStart h1 {
	font-family:Arial, Helvetica, sans-serif;
	color: #FF3300;
	margin-bottom:3px;
	font-style: normal;
	font-size: xx-large;
}
.twoColFixLtHdr #sidebarStart a {
	font-family:Arial, Helvetica, sans-serif;
	color: #FF0000;
	margin-bottom:3px;
	font-style: normal;
	font-size: 0.7em;
	font-weight: bolder;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 h2 {
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	margin-bottom:3px;
	font-style: italic;
	font-size: medium;
}
.twoColFixLtHdr #sidebar1 p {
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

.twoColFixLtHdr #mainContent {
	margin: 10 0 0 355px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 40px 10px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: auto;
} 

.twoColFixLtHdr #mainContent h1{
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: medium;
	margin-bottom: 3px;
	font-style: italic;
} 
.twoColFixLtHdr #mainContent h2{
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-style: italic;
	margin-bottom: 3px;
	font-size: medium;

} 
.twoColFixLtHdr #mainContent h3{
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-style: italic;
	margin-bottom: 3px;
	font-size: small;
} 
.twoColFixLtHdr #mainContent p{
	margin-top: 0px;
	font-size:small;
	font-family: Arial, Helvetica, sans-serif;
} 

.twoColFixLtHdr #mainContentStart {
	margin: 30 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 30px 40px 10px 30px;
	height: auto;
} 

.twoColFixLtHdr #mainContentStart h1{
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	font-size: large;
	margin-bottom: 3px;
	font-style: normal;
} 

.twoColFixLtHdr #mainContentStart p{
	margin-top: 0px;
	font-size:1.2em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: lighter;
	text-align: left;
} 
.ingresStart{
	margin-top: 0px;
	font-size:2em;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: 400;
} 
.StartRub h1{
	font-size: x-large;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.StartText {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.ingresStart{
	margin-top: 0px;
	font-size:1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: 400;
} 
.ingresStart a{
	color: #000000;
} 

.size0{
	font-size:0.8em;
} 
.size1{
	font-size:1.2em;
} 

.size2{
	font-size:1.3em;
	font-weight: bold;
} 

.size3{
	margin-top: 0px;
	font-size:1.5em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
} 
.twoColFixLtHdr #mainContentStartMedium p{
	margin-top: 0px;
	font-size:2.0em;
	font-family: Arial, Helvetica, sans-serif;
} 
.twoColFixLtHdr #mainContentStartBig p{
	margin-top: 0px;
	font-size:3.0em;
	font-family: Arial, Helvetica, sans-serif;
} 
#Start {
	position:absolute;
	left:349px;
	top:128px;
	width:557px;
	height:auto;
	z-index:3;
	font-size: large;
}
#Start h1{
	font-size:2em;
	font-weight:bold
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
}
#Start p{
	margin-top: 0px;
	font-size:1.5em;
	font-weight:bold
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
}

#Vision {
	position:absolute;
	left:323px;
	top:202px;
	width:610px;
	height:auto;
	z-index:3;
	visibility: hidden;
}
#RattvisHandel {
	position:absolute;
	left:323px;
	top:202px;
	width:610px;
	height:auto;
	z-index:3;
	visibility: hidden;
}
#HallbarUtveckling {
	position:absolute;
	left:323px;
	top:202px;
	width:610px;
	height:auto;
	z-index:3;
	visibility: hidden;
}
#ManskligaRattigheter {
	position:absolute;
	left:323px;
	top:202px;
	width:610px;
	height:auto;
	z-index:3;
	visibility: hidden;
}
#CSR {
	position:absolute;
	left:323px;
	top:202px;
	width:610px;
	height:auto;
	z-index:3;
	visibility: hidden;
	background-image: url(grafik/1pix_trans40.gif);
}

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	border-bottom: solid #D93000 4px;
	border-top: solid #000000 1px;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#HeaderContact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	height: 20px;
	width: 131px;
	position: absolute;
	left: 828px;
	top: 19px;
}
#MenuDiv {
	position:absolute;
	left:240px;
	top:45px;
	width:665px;
	height:32px;
	z-index:1;
}
#Logo {
	height: 80px;
	width: 200px;
}
