@charset "utf-8";

body, html {
    margin: 0;
	padding: 0;
    width: 100%;
	height: 100%;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
div {
    text-align: left;
}

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #FF0000;
	background-color:#cdcdcd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(img/back.gif);
	background-repeat: repeat;
}
.twoColFixLtHdr #container {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	position: relative;
	min-height:100%;
	border: 1px solid #333;
    border-top: 0px solid #333;
    border-bottom: 0px solid #333;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #header {
	padding: 0;  /* 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. */
	margin: 0px;
	height: 180px;
	width: 800px;
	background-color: #DDDDDD;
	background-image: url(img/exposeweb.jpg);
	
	
	text-indent: -99999999999px; /*visar en text (exposeweb.net) om webbläsaren inte stödjer css*/
} 
.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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#menu {
	width: 140px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:auto;
	text-align:left;
	float: left;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
}
/*#menu a {
	text-decoration: none;
}
#menu a:link {
	color:#255a99;
}
#menu a:visited {
	color:#255a99;
	text-decoration:none;
}
#menu a:hover {
	color:#255a99;
	text-decoration:underline;
}*/
.twoColFixLtHdr #sidebar1 {
	width: 800px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:40px;
	padding: 0px;
	text-align:center;
	
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
}
.twoColFixLtHdr #sidebar1 p {
	line-height:40px;
}

#sidebar1 ul{
	margin: 0 auto;
	padding: 0;
	float: left;
	width: 100%;
	height: 100%;
	background: #232323;
	background-image:url(img/menu_i.gif);
	font: 12px Verdana, Helvetica, sans-serif;
	font-weight:bold;
}
#sidebar1 li{
	display: inline;
}
#sidebar1 ul a{
	float: left;
	text-decoration: none;
	padding: 13px 20px;
}
#sidebar1 a:link{
	color: #e4e4e4;
}
#sidebar1 a:visited{
	color: #e4e4e4;
}
#sidebar1 a:hover{
	background: #255a99;
	background-image:url(img/menu_h.gif);
}
#sidebar1 a#current{
	background: #255a99;
	background-image:url(img/menu_o.gif);
	color: #FFFFFF;
}

.twoColFixLtHdr #mainContent {
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 50px;
	/*padding-bottom: 0;*/
	padding-left: 20px;
	margin: 0;
	float: right;
	width: 580px;
} 
.twoColFixLtHdr #footer {
	width:100%;
	position: absolute;
	bottom:0 !important;
	bottom: -1px;
	height: 40px;
	text-align:center;
	background-color: #333333;
	background-image: url(img/foo-back.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
} 
.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: 10px 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;
}

p {
	color: #000000;
	/*display:inline;*/
	padding: 0;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 12px;
}
a {
	font-size:12px;
	color: #255a99;
	text-decoration: none;
}
a:visited {
	color: #255a99;
	text-decoration: none;
}
a:hover {
	color: #255a99;
	text-decoration: underline;
}
.f-footer {
	font-size:10px;
}


ul#navlist
{
margin-left: 0;
padding: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #036;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #369;
text-decoration: none;
}




			/*rounded buttons GRAY*/
			
a.boldbuttons{
background: transparent url('img/roundedge-gray-left.gif') no-repeat top left;
display: block;
float: left;
font: bold 12px Arial; /* Change 13px as desired */
line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
height: 30px; /* Height of button background height */
padding-left: 8px; /* Width of left menu image */
text-decoration: none;

}

a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
color: white; /*button text color*/
}

a.boldbuttons span{
background: transparent url('img/roundedge-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

a:hover.boldbuttons{ /* Hover state CSS */
text-decoration: underline;
}


.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}


			/*rounded buttons RED*/

a.boldbuttons2{
background: transparent url('img/roundedge-red-left.gif') no-repeat top left;
display: block;
float: left;
font: bold 12px Arial; /* Change 13px as desired */
line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
height: 30px; /* Height of button background height */
padding-left: 8px; /* Width of left menu image */
text-decoration: none;

}

a:link.boldbuttons2, a:visited.boldbuttons2, a:hover.boldbuttons2, a:active.boldbuttons2{
color: white; /*button text color*/
}

a.boldbuttons2 span{
background: transparent url('img/roundedge-red-right.gif') no-repeat top right;
display: block;
padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

a:hover.boldbuttons2{ /* Hover state CSS */
text-decoration: underline;
}


.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}