
body
{
        
    font-family: Georgia;
    margin: 10px 10px 0px 10px;
    padding: 0px;
    background-color:darkorange;
    
}
	
	#logo 
	{
	    position:absolute;
	    top: 190px;
		background:darkorange;
   	    border:0px;
   		margin-left: 156px;
   		width:595px;
		}
		
	#ikoner 
	{
	    position:absolute;
	    top: 235px;
		background:darkorange;
   	    border:0px;
   		margin-left: 156px;
   		width:595px;
		}
	
	#leftcontent {
		position: absolute;
		left:20px;
		top:210px;
		width:145px;
		font-size: 14px;
		background:#fff;
		background-color:white;
		}
	#leftcontent p {
		font-size:10px
		}	

	#centercontent 
	{
	    position:absolute;
	    left: 40px;
	    top: 335px;
		background:#fff;
   		margin-left: 133px;
   	    border:1px;
   		width:595px;
   		background-color:white;
		}

	#rightcontent {
		position:absolute;
		margin-left:770px;
		top:210px;
		width:280px;
		background:#fff;
        background-color:white;
		}
	
	#banner {
		background:#fff;
		height:200px;
		width:1100px;
		background-color:darkorange;
		}
		
	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
		
	#banner h1 {
		font-size:14px;
		padding:10px 10px 0px 10px;
		margin:0px;
		}
	
	#rightcontent p {
		font-size:10px
		}
	img 
	{
	    padding-left: 10px; 
	    }
	table
	{
	    padding-left: 10px; 
	    }