/* CSS Document */

body
{
   margin-left: 0;
   margin-top: 10px;
        background: #424242 url(http://www.testwebben.se/266/Images/bg.jpg) repeat-x;
}


#divWrapper
{
    width: 900px;
    border: 1px solid black;
    font-family: Verdana, sans-serif; 
    font-size: 11px;
    margin: auto;
    background: white;
}

#divHeader
{   
   height: 300px;
   width: 900px;
   text-align: center;
        border-top: 1px solid white;
        border-bottom: 1px solid white;   

}

#divTop
{
   background: #fff url(http://www.testwebben.se/266/Images/topbg.gif) repeat-x;
    width: 896px;
   height: 30px;
        margin: 2px;
        border-top: 1px solid white;
        border-bottom: 1px solid white;   
}


#divMenu
{
   float: left;
   font-size: 10px;
   width: 180px;   
        background: #fff url(http://www.testwebben.se/266/Images/topbg.gif) repeat-x;
        margin: 2px;
   border-top: 1px solid white;
        border-bottom: 1px solid white;   
       
}

#divMenu img
{
       margin-left: 15px;
       margin-top: 15px; 
}

#divMenu ul
{
   
   
               
}

#divMenu ul li
{
   list-style-type: none; 
        padding: 0.1em;
   margin: 3px 0 10px -20px !important; /*--------------------------------*/
        margin: 10px 0 10px -20px;
   
}


#divMenu ul li a
{
   
   text-decoration: none; 
   
   
}

#divMenu ul li a:link 
{ 
   color: #000;
   

   
   
}

#divMenu ul li a:visited 
{ 
   color: #000;
   
}

#divMenu ul li a:hover
{
   color: #df0031;
   text-decoration: none;
   
}


#divContent
{
   
   background: #fff url(http://www.testwebben.se/266/Images/topbg.gif) repeat-x;
   width: 690px !important;
   width: 686px;
   float: left; 
   color: black;
   padding: 10px;
        margin:2px;
        border-top: 1px solid white;
        border-bottom: 1px solid white;
}

.bild
{
        background: #fff;
        padding: 5px;
        border: 1px solid #656565;
}


#divFooter
{
   clear: both;
   background: #fff;
   color: #000;
   border-top: 1px solid white;
   text-align: center;
   font-size: 10px; 
}

#divFooter a:link, #divFooter a:visited
{
   text-decoration: none;
   color: gray;
}

#divWrapper h1
{
    color: #df0031;
    font-weight: normal;
    letter-spacing: 0.1em;
    background: url(http://www.testwebben.se/266/Filer/Produkter/pil.gif) no-repeat; 
    padding: 1px 0 0 18px;
    margin-top: 0px;
    font-size: 20px;
    text-transform: uppercase;
}

#divWrapper a
{
    color: #000;
    
}


#divWrapper a:hover
{
    color: #df0031;
    text-decoration: none;
}
img
{
   border-style: none;
}



