/* (009)(IT Byggarna - 107386) MP 061127 */

body
{
	background: #abbbd4 url(http://www.testwebben.se/249/Images/bg.gif);
	
}


#divWrapper
{
	margin: auto;
	border: 2px #fff solid;
	background: #fff;
	width: 850px;
}

#divWrapper a:link, #divWrapper a:visited
{
       color: #333333;
       text-decoration: none;
}

#divWrapper a:hover
{
       color: #000;
       text-decoration: none;
}



#divHeader
{
	background: #fff url(http://www.testwebben.se/249/Images/topp.gif) bottom repeat-x;
	width: 850px; 
	height: 100px;
	text-align: center;
	font-size: 30px;
}


#divColumnWrapper
{
	background-image: url(http://www.testwebben.se/249/Images/mainbg.gif);  
	padding: 0;
	margin: 0;
        font: 12px trebuchet ms, verdana;	
}

#divLeft
{
	width: 246px; 
	float: left;       
}


#divLeft img
{
      margin: 1px;
}

h1
{
	font-size: 16px;
}


h2
{
	font-size: 14px;
}


h3
{
	font-size: 12px;
}


#divContent
{
	width: 400px; 
	float: left; 
	padding: 10px;
}

#divContent2
{
	width: 100px; 
	float: right; 
	padding: 10px 20px;

}

.clear
{
	clear: both;	
}


#divFooter
{		
        background: white; 
	text-align: center;
	font: 10px trebuchet ms, verdana;

}

#divFooter a:link
{
	text-decoration: none; 
        color: #7894b9; 
}

#divFooter a:visited
{
	text-decoration: none; 
        color: #7894b9; 
}

#divFooter a:hover
{
	color: #000; 
        text-decoration: none; 
}

#divFooter a:active
{

}

div.imagecaption
{	margin: 3em 1em 1em 1em; 
	text-align: center;

}

div.imagecaption img
{
 	border: 1px solid #000;
}


/*---Nyheter---*/

.modNewsList li
{
     list-style-type: none;
}

#divContent2 .modNewsList .NewsList li
{
     margin-left: -30px;
     margin-top: 10px;
}


.modNewsList a
{
     font-weight: normal;
}

.modNewsList 
{
     font-size: 10px;
}

.NewsList li
{
     margin-left: 0px;
}



/*---Meny---*/

#divMenu
{
	margin: auto;
	background: white;
	width: 850px; 
        font-family: verdana, arial, helvetica;
        font-size: 10px;
        height: 50px;
}

#divMenu ul
{
	margin: 0;			
        padding: 3px 0; 
	text-align: center;
	float: left;	 				
}

#divMenu ul li
{
	list-style-type: none; 
	padding: 3px 0.5em; 	
	display: inline;
	
}

#divMenu ul li a
{
	padding: 3px 0.5em; 
	margin-left: 3px;
	text-decoration: none;  
}

#divMenu ul li a:link 
{ 
	color: black;
	
}

#divMenu ul li a:visited 
{ 
	color: black;
}

#divMenu ul li a:hover
{
	color: #7894b9; 
}

/*-----------------------------------------------------------------*/



#divMenu ul ul
{
    margin-top: 8px;
}

#divMenu ul ul li
{
	list-style: none;
	margin: 0;
	display: inline;
}

#divMenu ul ul li a
{
	padding: 3px 0.5em;
	margin-left: 3px;
	color: black;	
	text-decoration: none;
}

#divMenu ul ul li a:link 
{ 
	color: black;
}

#divMenu ul ul li a:visited 
{ 
	color: black;
}

#divMenu ul ul li a:hover
{
	color: #7894b9; 
	
} 


