body
{
	margin: 0px;			/* Anger denna för att IE Trycker ner sidan 10px utan anledning */
	padding: 0px;
	background: #ffffff;
	text-align:center;	    /* IE klarar inte av att tolka det korrekta kommandot för att centrera siten i webläsaren. Med detta säger vi åt IE att centrera allt. */
	color:#000000;		    /* Text färgen */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#pageWrapper
{
	height: auto;
	margin-top: 26px;
	padding-bottom: 26px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;	
	text-align: center;
	vertical-align:top;
	width: 782px;
}

#headerWrapperMain 
{
	width: 643px;
	text-align: center;
	padding: 0px;
	vertical-align:top;
	position:relative;
}

A {COLOR: #ffffff; TEXT-DECORATION:none; font-weight:bold}
A:visited {	COLOR: #ffffff; font-weight:bold}
A:hover {	COLOR: #ffffff; font-weight:bold; TEXT-DECORATION: underline; }

a.link{color:#000000;}
a.link:hover{color:#000000;}
a.link:visited{color:#000000;}

H1
{
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
	clear:both;
	padding: 0px 0px 10px 0px;
	margin:10px 0px 2px 0px
}

* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */#text #anchor {}

img 
{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#nav 
{
    float:left; 
    width:448px; 
    height:30px;
    background-image:url(../tly_images/rodkort.gif);
    background-repeat:no-repeat;
    margin-bottom: 20px;
    z-index:1;
    font-size:13px;
    font-weight:bold;
}
    
#nav ul
{
    margin:8px;
    padding:0;
    list-style:none;
}

#nav li
{
    display:inline;
    margin:0;
    padding:20px;
 }
 
 #header
 {
  float:left; 
  width:670px; 
  top:10px;
 }
 
 #main
 {
    width: 643px;
    height: 140px;
    margin: 50px 0px 20px 0px;
    float: left;
 }
 
 .main_columns 
 {
    float:left;
    width: 293px;
    height: 102px;
    background-image:url(../tly_images/rodram.gif);
    margin: 0px 10px 0px 10px;
    vertical-align:top;
    text-align:left;
 }
 
 #footer
 {
    float:left; 
    width:643px; 
    height:30px;
 }
 
 #footer_ul
 {
    margin:0;
    padding:0;
    list-style:none;
    display:inline;
 }
 
 .footer_li
 {
    margin:0;
    padding: 0px 3px 0px 3px;
    display:inline;
 }
 
 #footer_info
 {
    background-image:url(../tly_images/rodlang.gif);
    margin-top:20px;
    color:#ffffff;
    width:643px; 
    height:30px;
    font-size: 11px;
    letter-spacing:1px
 }
 
 
 
 
