.body {
		background-color: #ebebeb;
		text-align: center; /* För IE5 och IE6 i quirks mode */
		padding: 0px;
		margin-top: 8px;
		font-family: Verdana, Arial, san-serif;
	 	}
	div.toppbild  { 
		background-image: url('topp.gif');
		position: relative;
		top: 0px;
		margin: 0px; 
		padding: 0px; 
		width: 550px; 
		height: 24px; 
		}
	
	div.bottenbild  { 
		background-image: url('botten.gif');
		background-repeat: no-repeat;
		position: relative;
		top: 0px;
		margin: 0px;
		padding-top: 2px; 
		width: 550px; 
		height: 15px; 
		font-size: 10px;
		text-align: center;
		clear: both;
		
		}
		
	div.container { 
		width: 550px;
		margin: auto;
		float: left;
		 }
	
	div.totalcontainer {
		width: 704px;
		text-align: left; /* Återställer text-align */
    	margin-left: auto; /* Centrerar i Gecko */
    	margin-right: auto; /* och även i IE6 standards mode */ 		
		}
	
	div.main {
		margin: 5px 8px 5px 8px;
		font-size: 11px;
		line-height: 14px;
		}
	
	div.main ul {
		padding-left: -15px;
		}
	
	div.main li {
		list-style-type: square;
		margin-bottom: 3px;
		}
	
	div.sponsorer {
		width: 150px;
		float: right;
		text-align: left;
		padding: 0px;
		margin: 44px 0px 0px 0px; 
		font-size: 12px;
		color: #5e5e5e;
		}
	
	div.sponsorer a {
		color: inherit;
		text-decoration: underline;
		}
	
	div.sponsorer a:visited {
		color: inherit;
		}
	
    div.sidlinjer  { 
    	position: relative;
    	top: 0px; 
    	width: 550px;
    	min-height: 400px;
    	background-image: url('test_bakgrund.gif');
  		background-repeat: repeat-y;
  		background-color: #FFF;
  		padding-bottom: 8px;
  		/* border-right: 1px solid #4a9ed7; 
    	border-left: 1px solid #4a9ed7; */
    	}
	div.toppmeny { 
		position: relative;
		top: 0px;
		width: 550px;
		height: 18px;
		padding: 0px;
		background-color: #191970;
		font-family: Arial;
		font-size: 10px; 
		}
	
	div.toppmeny ul {
		margin: 0px;
		padding-top: 4px;
		padding-left: 8px;
		}
	
	div.toppmeny li {
			float: left;
			margin-right: 10px;
			list-style-type: none; 
			}
	div.toppmeny a {
			text-transform: uppercase;
			text-decoration: none;
			color: #FFF;
			}
	
	div.toppmeny a:hover {
			text-decoration: underline;
			}
	
	div.left_content {
			border-top: 1px dotted #CCC;
			padding-top: 20px;
			padding-left: 5px;
			width: 300px;
			float: left;
			text-align: left;
			font-size: 11px;
			line-height: 14px;
			margin-left: 4px;
			}
	
	h1 		{
			font-size: 12px;
			margin-bottom: -9px;			
			}
	
	div.right_content {
			width: 220px;
			padding: 4px;
			background-color: #B0C4DE;
			float: right;
			margin-right: 4px;
			text-align: left;
			font-size: 10px;
			line-height: 12px;
			color: #00008B;			
			}
			
	div.right_content h1 {
			display: block;
			width: 210px;
			padding: 5px;
			background-color: #5F9EA0;
			font-size: 14px;
			font-weight: bold;
			color: #191970;
			margin: 0px 0px 3px 0px;
			}
			
	div.right_content a {
			font-weight: bold;
			color: #00008B;	
			text-decoration: none;			
			}
			
	div.right_content a:hover {
			text-decoration: underline;
			}
	div.right_content a:visited {
			color: #5454b4;
			}
			
	div.left_content a, div.main a {
			font-weight: bold;
			text-decoration: none;
			color: #000000;			
			}
	
	div.left_content a:hover, div.main a:hover {
			text-decoration: underline;
			}
	div.left_content a:visited, div.main a:visited {
			color: #6b6b6b;
			}
