html 
{
	background-image: url(http://www.testwebben.se/1448/Images/085_bg_html.gif);
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #eff7f9;
	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: 11px;
}

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

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

h1, h2, h3, h4, h5, h6 
{
	color: #5d8599;
	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: 1em;
	margin: 0em 0em 0em 0em;
	font-weight: bold;

}

h2 
{
	font-size: 1.3em;
	margin: 0em 0em 0em 0em;
	font-weight: bold;
}

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

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

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

a:hover 
{
	text-decoration: underline;
	color: #5d8599;
}

img 
{
	border: 1px #bad6db solid;
	padding: 6px;
	background-color: white;
}

hr 
{
	height: 1px;
	margin: 0.5em 0 0.5em 0;
	color: #BAD6DB;
	background-color: #BAD6DB;
	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/1448/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; */
}

#main-content2 table
{
	background-image: url(http://www.testwebben.se/1448/Images/085_bg_image.gif);
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #eff7f9;
	border: 1px solid white;
	border-top-color: #BAD6DB;
	border-left-color: #BAD6DB;
	margin: 0em 0em 0em 0em
}

#main-content2 table td
{
	padding: 15px;
}

#main-content2 img
{
	border-style: none;
	padding: 0;
	
}

strong 
{
	font-weight: bold;
}

em 
{
	font-style: italic;
}

blockquote 
{
	margin: 0em 3em;
}

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

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

#footer 
{
	font-size: 0.7em;
	text-align: left;
	padding: 20px 0em 60px 40px;
	clear: both;
	background-image: url(http://www.testwebben.se/1448/Images/085_bg_footer.gif );
	background-position: center top;
	background-repeat: repeat-x;
	border-top: 1px solid white;
	color: #5b99a4;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

#footer a:link, 
#footer a:hover,
#footer a:visited
{
	color: #5b99a4;
	font-weight: normal;
}

/* LAYOUT ------------------ */
div
{
	/* border: 1px solid black; */
}

#wrapper
{
	
}

#wrapper-top 
{
	text-align: left;
	margin: 0em 0em 0em 0em;
	background-color: white;
	background-image: url(http://www.testwebben.se/1448/Images/085_bg_container.gif );
	background-position: center top;
	background-repeat: repeat-x;
	height: 13px;

}

#container 
{
	text-align: left;
	margin: 0em 0em 0em 0em;
	background-image: url(http://www.testwebben.se/1448/Images/085_bg_wrapper.gif );
	background-position: center top;
	background-repeat: repeat;
	border-top: 1px solid white;
}

#header 
{
	background-image: url(http://www.testwebben.se/1448/Images/085_logga.gif);
	background-position: 30px top;
	background-repeat: no-repeat;
	height: 63px;
}

#main 
{
	width: 1050px;
	margin: 0em 2em 0em 2em;
	padding-bottom: 3em;
}

#main-left 
{
	float: left;
	width: 200px;
	padding: 1em 0em 0em 0em;
}

#main-center 
{
	float: left;
	width: 583px;
}

#main-right 
{
	float: left;
	width: 230px;
	margin: 10px 0 0 20px;
}


#main-content2
{
	padding: 20px 10px 15px 0px;
}

#main-content
{
	background-color: #eff7f9;
	padding: 20px 10px 70px 10px;
	width: 700px;
}




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

/* STANDARD NAV (vertikal css) */ 

#nav ul
{
   margin: 22px 20px 0.5em 1.5em;
   padding: 0;
   font-size: 0.9em;
}

#nav ul ul,
#nav ul ul ul
{
   margin: 0em;
   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,
#nav ul li
{
   list-style-type: none;
   margin: 1px 0em 0em 0em;
   padding: 0em 0em 0em 0em;
   border-bottom: 1px solid #5d8599;
}

/* nivå 2 */
#nav li li
{
   list-style-type: none;
   margin: 0px 0em 0em 0em;
   padding: 0 0em 0em 0em;
   border-top: 1px #a9c2ce solid;
   border-bottom: 1px #668fa3 solid;
}

/* nivå 3 */
#nav li li li
{
   list-style-type: none;
   margin: 0px 0em 0em 0em;
   padding: 0 0em 0em 0em;
   border-style: none;
}

/* Text, grundformatering */
#nav li a:link,
#nav li a:visited,
#nav li a:hover
{
   /* font-family: arial,verdana,sans-serif; */
   letter-spacing: 0.1em;
   text-transform: none;
   text-decoration: none;
   color: white;
   font-size: 0.9em;
   font-weight: normal;
   padding: 0.6em;
   display: block;
   text-align: center;
   background-color: #5d8599;
}

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

/* Aktuell sida, text */
#nav li#current a:link,
#nav li#current a:visited
{
   text-transform: uppercase;
   font-weight: bold;
   color: #407088;
   background-color: #eff7f9;

}

/* 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: white;
   background-color: #407088;
}

/* Aktuell nivå 2-3 */
#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
{
   font-weight: normal;
   background-color: #8eabba;
}

/* 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: white;
   background-color: #8eabba;
   /* border-left: 3px #407088 solid; */
}

/* 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: #407088; 
    font-weight: bold;
   background-color: #eff7f9;
} 
/* EXTERN SIDA <-----------------------------------------------*/ 

form fieldset 
{
	position: relative;
	display: block;
	background-color: #cce2f8;
	border: 1px #76ace8 solid;
	padding: 0 0.5em 0.5em 0.5em;
	margin: 1.5em 0em 0.5em 0.5em;
	padding: 0 0 2em 1em;
	width: 85%;
	float: left;
	clear:both;
}

form fieldset legend 
{
	background-color: #76ace8;
	border: 1px #76ace8 solid;
	color: #ffffff;
	font-weight: normal;
	font-size: 1.1em;
	padding: 2px 5px;
	margin: 0px 0px 10px 0px;
	position: relative;
	top: -12px;
}

label,
form p 
{
	display: block;
	font-size: 0.8em;
	margin: 0.7em 0 0 0;
}
form label {
float:left;
line-height:1.1em;
}
form a {
	color: #de6637;
        font-size:0.8em;
	text-decoration: none;
}
form a:hover
{
	text-decoration: underline;
	color: #5d8599;
}
input.submitBtn
{
	width: auto;
}
#fieldsetBroschyrer label {
        display:none;
}
input.checkBox {
float:left;
margin:0 1em 0 0;
}
form img {
background:transparent;
border: 0;
padding:0;
}
#ourBrochures input, #bestallBroschyr input {
width:15em;
float:left;
margin:0 1em 0 0;
padding:3px;
}
#ourBrochures input:hover, #bestallBroschyr input:hover {
border: #76ace8 solid 2px;
}
#ourBrochures input:focus, #bestallBroschyr input:focus {
border: #76ace8 solid 2px;
}
input.number {
width:3em;
float:left;
margin:0 1em 0 0;
text-align:center;

}
form ol {
margin:0;
padding:0;

}
form ol li {
list-style-type:none;
height:1em;
}

span.obligatorisk 
{
	color: red
}

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