/* CSS Document */

body 
{
    background-color: #ffffff;
    margin: 0;
    padding: 0;    
}

/*-----------------------------------------------------*/

/* CONTENT (start) --------- */

body, textarea
{
    font-family: arial,verdana,sans-serif;
    font-size: 12px;
    line-height: 1.5;
    color: white;
}

h1, h2, h3, h4, h5, h6
{	
    color: #e60f09;
    padding: 0em;
    font-weight: normal;
    text-decoration: none;
    font-family: Garamond, serif;
}

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
{
    font-size: 12px;
    margin: 0.5em 0em 0em 0em;
}

a,
a:link,
a:hover,
a:visited,
a:active
{
    color: #fff;
    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.1em 0em 0em 1em; 
}

ul li
{
    list-style: square;
}

img
{
    
}

table
{
    border-collapse: collapse;
    margin: 1em 0em 0em 0em
}

hr
{
    height: 1px;
    margin: 0.5em 0 1em 0;
    color: gray;
    background-color: gray;
}

.linje
{
    border-left: 1px  solid #18178c;
}

/* CONTENT (end) ----------- */

/* FOOTER ------------------ */

#footer
{
    background: #000;
    margin: 0px;
    padding: 0px; 
    text-align: center;
    border: #999999 1px solid;
}

#footer p
{
    padding: 5px; 
}

#footer a,
#footer a:link,
#footer a:hover,
#footer a:visited,
#footer a:active
{
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}


/* LAYOUT ------------------ */

#wrapper
{
    background-image: url("http://www.testwebben.se/219/Images/047bg.gif");
    background-repeat: repeat-y;
    background-color: #fff; 
    width: 950px;  
    margin: 0 auto;  
}

#header
{
    width: 100%;
    height: 160px;
    background: url("http://www.testwebben.se/219/Images/topp.jpg");
}

#header2
{
    width: 948px;
    height: 2px;
    background: #fff;
    border-bottom: 1px #000 solid;
    border-left: 1px #999999 solid;
    border-right: 1px #999999 solid;
}

#main
{

}

#main-left
{
    width: 200px;
    float: left;
}

#main-content
{
    float: left;
    width: 730px;
}

#main-content img
{
    border: 1px solid #fff;
}

.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 
{ 
        color: white;
}

#nav ul li a:visited 
{ 
        color: white;
}

#nav ul li a:hover, #nav ul #liCurrent a
{
        color: #e60f09; 	
}

#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
{
	
} 
/*-- Start standardcss för skyddad sida --*/

#divProtectedPageDialog label
{
     display: block; width: 110px; float: left;
}

#divProtectedPageDialog button
{
     margin-left: 182px;
}

#divLogutDialog
{
     float:right;
}
#divProtectedPageDialog #btnNewPassword
{
     margin-left: 118px;
}
/*-- Slut standardcss för skyddad sida--*/

