/* CSS Document */

body 
{
    background-color: #2a67a1;
    margin: 10px 0;
    padding: 0;    
}

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

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

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

h1, h2, h3, h4, h5, h6
{  
    color: #0e2f4f;
    padding: 0em;
    font-weight: normal;
    text-decoration: none;
    font-family: Georgia, 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: 1.7em;
    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: #2a67a1;
    text-decoration: underline;
    font-weight: bold;
}

a:hover
{
    text-decoration: none;
    color: #204b74;
    
}

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

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

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

.bild
{
    padding: 3px;
    border: #ccc 1px solid;
}

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

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

#footer
{
    background-color: #204b74;  
    margin: 0px;
    padding: 0px; 
    text-align: center;
    border: #204b74 1px solid;
    color: #fff;
}

#footer p
{
    padding: 5px; 
}

#footer a
{
    color: #fff;
    font-size: 10px;
    text-decoration: none;
}


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

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

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

#header2
{
    width: 100%;
    height: 10px;
    background-color: #204b74;
}

#main
{

}

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

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

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

#main-content ul li
{
    list-style-image: url(http://www.testwebben.se/511/Images/punkt.gif);
}



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

#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
{
        color: #ccc;  
}

#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--*/


