/* CSS Document */
html
{
	background: #9dc65f url(http://www.testwebben.se/213/Images/bg.gif)  fixed repeat-x;	
}

#divWrapper
{
    width: 860px;
    padding: 3px;
    background: #fff url(http://www.testwebben.se/213/Images/frukt.jpg) top left no-repeat;
    border: solid 1px #333333;
    margin: 1em auto;
    font-family: Arial, Verdana, sans-serif; 
    
}

#divWrapper a:link, #divWrapper a:visited
{
   text-decoration: none;
   color: #9dc65f;
}

#divWrapper a:hover
{
  color: black
}

#divWrapper img
{
   border: 0px;
}

#divLeft
{
	width: 200px; 
	float: left; 
        /*height: 700px;*/
       
}


#divRight
{
	width: 640px; 
	float: left; 
    
       
}


#divHeader
{
	/*background: #F9F97E;*/
	width: 640px !important;
	width: 640px;
	/*height: 77px !important;*/
	height: 120px;
	/* float: left; */
	padding: 10px;
	color: white;
	text-align: center;
}


#divContent
{
	width: 640px;
        /*height: 400px;*/
        
	/* float: left; */
	padding: 10px;
	color: black;
	/*background: #fff url(http://www.testwebben.se/238/Images/gul.gif) repeat-x;*/
	font-size: 12px;
}

#divFooter
{
	color: white;
	text-align: center;
        margin: 1em auto;
        width: 900px;
        font: 12px Arial, Verdana, sans-serif; 
}

#divFooter a
{
     color: white;
     text-decoration: none;
}


#divMenu
{
	padding: 20px 0 0 20px;
	font: 11px arial;
        float: left;  
        margin-right: 10px;
        margin-top: 200px; 
	
}

#divMenu ul
{
	padding: 0px;
        margin: 0px;
	
					
}

#divMenu ul li
{
	list-style-type: none; 
	padding: 2px;
	margin: 10px 0px;
	background: #605f60 url(http://www.testwebben.se/213/Images/menybg.gif) repeat-x;
	width: 120px; 	
}


#divMenu ul li a
{
	
	text-decoration: none;
	
	
}

#divMenu ul li a:link 
{ 
	color: #fff;

	
	
}

#divMenu ul li a:visited 
{ 
	color: #fff;
	
}

#divMenu ul li a:hover
{
	color: #000; 
	text-decoration: none;
	text-size: 10px;
}

#divContent h1
{
	color: #333333;
        font-family: book antiqua,palatino;
	font-size: 20px;
}

#divContent h2
{
	color: #333333;
        font-family: book antiqua,palatino;
	font-size: 18px;
}

#divContent h3
{
	color: #333333;
        font-family: book antiqua,palatino;
	font-size: 16px;
}


h4, h5, h6
{
	color: #333333;
	font-size: 12px;
}


