body {
    padding:20px;
    margin:0px;
    background-color: #5B77CC;
 	/*background-image: url(images/background.jpg);*/
   	background-repeat: no-repeat; 
  /* 	background-position: center center; */
   	background-attachment: fixed ;
   	/* opacitet for IE */

}



#container {
	margin: auto;
	width: 70%;
	height: auto; 
    background-color: white;
    padding:10px;
	/*höjden följer med så att all text ryms i containern*/*/
	/*border:1px solid #111;*/
	/*border-top:0px;*/

	/*opacity: 0.8; 
	filter: alpha(opacity=80);*/
 
}

#container #header {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

	/*background-repeat: repeat-x;*/
	height: 94px;
}

#container #header #header_main {
	float: left;
	padding: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #003893;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*margin-left: 130px;*/
	margin-left: 0px;
	
}

#container #header #header_left {
	float: left;
	background-image: url(images/shra.gif);
	height: 94px;
	width: 130px;
	/*position:fixed;*/
}
	
#container #header #header_right {
	/*background-image: url(images/header_right.gif);
	background-repeat: no-repeat;*/
	height: 90px;
	width: 6px;
	float: right;
}

/* FOOTER */
#container #footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-align: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
   clear:both;
}
#container #footer a {
	color: #999999;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#container #main{
   padding:5px;
   width:auto;
   height:auto;
   margin-left:150px;
   
}

#container #text{
text-align: justify;
margin-left:140px;

}

#container #sidebar {
   width:130px;
   float:left;
   margin-top:10px;
   /*background-color:#dfdfdf;*/
   background-color:#D11600;
   border-right:1px solid #999999;
   border-bottom:1px solid #999999;
   /*padding-bottom:100%;*/
  /* opacity: 1; filter: alpha(opacity=100);*/
  /*position:fixed;*/
}

/* Menu link styles */
.mainMenuLink{
   display:block;
   width:100px;
   padding:2px 5px;
   text-decoration:none;
   /*color:#0f83bb;*/
   color:white;
   margin:4px;
   border:1px solid #ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size:13px;
   font-weight:bold;
}

.mainMenuLinkSelected{
   display:block;
   width:100px;
   padding:2px 5px;
   text-decoration:none;
   /*color:#0f83bb;*/
   color:white;
   /*background-color:#f5f5f5;*/
   background-color:#F9603A;
   margin:4px;
   border:1px solid #ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size:13px;
   font-weight:bold;
}

.mainMenuLink:hover{
 background-color:#F9603A;
   /*background-color:#f1f1f1;*/
}

.mainMenuLinkSelected:hover{
   background-color:#F9603A;
   /*background-color:#f1f1f1;*/
}

.subMenuLink{
   display:block;
   text-indent:15px;
   width:100px;
   padding:2px 5px;
   text-decoration:none;
   /*color:#0f83bb;*/
   color:white;
   margin:4px;
   border:1px solid #ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size:11px;
}

.subMenuLinkSelected{
   display:block;
   text-indent:15px;
   width:100px;
   padding:2px 5px;
   text-decoration:none;
   /*color:#0f83bb;*/
   color: white;
   /*background-color:#f5f5f5;*/
    background-color:#F9603A;
   margin:4px;
   border:1px solid #ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size:11px;
}

.subMenuLink:hover{
 background-color:#F9603A;
   /*background-color:#f1f1f1;*/
}

.subMenuLinkSelected:hover{
    background-color:#F9603A;
   /*background-color:#f1f1f1;*/
}


