html 
{
	background-image: url(http://www.testwebben.se/1196/Images/094_bg_html.gif);
	background-color: #000;
	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: verdana;
	color: black;
	font-size: 12px;
}

table 
{
	font-size: inherit;
	font-size: 100%;
}

body, p, li, td 
{
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 
{
	color: #1f4398;
	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: 0em 0em 0em 0em;
	background-image: url(http://www.testwebben.se/1196/Images/094_bg_h3.gif);
	background-repeat: repeat-x; 
	padding: 0;
	text-align: center;
	color: white;
}

h2 
{
	font-size: 1.5em;
	margin: 0em 0em 0em 0em;
}

h1,
.modGallery h2,
.modGuestbook h2,
.modCatalog h2,
.modNewsList h2 
{
	text-transform: none;
	letter-spacing: 0.1em;
	font-size: 2em;
	margin: 0em 0em 1em 0em;
}

p 
{
	margin: 0.5em 0em 0em 0em;
}

a,
a:link,
a:hover,
a:visited,
a:active 
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

a:hover 
{
	text-decoration: underline;
	color: #1f4398;
}

img 
{
	border-style: none;
	border: 1px #1f4398 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/1042/Images/) disc;
}

ol 
{
	list-style: decimal;
}

table td 
{
	vertical-align: top;

}

strong 
{
	font-weight: bold;
}

em 
{
	font-style: italic;
}

blockquote 
{
	margin: 0em 3em;
}

/* CONTENT (end) ----------- */

/* FOOTER ------------------ */

#footer
{
	text-align: left;
	clear: both;
	min-height: 82px;
	background-color: white;
	opacity: 0.8;
	filter: alpha(opacity=70);

	border: 1px solid #333333;
	margin: 10px 0 0px 0;
}

#footer p
{
	padding: 5px 10px;
	color: black;
}

#pFooterText a
{
	color: black;
	font-weight: bold;
}

#smelink_box
{
	margin: 5px auto;
	text-align: center;
}


#smelink_box img 
{
	border-style: none;
	border: 0px #e8e9ed solid;
	padding: 0px;
}


/* LAYOUT ------------------ */

#wrapper 
{
	text-align: left;
	width: 820px;
	background-color: #fff;
	margin: 10px auto;
}

#container
{
	background-image: url(http://www.testwebben.se/1196/Images/header.gif);
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	padding: 0;
	margin: 0;
}

#main 
{
	margin: 1em 2em 1em 2em;
	padding: 2em 0 0 0;
}

#main-left 
{
	float: left;
	width: 170px;
	padding: 0em 0em 0em 0em;
	margin-top: 14px;
}

#main-content 
{
	float: left;
	width: 580px;
	padding: 180px 0em 0em 1em;
}

.clear 
{
	clear: both;
	line-height: 0.01;
	border-style: none;
}

/* STANDARD NAV (vertikal css) */ 
#nav
{
	text-align: left;
	clear: both;
	min-height: 82px;
	background-color: white;
	opacity: 0.8;
	filter: alpha(opacity=70);
	padding: 0px 0 10px 0;
	border: 1px solid #333333;
	margin: 0px 0 25px 0;
}

#nav ul
{
   	margin: 1.1em 0em 0.5em 0.5em;
   	padding: 0;
}

#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: none;
   	margin: 0.2em 0em 0em 1em;
   	padding: 0.2em 0em 0em 0em;
}

/* nivå 2-3 */
#nav li li, 
#nav li li li
{
   	list-style-type: none;
   	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: verdana; 
   	letter-spacing: normal;
   	text-transform: none;
   	text-decoration: none;
   	color: black;
   	font-size: 1em;
   	font-weight: normal;
   	padding: 0em;
}

/* Aktuell sida, text */
#nav li#current a:link,
#nav li#current a:visited
{
   	text-transform: none;
   	font-weight: bold;
   	color: #1f4398;
}

/* 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: red;*/
}

/* 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: black;
}

/* 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: #1f4398; 
} 
/* FORMULÄR ---------------- */

form 
{
	margin: 1em 0em 0em 0em;
}

textarea,
input 
{
	padding: 0 0.2em;
	width: 200px;
}

select,
input,
textarea,
button 
{
	font-size: inherit;
	font-size: 100%;
}

textarea 
{
	height: 6em;
	width: 250px;
}

button 
{
	line-height: 1.1em;
	padding-top: 0.05em;
}


