/* CSS Document */

body {
	
	background:#fff;
	text-align: center;
}

h1
{
	font-size: 18px;
        color: #2180BD;
}

h2
{
	font-size: 14px;
        color: #2180BD;
	
	
}

h3
{
	font-size: 12px;
	margin-bottom: 1px; 
}

h4
{
	font-size: 10px;
	background: #FFCC99;
	margin-bottom: 0px; 
}

table
{
   	font-family: verdana;
	font-size: 11px; 
		
}

#divWrapper
{
	background: url(http://www.testwebben.se/346/Images/bg.gif);
	width: 800px;
	margin-right: auto; 
	margin-left: auto;
	padding: 0px;
	font-family: verdana;
	font-size: 11px; 
		
}


#divTop
{
	width: 100%;
	height: 160px;
	background: url(http://www.testwebben.se/346/Images/topp.gif);
}

#divTop2
{
	width: 100%;
	height: 10px;
	background: #CCCCCC url(http://www.testwebben.se/346/Images/047balk.gif) repeat-x;
}


#divMenu
{
	width: 170px;
	float: left;
	text-align: left;
	
}

#divMenu ul 
{	
	margin-top: 30px; 
	
}

#divMenu ul li
{
        list-style-type: none;
	margin-left: -35px;	
        padding-bottom: 5px;
}


#divMenu ul li a
{
	padding: 3px 0.5em; 
	margin: 0px;
	color: black;
	text-decoration: none; 
	width: 98px;
	font-family: arial, helvetica;	
	
}

#divMenu ul li a:link 
{ 
	color: black;
}

#divMenu ul li a:visited 
{ 
	color: black;
}

#divMenu ul li a:hover
{
	color: white;	
}

#divMenu ul ul
{
    margin-top: 5px; 
	margin-bottom: 4px; 
	margin-left: 15px;
}

#divMenu ul ul li
{
       margin-left: -35px !important;	
       margin-left: 0px;	
        	
}

#divMenu ul ul li a
{
	
}

#divMenu ul ul li a:link 
{ 
	
}

#divMenu ul ul li a:visited 
{ 
	
}

#divMenu ul ul li a:hover
{
	
} 


#divContent
{	
	width: 600px;	
	float: left;
	padding: 5px;
	text-align: left;
	display: inline;
}


#divContent a:link, 
#divContent a:visited
{
        color: black;
        text-decoration: none;
}

#divContent a:hover
{
       text-decoration: underline;
}


.Clear
{
	clear: both;
}


#divFooter
{

	height: 40px !important;
	height: 30px;
	background: #CCCCCC url(http://www.testwebben.se/310/Images/047balk.gif) repeat-x;
	margin: 0px;
	padding: 0px; 
	text-align: center;
	border: #999999 1px solid;
        font-size: 10px;
}

#divFooter p
{
 	padding: 5px; 
}

#divFooter a:link, #divFooter a:visited
{
       color: black;
       text-decoration: none;
}

#divFooter a:hover
{
       color: #666667;
       text-decoration: none;
}

