/* --------- Text items EDITOR ----------- */
h1, .heading1
{
	font-weight: bold;
	font-size: 18px; 
	color: #ad161f;
	display: inline;
	EditMenuName: Heading 1;
}
h2, .heading2
{
	font-weight: bold; 
	font-size: 14px; 
	color: #ad161f;
	EditMenuName: Heading 2;
}
h3, .heading3
{
	padding: 3 3 3 3;
	font-weight: bold;
	font-size: 10px;
	color: #ad161f;
	background: #eeedde;
	padding-top: 3px;
	EditMenuName: Heading 3;
	
}

h4, .heading4
{
	display: inline;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	EditMenuName: Heading 4;
	
}

.HeadlineCreme
{
	padding: 3 3 3 3;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	background: #ffffff;
	padding-top: 3px;
	EditMenuName: HeadlineCreme;
	
}

.rightBoxHeadline
{
	padding: 3 3 3 3;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	background: #d0dbc2;
	padding-top: 3px;
	EditMenuName: RightBoxHeadline;
}


.rightBoxContent
{
	margin-left: 3px;
	display: inline;
	font-weight: normal;
	font-size: 11px;
	padding-top: 3px;
	EditMenuName: RightBoxContent;
}



.bigOrange
{
	font-weight: bold;
	font-size: 12px; 
	color: #cc6633;
	display: inline;
	EditMenuName: Big Orange;


}


.introduction
{
	font-weight: bold;
	color:#000000;
	EditMenuName: Introduction;	
}


.breadtext
{
	font-weight: normal;
	color: #000000;
	padding:0;
	margin:0;
	EditMenuName: Breadtext;
}

table.produkter
{
	Border-collapse: collapse;
	background-color: #ffffff;
	border: solid 1px eeedde;
	width: 500px;
	EditMenuName: Produkttabel;
}

th.produkter
{
	background-color: eeedde;
	font-weight: normal:
	border: solid 1 px;
	EditMenuName: ProdukttabelHeader;
}



.footertext
{
	color: #000000;
	text-decoration: none;
	EditMenuName: Footer text;
}
.footertext a:link .footertext a:active, .footertext a:visited, .footertext a:hover 
{
	color: #000000;
	text-decoration: none;
}
.footertext a:hover
{
	color: #000000;
	text-decoration: underline;
}
.imagetext 
{
	font-style: italic; 
	color: #000000; 
	font-size: 10px; 
	EditMenuName: Image text;
}

/* --------- Input ----------- */
input, textarea
{
	font-family: Verdana, Arial, Helvetica, Tahoma;
	color: #333;
	font-size: 1em;
}

select
{
	font-size: 1em;
}

.inputlabel
{
	width: 6em;
	float: left;
	padding-top: 0.4em;
	font-weight: bold;
}
.inputlabelwide
{
	width: 10em;	
	float: left;
	padding-top: 0.4em;
	font-weight: bold;
}
img.quicksearch
{
	height: 1.75em;
}
span.errormessage
{
	color: #CC0000;
	font-size: 1em;
}

span.usernamelabel
{
	margin-right: 1em;
	margin-top: 0.3em;
	display: block;
	float: right;
}

/* --------- Image format ----------- */
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
{
	font-size: 1em;
}
th
{
	text-align: left;
	
}
.evenrow
{
	background-color:  #fff;
}
.unevenrow
{
	background-color:#F0E5CE;
}
.headerrow
{
	background-color: #F0E5CE;
}
.body
{
	/*color: red; */
}



