
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, a, pre, form, fieldset, input, blockquote, th, td { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { border: 0; }
address, caption, cite, code, dfn, th, var { font-style: normal; font-weight: normal; }
/*ol, ul { list-style: none; }*/
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; text-align: left; font-weight: bold; color: inherit; background-color: inherit; margin-top: 10px; }
q:before, q:after { content: ''; }

body { font-family: "Verdana" , sans-serif; font-size: 100%; line-height:140%; }
img { border:none;}

/* ------ Text items -------- */
body
{
	font-family: Verdana, Arial, Helvetica, Tahoma;
	color: #333;
	padding: 0; 
	margin: 0;
}
p
{
	font-family: Verdana, Arial, Helvetica, Tahoma;
	color: #333;
	margin-bottom: 10px;
}

strong
{
	font-weight: bold;
	font-size: 11px;
}

h1, .heading1
{
	font-weight: bold;
	font-size: 11px; 
	color: #333;
	EditMenuName: Heading 1;
}
h2, .heading2
{
	font-weight: bold; 
	font-size: 11px; 
	color: #333;
	EditMenuName: Heading 2;
}
h3, .heading3
{
	font-weight: bold;
	font-size: 11px;
	color: #333;
	EditMenuName: Heading 3;
}

h5, .heading5
{
	font-weight: bold;
	font-size: 11px;
	color: #333;
	EditMenuName: Heading 5;
}


h4, .heading4
{
	font-weight: bold;
	font-size: 11px;
	color: #333;
	EditMenuName: Heading 4;
}
.introduction
{
	font-weight: bold;
	EditMenuName: Introduction;
}
.imagetext 
{
	font-style: italic; 
	font-size: 0.9em; 
	EditMenuName: Image text;
}
.red
{
	color: #CC0000;
	EditMenuName: Normal red text;
}
hr
{
	height: 0.1em;
	color: #95632F;
}

hr.light
{
	height: 0.1em;
	color: #F0E5CE;
}

/* ------ Links -------- */
a
{
	color: #000000;
}
a:hover
{
	color: #000000;
}

/* --------- Links in Top menu ----------- */
a.menuhead
{
	padding: 0em 0em 0em 0em;
	font-size: 1em;
	color: #333;
	text-decoration: none;
	margin: auto;
}
a.activemenuhead
{
	padding: 0em 0em 0em 0em;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	margin: auto;
}

/* --------- Left menu ----------- */

div.menuitem
{
	background-image: url(../images/submenu_rulerbg.gif);
	background-position: 0em bottom;
	background-repeat: repeat-x;
	width: 100%;
	padding: 0.5em 0em 0.5em 0em;
	float: left;
	
}
div.menuitemselected
{
	background-image: url(../images/submenu_rulerbg.gif);
	background-position: 0em bottom;
	background-repeat: repeat-x;
	width: 100%;
	padding: 0.5em 0em 0.5em 0em;
	float: left;
	font-weight: bold;
	background-color: #dddddd;
}
div.menuitemexpanded
{
	background-image: url(../images/submenu_rulerbg.gif);
	background-position: 0em bottom;
	background-repeat: repeat-x;
	width: 100%;
	padding: 0.5em 0em 0.5em 0em;
	float: left;
	background-color: #dddddd;
}
div.menuitemchild
{
	width: 100%;
	padding: 0.4em 0em 0.6em 0em;
	float: left;
	background-color: #F0F0F0;
}

/* --------- Input ----------- */
input, textarea
{
	font-family: Verdana, Arial, Helvetica, Tahoma;
	color: #333;
	font-size: 1em;
}

select
{
	font-size: 1em;
}
fieldset
{
	border: none;
	padding: 0;
	margin: 0;
}
legend
{
	color: #333;
	font-size: 1em;
	padding: 0;
	margin: 0;
}
fieldset label
{
	margin-right: 1em;
}


span.errormessage
{
	color: #CC0000;
	font-size: 1em;
}

/* --------- Image format ----------- */
img.topleftfloatingimage
{
    margin-right: 1em;
    margin-bottom: 1em;
    EditMenuName: Top left;
	float: left;
}
img.toprightfloatingimage
{
	float: right;
    margin-left: 1em;
    margin-bottom: 1em;
    EditMenuName: Top right;
}
img.shadow
{
	position: relative;
	EditMenuName: Shadow;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#555555,direction=135,strength=5);
}
img.opacity
{
	position: relative;
	EditMenuName: Semi transparent;
	filter: alpha(opacity=40,finishopacity=24,style=3);
}
img.fliph
{
	position: relative;
	EditMenuName: Flip horisontally;
	filter: fliph;
}
img.flipv
{
	position: relative;
	EditMenuName: Flip vertically;
	filter: flipv;
}
img.dashedborder
{
	position: relative;
	border: dashed 1px grey;
	EditMenuName: Dashed border;
}
img.circularfade
{
	position: relative;
	EditMenuName: Circular fade;
	filter: alpha(opacity=100,finishopacity=0,style=2);
}

