html
{
    /* background-image: url("http://www.testwebben.se/000/Images/");
    background-position: center top;
    background-repeat: repeat-y;*/
    background-color: #EAEAEA; 
}

body
{
    text-align: left;
    margin: 0;
    padding: 0;
}

/* CONTENT (start) --------- */

body, textarea
{
    font-family: "Futura Light BT", arial, verdana, helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: black;
}

h1, h2, h3, h4, h5, h6
{
    color: #5c67d0;
    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.7em;
    margin: 1em 0em 0em 0em;
}

h1,
.modGallery h3,
.modGuestbook h2,
.modCatalog h2,
.modNewsList h2
{
    text-transform: none;
    letter-spacing: 0.1em;
    font-size: 1.9em;
    margin: 0em 0em 0em 0em;
}

/* från h1 till h2 */
.modGuestbook form h2
{
    font-size: 1.3em;
}

p
{
    font-size: 1em;
    margin: 0.5em 0em 0em 0em;
}

a,
a:link,
a:hover,
a:visited,
a:active
{
    color: #6a9d11;
    text-decoration: none;
    font-weight: bold;
}

a:hover
{
    text-decoration: underline;
}

img
{
    border: 1px #eaeaea solid;
    padding: 3px;
    margin: 0em 0em 1em 1em;
}

td img
{
    margin: 0em 0em 0em 0em;
}

hr
{
    height: 1px;
    margin: 0.5em 0 1em 0;
    color: gray;
    background-color: gray;
}

ul,
ol
{
    margin: 1.2em 0em 1.2em 2em;
}

ul li,
ol li
{
    margin: 0.2em 0em 0em 0em;
}

ul li
{
    list-style: circle;
}

table
{
    border-collapse: collapse;
    margin: 1em 0em 0em 0em
}

table td
{
    vertical-align: top;
    padding: 0.1em 0.5em 0em 0em;
}

td p
{

    padding: 0em;
    margin: 0em;
}

/* CONTENT (end) ----------- */

/* FOOTER ------------------ */

#main-footer
{
    font-size: 0.8em;
    text-align: center;
    padding: 5em 1em 1em 1em;
}

#footer
{
    display: none; 
}

/* LAYOUT ------------------ */

#wrapper
{
    text-align: left;
    width: 950px;
    margin: 1em 0em 1em 1em;
    background-color: white;
    border: 1px solid #5B6CDE;
}

#header
{
    background-image: url("http://www.testwebben.se/404/Images/bg_header.jpg");
    background-position: right top;
    background-repeat: no-repeat;
    height: 278px;
}
#header span
{
    background-image: url("http://www.testwebben.se/404/Images/logo.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    height: 91px;
    width: 192px;
    display: block;
    margin-top: 8px;
}

#main
{
    margin: 1em 0em 0em 0em;
}

#main-left
{
    float: left;
    width: 198px;
    padding: 0em 0em 0em 0em;
}

#main-content
{
    float: left;
    width: 720px;
    padding: 0em 0em 0em 0em;
}

.clear
{
    clear: both;
    line-height: 0.01;
    border-style: none;
}

/* NAV --------------------- */


#nav
{
	margin: 0 10px 2em 10px;
}

#nav ul
{
	margin: 0 10px 2em 20px;
	line-height: 1.1em;
	font-size: 0.8em;
	text-transform: uppercase;
	padding: 0;
}

#nav ul ul
{
	margin: 0 0px 0.5em 1.5em;
}

#nav ul li,
#nav ul ul li
{
	color: white;
	padding: 0.3em 0em 0.3em 0em;
	list-style: disc;
}

#nav ul ul li
{

}


#nav a:link,
#nav a:hover,
#nav a:visited,
#nav a:active
{
    color: #6a9d11;
    text-decoration: none;
    font-weight: bold;
    text-transform
}

#nav a:hover
{
	text-decoration: none;
	color: #020eff;
}

#nav ul #liCurrent,
#nav ul #liCurrent a:link,
#nav ul #liCurrent a:hover,
#nav ul #liCurrent a:visited,
#nav ul #liCurrent a:active
{
	color: #5c69db;
}

/* MODULER ----------------- */
