
body  {
    
	font: 100% Verdana, Arial, Helvetica, sans-serif;
    background: url(images/img01.jpg) repeat-x left top;
	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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 */
	color: #000000;
}

#container { 

    border: 1px solid #CCCCCC;
    background: url(images/backgroundbody.jpg) repeat-y left top;
	width: 925px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	margin:  0px auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


#mainContent {
    background: url(images/backgroundbody.jpg) ;
/*    border: 1px solid #333333;  */ 
	margin:15px 200px 0px 160px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
#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 */
}
.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;
}

.tablestyle {
   margin: 0px 0px 10px 30px;
   width: 480px;
   color: darkred; 
   border-collapse: collapse;
   border: 0px  solid #660000;
   border-space: 4px 4px;
}

/*tr td {background-color: #ffffff;} */

td { font-size: 0.8em;
          
      border-left: 0px solid #CCCCCC;
      border: 0px solid #FFFFFF;  
}


.bildejusteringleft {
     margin: 8px 15px 10px 5px;
     float: left;
} 

.bildejusteringright {
     margin: 10px 0px 10px 10px;
     float: right;
} 

.bildejusteringsenter {
     margin: 30px 190px 10px 0px;
     float: right;
} 
blockquote {
	margin-left: 1em;
	padding-left: .75em;
	border-left: 1px solid #9E9D89;
}

h1, h2, h3 {
	font-family: Comic Sans, Georgia, "Times New Roman", Times, serif;
	color: #660000;
	

}

h1 {
	letter-spacing: -.05em;
	font-size: 2.2em;
	margin-top: 1em;
}

h2 {
	margin-top: 1em;
	letter-spacing: -.05em;
	font-size: 1.4em;
}

h3 {
	margin-top: 1em;
}

p {
	margin-top: 1em;
	line-height: 160%;
	font-size: 0.8em;
}



ul, ol {
	margin-top: 1em;
	line-height: 160%;
}


ul li {
	margin-left: 0.8em;
	padding-left: .75em;
	background: url(images/img05.gif) no-repeat left center;
}

ol {
	margin-left: 1em;
	list-style-position: inside;
	
}