/* --------- Table format ----------- */
table
{
	font-size: 1em;
}
th
{
	text-align: left;
}
.evenrow
{
	background-color:  #fff;
}
.unevenrow
{
	background-color:#F0E5CE;
}
.headerrow
{
	background-color: #F0E5CE;
}
table.classic
{
	border-collapse: collapse;
	border: solid 0.1em #777777;
	EditMenuName: Classic;
}
table.classic th
{
	border: solid 0.1em #777777;
	background-color: #DADADA;
	padding: 0.4em;
}
table.classic td
{
	border: solid 0.1em #777777;
	padding: 0.2em 0.4em;
}
table.color
{
	border-collapse: collapse;
	border: solid 0.1em #95632F;
	EditMenuName: Color;
}
table.color th
{
	border: solid 0.1em #95632F;
	background-color: #E1CC9D;
	padding: 0.4em;
}
table.color td
{
	border: solid 0.1em #95632F;
	padding: 0.2em 0.4em;
}
th.highlighted, td.highlighted
{
	EditMenuName: Highlighted;
}
table.classic th.highlighted
{
	background-color: #AAAAAA;
}
table.classic td.highlighted
{
	background-color: #F0F0F0;
}
table.color th.highlighted
{
	background-color: #95632F;
}
table.color td.highlighted
{
	background-color: #F0E5CE;
}
th.leftalignedcontent, td.leftalignedcontent
{
	text-align: left;
	EditMenuName: Left aligned;
}
th.rightalignedcontent, td.rightalignedcontent
{
	text-align: right;
	EditMenuName: Right aligned;
}


/* infoweb things */

/* article page */

.articleh1
{
	font-size: 16px;
	font-family: Verdana;
	font-weight: bold;
	float: left;
	EditMenuName: Article heading1
}


.WideArticle
{
	margin: 23px 0 10px 0;	
}

.WideArticle .articleIntro
{
	width:99%;
}

.articleIntro
{
	font-size:11px;
	font-weight:bold;
	float: left;
	EditMenuName: Article intro;
	word-wrap:break-word;
	
}
.WideArticle .articleBody
{
	width:99%;
}


.articleBody
{
	float: left;
	font-size:11px;
	EditMenuName: Article body;
	overflow:scroll;
	word-wrap:break-word;
	
}

.articleBody ul
{
	list-style-type:disc;
	list-style-position: inside;
}

.articleBody ul li
{
	list-style-type:disc;
	list-style-position: inside;
	
}

.articleBody ol
{
	list-style-type:decimal;
	list-style-position: inside;
	
}

.articleBody ol li
{
	list-style-type:decimal;
	list-style-position: inside;
	
}

.articleImage
{
	
	
	EditMenuName: Article image
   	/*padding: 10px 10px 10px 10px;*/
}



/* submenu */
.submenu_main
{
	font-family: Verdana;
	
}

.submenu a
{
	font-size: 12px;
	font-weight:bold;
	
}

.subsubmenu a
{
	font-size: 11px;
	
}

.subsubsubmenu a
{
	font-size: 11px;
	
}

.selsubsubmenu a
{
	font-size: 11px;
	font-weight:bold;
}

.selsubsubsubmenu a
{
	font-size: 11px;
	font-weight:bold;
}

.expandedsubsubmenu a
{
	font-size: 11px;
	font-weight: bold;
}


/* FourImages */


.fourimagediv
{
	text-align: left;
	float:left;
	font-size: 10px;	
}

.fourimagestextdiv a,a.visited
{
	text-decoration: none;
	font-size:10px;
}

.fourimagestextdiv
{
	text-align: left;
	float:left;
}

.fourimagesimagediv
{
	float: left;
	text-align: right;
}



/* four buttons on bottom */
.bottombuton
{
	display:inline;
}

.firstbutton
{
	float: left;
	text-align: left;
	vertical-align: middle;
}

.itemtext
{
	font-family:Verdana;
	font-size: 12px;
}

.itemtext a
{
	text-decoration: none;
}

.itemtextlady
{
	font-family:Verdana;
	font-size: 12px;
}

.itemtextlady a
{
	text-decoration: none;
}

.itemtextbeforelady
{
	font-family:Verdana;
	font-size: 12px;	
}

.itemtextbeforelady a
{
	text-decoration: none;
}

.lastbutton
{
	float: left;
	text-align: left;
}

.listbutton
{
	float: left;
	text-align: left;
}



/* menu */

a.insidea
{
	margin: 0em;
	padding:0em;
	border: 0em;
	overflow:hidden;
	text-decoration: none;
	color: Black;
}

img.insideimg
{
	margin: 0em;
	padding:0em;
	border: 0em;
	overflow:hidden;
}

img.home
{
	
	margin: 0em;
	padding:0em;
	border: 0em;
	overflow:hidden;
	width:74px;
}

/* for IE6 */
* html img.home{
	width:74px;
}
/**/


/* frontpagenews  */

#frontpagenews a
{
	font-size: 10px;
	font-family: Verdana;
	text-decoration:none;
}




#frontpagenewslink a
{
	font-size: 10px;
	font-family: Verdana;
	text-decoration:none;
}


/* header boxes, links*/



#headerboxdiv a,a.visited
{
	text-decoration: none;
	text-transform: uppercase;
	float: right;
	
}






/*   search */



/* right side */
.rightside
{
	font-size:11px;

}
	
/* flash */


p.firstscreenheader
{
	font-size: 13px;
	font-weight:bold;
	
	text-decoration: underline;
}

p.firstscreenintroduction
{
	font-size: 12px;
	margin-top:0px;
}

p.screenheader
{
	font-size: 13px;
	font-weight:bold;
	
	text-decoration: underline;
}

p.screenintroduction
{
	font-size: 12px;
}

p.screenintroduction a,a.visited
{
	text-decoration:  underline;
}

p.firstscreenintroduction a,a.visited
{
	text-decoration:  underline;
}

/* subscribe */




/* sliding divs */


.ad{
	position:absolute;
	top:10px;
	right:10px;
}

.dhtml_header{	/* Styling question */
	/* Start layout CSS */
	font-weight: bold;
	/* End layout CSS */
	margin-top: 10px;
	overflow:hidden;
	cursor:pointer;
	
}
.dhtml_text{	/* Parent box of slide down content */
	/* Start layout CSS */
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
	

}
.dhtml_text_content{	/* Content that is slided down */
	padding:1px;
	font-size:0.9em;	
	position:relative;
}