/* CSS Document */

html
{
    background-color: #000;
    margin: 0;
    padding: 0;    
}

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

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

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

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

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

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

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

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

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

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

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

p
{

}

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;
}


.bild
{
    border: 1px #000 solid;
    background: #99035c;
    padding: 2px;   
}

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-image: url("http://www.testwebben.se/613/Images/047balk.gif");
    background-position: left top;
    background-repeat: repeat-x;
    background-color: #CCCCCC;  
    margin: 0px;
    padding: 0px; 
    text-align: center;
    border: #999999 1px solid;
    font-size: 10px;
}

#footer p
{
    padding: 5px; 
}

#footer a,
#footer a:link,
#footer a:hover,
#footer a:visited,
#footer a:active
{
    color: #000;
    text-decoration: none;
    font-weight: normal;
}

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

#wrapper
{
    background-image: url("http://www.testwebben.se/613/Images/047bg.gif");
    background-repeat: repeat-y;
    background-color: #fff; 
    width: 800px;  
    margin: 0 auto;  
}

#header
{
    width: 100%;
    height: 160px;
    background: url("http://www.testwebben.se/613/Images/047topp.jpg");
}

#header2
{
    width: 100%;
    height: 10px;
    background-image: url("http://www.testwebben.se/613/Images/047balk.gif") repeat-x;
    background-repeat: repeat-x;
    background-color: #999999;
}

#main
{

}

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

#main-content
{
    float: left;
    width: 600px;
}

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



/* MENY------------------ */
#nav
{
        
        text-align: left;
        padding: 0.5em;
        margin: 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, #nav ul li a:visited 
{ 
        color: white;
}

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

#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
{
	
} 
