/* ------ Text items -------- */

body
{
	padding: 0px;
	margin: 0px;
	/*text-align: center; */
	font-family: Arial;
	font-size: 0.75em; 
}

p, .paragraph 
{
    margin: 0 0 1em 0;
    padding: 0;
	line-height: 1.36em;
}

h1, .heading1
{
    font-family: Arial;
    font-weight: bold;
	color: #000;
    font-size: 1.58em; 
    line-height: 1.36em;
    padding: 0; 
	EditMenuName: Rubrik 1;
}

h2, .heading2
{
    font-family: Arial;
    font-weight: bold;
    color: #000;
    font-size: 1.27em;
    line-height: 1.27em;
	EditMenuName: Rubrik 2;
}

h3, .heading3
{
    font-family: Arial;
	font-weight: bold;
	color: #000;
	font-size: 1em;
	line-height: 1.27em;
	padding: 0; 
	margin: 0.4em 0em;
	EditMenuName: Rubrik 3;
}

h2.fieldmarker, 
h2.kbyearheader, 
h2.kbcatheader
{
	margin-top: 2px;	
	margin-bottom: 4px;
	color: #464646;
}

.introduction
{
	font-weight: bold;
	EditMenuName: Ingresstext;
}

.imagetext
{
    font-style: italic;
    EditMenuName: Bildtext;
}


hr
{
	margin: 0.5em 0;
	height: 1px;
	padding: 0;
	background: #d7d7d7;
	color: #d7d7d7;
	border: 0;
}

q
{
	font-style: italic;
}

ul.simplelist
{
	list-style-position: outside;
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	line-height: 18px;
}

/* ------ Links -------- */
a, a:active, a:visited
{
/*    color: #00774b; */
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

/* --------- Image format ----------- */
img.topleftfloatingimage
{
    margin-right: 1em;
    margin-bottom: 1em;
    EditMenuName: Top left;
	float: left;
}
img.toprightfloatingimage
{
	float: right;
	vertical-align: top;
    margin-left: 1em;
    margin-bottom: 1em;
    EditMenuName: Top right;
}

/* --------- Table format ----------- */
table
{
	font-size: 1em;
	border-collapse: collapse;
}
th
{
	text-align: left;
}
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 #275569;
}
table.color th
{
	border: solid 0.1em #275569;
	background-color: #4495b9;
	color: White;
	padding: 0.4em;
}
table.color td
{
	border: solid 0.1em #275569;
	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: #377995;
}
table.color td.highlighted
{
	background-color: #d1e6ef;
}
th.leftalignedcontent, td.leftalignedcontent
{
	text-align: left;
	EditMenuName: Left aligned;
}
th.rightalignedcontent, td.rightalignedcontent
{
	text-align: right;
	EditMenuName: Right aligned;
}

/************************/
/* Breadcrumbs          */
/************************/

#BreadcrumbArea
{
    background-color: #fff;
    font-size: 12px;
    padding-left: 22px;
    padding-top: 15px;
    padding-bottom: 15px;
}

#breadcrumb 
{
    list-style: none;
    margin: 0;
    padding: 0;
}
 
#breadcrumb li {
    display: inline;
    margin: 0;
    padding: 0;
}
 
#breadcrumb a
{
    color: #2d2d2d;
	float: left;
	margin-right: 5px;
	padding-right: 11px;
	background: url(../Images/separator.png) no-repeat right center;
}
 
#breadcrumb span {
    position: absolute;
    left: -9999px;
}


/****************/
/* Common tags	*/
/****************/

.dividerbar
{
	height: 10px;
	width: 100%;
	background-repeat: repeat-x;
}

hr 
{
	margin: 0.5em 0;
	height: 1px;
	padding: 0;
	background: #d7d7d7;
	color: #d7d7d7;
	border:0;
}

hr.clear, .clear
{
    clear: both;
}

ul 
{
    padding: 0;
    margin: 1.5em;
}

fieldset 
{   
	margin: 0 0 1em 0;
	padding: 1em;
}

img a, a img 
{
    border: 0;   
}

.hidden 
{
    display: none;
}

.errorlabel
{
    color: Red;
    font-weight: bold;
}

.button
{
}

table
{
	font-size: 1em;
	border-collapse: collapse;
}

th
{
	text-align: left;
}

.left
{
    float: left;   
}

.right
{
    float: right;   
}

.clear
{
	clear: both;
}

.White, .white
{
   color: White;
}

.padlock
{
}

.top
{
    margin-top: 0px;   
}

.topmargin
{
    margin-top: 10px;   
}

.fieldmarkermargin
{
	margin-top: 6px;	
}

.bottommargin
{
    margin-bottom: 5px;
}

.bottompad
{
	padding-bottom: 8px;
}

.red
{
    color: Red;   
}

.vertpad
{
	padding-left: 8px;
	padding-right: 8px;	
}

.contentboxrssicon
{
	float: right;
	padding-top: 3px;
	padding-left: 5px;
}
