html 
{
	background-image: url(http://www.testwebben.se/1685/Images/082_bg_html.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #b5c888;
	overflow:auto;
}

body 
{
	text-align: left;
	margin: 0;
	padding: 0;
}

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

body 
{
	/* Content editor body 
	background-color: white; */
}

body, select, input, textarea, table 
{
	font-family: georgia,garamond,"times new roman",times, serif;
	color: black;
	font-size: 85%;
}

table 
{
	font-size: inherit;
	font-size: 100%;
}

body, p, li, td 
{
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 
{
	color: #ad1105;
	padding: 0em;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.1;
}

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

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

h4 
{
	font-size: 0.8em;
	margin: 1.5em 0em 0em 0em;
}

h3 
{
	font-size: 1.2em;
	margin: 1.5em 0em 0em 0em;
}

h2 
{
	font-size: 1.5em;
	margin: 2em 0em 0em 0em;
}

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

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

a,
a:link,
a:hover,
a:visited,
a:active 
{
	color: #b11008;
	text-decoration: none;
	font-weight: bold;
}

a:hover 
{
	text-decoration: underline;
	color: blue;
}

img 
{
	border-style: none;
	border: 1px #e8e9ed solid;
	padding: 2px;
}

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

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

ul li,
ol li 
{
	margin: 0.3em 0em 0em 0em;
	list-style-position: outside;
	line-height: 1em;
	padding: 0 0 0.5em 0;
}

ul 
{
	list-style: url(http://www.testwebben.se/1685/Images/) disc;
}

ol 
{
	list-style: decimal;
}

table 
{
	border-collapse: collapse;
	border-spacing:0;
	margin: 1em 0em 0em 0em
}

table td 
{
	vertical-align: top;
	padding: 0.2em 1em 0.2em 0.3em;
	/* border: 1px solid silver; */
}

tr.odd
{
        background-color: #b5c888;
}

#vanster tr, #hoger tr
{
	font-size: 80%;
}

#vanster tr.over, 
#hoger tr.over
{
        background-color: #c9d8a7;
}

strong 
{
	font-weight: bold;
}

em 
{
	font-style: italic;
}

blockquote 
{
	margin: 0em 3em;
}

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

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

#footer 
{
	font-size: 0.8em;
        font-family: arial, verdana;
	text-align: center;
	clear: both;
	background-image: url(http://www.testwebben.se/1685/Images/082_bg_footer.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 133px;
	height: auto !important;
	height: 133px;
}

#footer p
{
	padding: 55px 30px ;
	color: #707272;
}


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

#wrapper 
{
	text-align: left;
	width: 820px;
	background-image: url(http://www.testwebben.se/1685/Images/082_bg_wrapper.gif);
	background-position: center top;
	background-repeat: repeat-y;
	margin: 0 auto;

}

#container
{
	background-image: url(http://www.testwebben.se/1685/Images/082_bg_container.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

#header 
{
	height: 220px;
}

#main 
{
	margin: 0em 2em 1em 2em;
}



#main-content 
{
	float: left;
	width: 550px;
	margin: 80px 0em 0em 0em;
	padding-right: 20px;
   	border-right: 1px #ddeef8 dashed;
}

#main-right 
{
	float: left;
	width: 170px;
	margin: 150px 0em 0em 0em;
}

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

/* STANDARD NAV (vertikal css) */ 




#nav ul
{
   margin: 1.1em 0em 0.5em 1.5em;
   padding: 0;
   font-size: 0.9em;

}

#nav ul ul,
#nav ul ul ul
{
   margin-top: 0em;
   margin-left: 1.5em;
   padding: 0;
}

#nav ul li ul,
#nav ul li ul li ul,
#nav ul li.current ul li ul
{
   display:none;
   font-weight: normal;
}

#nav ul li.current ul,
#nav ul li.current ul li.current ul
{
   display: block;   
}

/* nivå 1 */
#nav li
{
   list-style-type: disc;
   color: #d8e4f0; /* färg på listikon */
   margin: 0.2em 0em 0em 1em;
   padding: 0.2em 0em 0em 0em;
}

/* nivå 2 */
#nav li li
{
   list-style-type: disc;
   color: #d8e4f0; /* färg på listikon */
   margin: 0.2em 0em 0em 0em;
   padding: 0.2em 0em 0em 0em;
}

/* nivå 3 */
#nav li li li
{
   list-style-type: disc;
   color: #d8e4f0; /* färg på listikon */
   margin: 0.2em 0em 0em 0em;
   padding: 0.2em 0em 0em 0em;
}

/* Text, grundformatering */
#nav li a:link,
#nav li a:visited,
#nav li a:hover
{
   /* font-family: arial,verdana,sans-serif; */
   letter-spacing: normal;
   text-transform: none;
   text-decoration: none;
   color: #686868;
   font-size: 1em;
   font-weight: normal;
   padding: 0em;
}

/* Aktuell sida, färg på listikon */
#nav li#current
{
   color: #b51201; 
}

/* Aktuell sida, text */
#nav li#current a:link,
#nav li#current a:visited
{
   text-transform: none;
   font-weight: bold;
   color: #b51201;
}

/* Aktuell nivå 1-3 */
#nav ul li.current a:link,
#nav ul li.current a:visited,
#nav ul li.current ul li.current a:link,
#nav ul li.current ul li.current a:visited,
#nav ul li.current ul li.current ul li.current a:link,
#nav ul li.current ul li.current ul li.current a:visited,
{
   text-transform: none;
   font-weight: bold;
   color: #686868;
}

/* Nivå 2-3, under aktuell sida */
#nav ul li.current ul li a:link,
#nav ul li.current ul li a:visited,
#nav ul li#current ul li a:link,
#nav ul li#current ul li a:visited,
#nav ul li.current ul li.current ul li a:link,
#nav ul li.current ul li.current ul li a:visited
{
   text-transform: none;
   font-weight: normal;
   color: #686868;
}

/* Nivå 1-3 onmouseover */
#nav ul li a:hover,
#nav ul li.current a:hover,
#nav ul li.current ul li a:hover,
#nav ul li#current ul li a:hover,
#nav ul li.current ul li.current a:hover,
#nav ul li.current ul li.current ul li a:hover,
#nav ul li.current ul li.current ul li.current a:hover
{
    color: #b40f0b; 
} 