/*-------------
Standardelement och standardclasser 
+ det som används i editorerna som 'EditMenuName'. 
Vi tar dock bort EditMenuname i denna css-fil. 
De ska bara finnas i styles/editor.css 
--------------------   */

a
{
	font-size: 100%;
	color: #0065a9;
	text-decoration: underline;
}

a:hover
{
	color: #000;
	text-decoration:underline; 
}

td a {font-size: 100%;}

.line a {font-size: 100%;}

#leftmenudiv a,  a.Quickmenu
{
	color: #000000;
	text-decoration: none;
}
#leftmenudiv a:hover 
{
	text-decoration: underline;
}

 a.Quickmenu
{
	font-size: 100%;
	color: #000000;
	text-decoration: none;
}
a.Quickmenu:hover
{
	text-decoration: underline;
}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px; 
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
    line-height:16px;
	color: #000000;
	background-color: #ffffff;
/*	behavior:url("util/javascript/csshover.htc"); */

}



.heading1, h2.heading1
{
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 200%;
	color: #000000;
	/*text-transform: uppercase;*/
}

.RightColumnItemContainer h1
{
	font-size: 130%;
	margin-bottom: 0.3em;
	}
	

.RightColumnItemContainer h2
{
	font-size: 115%;
	margin-bottom: 0.3em;
	}
	

.RightColumnItemContainer h1
{
	font-size: 100%;
	margin-bottom: 0.3em;
	}
	
h2, .heading2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: 130%;
	color: #000000;
	margin-bottom: 0.5em;
}

h3, .heading3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 110%;
	color: #000000;
	margin-bottom: 0.2em;
}

td .heading3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 80%;
	color: #666;
	margin-bottom: 0.2em;
}
	
ol
{
	margin: 5px 0px 5px 10px;
	padding: 5px 0px 5px 10px;
	list-style-type:decimal;
	list-style-position:outside;
}

ol li
{
	line-height:13px;
	margin-left:20px;
	margin-bottom:4px;
	}

ul
{
	margin: 5px 0px 5px 10px;
	padding: 5px 0px 5px 10px;
	list-style-type:disc;
	list-style-position:outside;
}

ul li
{
	line-height:15px;
	margin-left:0px;
	margin-bottom:4px;
}

ul.no_bullet_list
{
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	list-style-type:none;
	list-style-position:outside;
}

ul.no_bullet_list li
{
	line-height:15px;
	margin-left:0px;
	margin-bottom:4px;
}

.pk_brown {
	color: #92352F;
}

.red { color: #CC0000; }
hr {
	color:#cccccc;
	background-color:#cccccc;
	height:1px;
	width:100%;
}
hr.dotted {
	border-width:0px; 
	border-style:dotted; 
	border-color:#ffffff; 
	border-bottom-width:1px; 
	border-bottom-style:dotted; 
	border-bottom-color:#92352F; 
	height:0px; 
	width:100%;
}

hr.clear{clear:both;}

.imagetext 
{
	font-style: italic; 
	font-size: 0.9em; 
}


img
{
	border: none;
}


table
{
	font-size: 1em;
}


caption
{
	text-align:left;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: 130%;
	color: #000000;


}

th
{
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: 110%;
	color: #000;

}


td
{
	text-align: left;
	font-size: 1em;
}

table.blue_caption{


}

table.blue_caption caption, .caption_design{
	text-align:left;	
	background-position:bottom; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: 130%;
	color: #000000;
	padding-top:1px;
	line-height:22px;

}

table.blue_caption th{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: 110%;
	color: #000;
	border:0px;
}


table.kontakt_tabell 
{
        border-collapse: collapse;
}

table.kontakt_tabell caption 
{
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: 120%;
	color: #000000;
	padding-bottom: 0.5em;
	padding-top: 0.75em;	
}

table.kontakt_tabell th
{
	padding: 2px;
	font-weight: bold;
	font-size: 100%;
	border-width: 0px 0px 2px 0px;
}

th.kontakt_normal
{
	padding: 2px;
	font-weight: bold;
	font-size: 100%;
	background-color: #A2C8DB;
	border-bottom: solid 2px #000099;
	border-width: 0px 0px 2px 0px;
}
/*''''''''''    Formulär-klasser ''''''''*/
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 79%;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 79%;
}

label {font-size: 80%;}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 79%;
}


.div90 { width:90% }