/*
-	Global styles
CSS för standard elemant.

FDF7D5
?F6D07B
F6E6B1
F2941C
*/
html, body 
{
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: white url(bg.png) repeat-x;
}
form
{
	margin:0;
	padding:0;
}

body
{
	font-family:  Arial, Verdana, Tahoma, Helvetica;
	padding: 0; 
	margin: 0;
}

p
{
	font-family:  Arial, Verdana, Tahoma, Helvetica;
	color: black;
	margin:0;
	padding:0;
}
ul
{
	margin-top:5px;
	margin-bottom:5px;
}
li
{
	margin-top:2px;
	margin-bottom:2px;
}
hr
{
	border: 0pt none;
	height: 1px;
	color: #F2941C;
	background-color: #F2941C;
}
img
{
	border: 0;
}
a
{
	color: #1A5D86; 
	text-decoration:none;
}

strong, b
{
}
.ReloadButton 
{
	cursor: pointer;
	float: right;
}
.link, .ReadMoreClass, .ReadAllClass {
    color: #1A5D86;
    cursor:pointer;
}
.icon
{
	vertical-align: middle;
	float: none !important;	
}
a:hover
{
	color: #CC0066;
	text-decoration:underline;
}
input, textarea
{
	font-family:  Arial, Verdana, Tahoma, Helvetica;
	color: #2B2B2B;
	font-size: 1em;
}
select
{
	font-size: 1em;
}
table
{
	font-size: 1em;
}
th
{
	text-align: left;
}
.hidden
{
	display:none;
}
.right
{
	float: right;
}
/*
-	Editor style
CSS för font storlek i editorn. Detta måste sättas för att storleken skall 
vara samma som i visa läget.
*/
BODY.editmode
{
	text-align: left;
	padding-left: 3px;
	font-size:11px;
}
/*
-	Editor Text format
CSS för valbara klasser i fritexteditorn.
*/
H1
{
	font-weight: normal;
	font-size: 1.5em; 
	color: black;
	display:block;
	margin:0 0 0 0;
	line-height: 1.2em;
}
.heading1
{
	font-weight: normal;
	font-size: 1.5em; 
	color: black;
	display:block;
	margin: 0 0 0 0;
	line-height: 1.2em;
}
H2
{
	font-weight: normal; 
	font-size: 1.4em; 
	color: black;
	display:block;
	margin: 0 0 5px 0;
	EditMenuName: Rubrik 1;
	line-height: 1.2em;
}
.heading2
{
	font-weight: normal; 
	font-size: 1.4em; 
	color: black;
	display:block;
	margin: 0 0 5px 0;
	EditMenuName: Rubrik 1;
	line-height: 1.2em;
}
H3
{
	font-weight: normal;
	font-size: 1.2em;
	color: black;
	display:block;
	margin: 0 0 5px 0;
	EditMenuName: Rubrik 2;
}
.heading3
{
	font-weight: normal;
	font-size: 1.2em;
	color: black;
	display:block;
	margin: 0 0 5px 0;
	EditMenuName: Rubrik 2;
}
.introduction
{
	color: Black;
	font-weight: normal;
	font-size: 1.1em;
	display: block;
	margin: 5px 0 10px 0;
	EditMenuName: Introduktion;
}
.imagetext 
{
	font-style: italic; 
	font-size: 0.9em; 
	EditMenuName: Bildtext;
}
.imagetext2 
{
	font-style: normal; 
	font-size: 0.9em; 
	color: #666666;
}
.redtext
{	color:#FF0000;
	EditMenuName: Red text;
}
.rightmenutext
{
	font-family:  Arial, Verdana, Tahoma, Helvetica;
	display: block;
	font-weight: normal;
	font-size:1.1em;
	padding: 3px 0 3px 10px;
	background: Transparent;
	border-bottom: 1px solid #F2941C;
	color: #000;
	margin-left: -10px;
	EditMenuName: Hoger menyrubrik;
}
.letterspacing 
{
	padding: 0px 2px 0px 2px;
}
.letterspacing_selected
{
	font-weight: bold;
	padding: 0px 2px 0px 2px;
}
/*
-	Editor Image format
CSS för valbara bild klasser i fritexteditorns bildredigerings verktyg.
*/
img.shadow
{
	position: relative;
	EditMenuName: Skugga;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#555555,direction=135,strength=5);
}
img.border
{
	position: relative;
	border: solid 1px #2B2B2B;
	EditMenuName: Tunn kantlinje;
}
img.dashedborder
{
	position: relative;
	border: dashed 1px #2B2B2B;
	EditMenuName: Prickad kantlinje;
}

/*
-	Print
CSS för utskrift
*/
.normalpage
{
	background: #fff;
	font-size: 70%;
}

.print_breadcrumb
{
	padding: 8px 0;
	margin-left: 10px;
}

