/*fonts*/ #tblTemplateHolder,body, table, tr, td {font:12px arial, verdana,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}* {line-height:1.5em;}

/* CSS Document */

body 
{
    background-color: #819095;
    margin: 0;
    padding: 0;    
}

/*-----------------------------------------------------*/

/* CONTENT (start) --------- */

body, textarea
{
    font-family: arial,verdana,sans-serif;
    font-size: 12px;
    line-height: 1.5;
    color: black;
}

h1, h2, h3, h4, h5, h6
{	
    color: #FF7F00;
    padding: 0em;
    font-weight: bold;
    text-decoration: none;
}

h6
{
    font-size: 0.7em;
    margin: 0em 0em 0em 0em;
}

h5
{
    font-size: 0.8em;
    margin: 0em 0em 0em 0em;
}

h4
{
    font-size: 0.9em;
    margin: 0em 0em 0em 0em;
}

h3
{
    font-size: 1em;
    margin: 0em 0em 0em 0em;
}

h2
{
    font-size: 1.3em;
    margin: 0em 0em 0em 0em;
}

h1,
.modGallery h3,
.modGuestbook h2,
.modCatalog h2,
.modNewsList h2
{
    text-transform: none;
    font-size: 2.1em;
    margin: 0em 0em 0em 0em;
}

/* från h1 till h2 */
.modGuestbook form h2
{
    font-size: 1.3em;
}

p
{
    font-size: 12px;
    margin: 0.5em 0em 0em 0em;
}

a,
a:link,
a:hover,
a:visited,
a:active
{
    color: #403e33;
    text-decoration: underline;
    font-weight: bold;
}

a:hover
{
    text-decoration: none;
}

ul,
ol
{
    margin: 1.2em 0em 1.2em 2em;
}

ul li,
ol li
{
    margin: 0.2em 0em 0em 0em;
}

ul li
{
    list-style: circle;
}


img
{
    border-style: solid;
}

table
{
    border-collapse: collapse;
	margin: 1em 0em 0em 0em
}
table td
{
    vertical-align: top;
    padding: 0.1em 0.5em 0em 0em;
}

hr
{
    height: 1px;
    margin: 0.5em 0 1em 0;
    color: gray;
    background-color: gray;
}

/* CONTENT (end) ----------- */

/* FOOTER ------------------ */

#footer
{
    background-position: left top;
    background-repeat: repeat-x;
    background-color: #ff7f00;  
    margin: 0px;
    padding: 5px 0; 
    text-align: center;
    color:white;
    border:0px solid #ff7f00;

}

#footer p
{
    padding: 0px; 
}

/* LAYOUT ------------------ */

#wrapper
{
    background-image: url("http://www.testwebben.se/662/Images/047bg.jpg");
    background-repeat: repeat-y;
    background-color: #fff; 
    width: 800px;  
    margin: 2em  auto;
    border:2px solid black;
}

#header
{
    width: 100%;
    height: 160px;
    background: url("http://www.testwebben.se/662/Images/047topp.jpg");
    border-bottom:2px solid black;
}

#header2
{
    width: 100%;
    height: 2px;
    background-repeat: repeat-x;
    background-color: #819095;
}

#main
{

}

#main-left
{
    width: 170px;
    float: left;
}

#main-content
{
    float: left;
    width: 600px;
    margin-top:1em;
    margin-bottom:1em;
}

.clear
{
    clear: both;
    line-height: 0.01;
    border-style: none;
}



/* MENY------------------ */
#nav
{
        
        text-align: left;
        padding: 0.5em;
        margin: 1em 0.5em;
        font-size: 11px; 
}

#nav ul 
{	
        margin-top: 50px; 
        padding: 0;
        margin: 0;
}

#nav ul li
{
        list-style-type: none;
        margin: 0em;	
        padding: 0em;
}

#nav ul li a
{
        padding: 3px 0.5em; 
        margin: 0px;
        color: black;
        text-decoration: none; 
        width: 98px;
        font-family: arial, helvetica;
}

#nav ul li a:link 
{ 
        color: black;
}

#nav ul li a:visited 
{ 
        color: black;
}

#nav ul li a:hover
{
        color: white;
        border-left:4px solid white;
}

#nav ul ul
{
        margin-top: 5px; 
        margin-bottom: 4px; 
        margin-left: 15px;
}

#nav ul ul li
{
	
}

#nav ul ul li a
{
	
}

#nav ul ul li a:link 
{ 
	
}

#nav ul ul li a:visited 
{ 
	
}

#nav ul ul li a:hover
{
	
} 

#smelink_linkbox a {

color:white;
text-decoration:none;}