body{
	font-family:Arial;
	font-size:1em;
	background-color:#eee;
	background-image:url(../gfx/bg.jpg);
	color:#000;
	margin:0px;
	width:100%;
}

h1{
	font-family:Arial;
	font-size:2em;
	margin-top:0px;
	margin-bottom:0.8em;
	font-weight:bold;
}

h2{
	font-size:1.2em;
	padding-top:0.8em;
	margin-bottom:0.8em;
	font-weight:bold;
}

h3{
	font-size:0.8em;
	padding-top:0.4em;
	margin-bottom:0.2em;
	font-weight:bold;
}

h4{
	font-size:1.0em;
	font-weight:normal;
	margin-top:0.2em;
	margin-bottom:0.2em;
	color:#3b3e41;
}

h5{
	font-size:0.8em;
	font-weight:bold;
	margin-top:0em;
	margin-bottom:0.2em;
	color:#3b3e41;
}

h6{
	font-size:0.8em;
	font-weight:normal;
	margin-top:0em;
	margin-bottom:0.2em;
	color:#3b3e41;
}

p{
	margin-top:0px;
	margin-bottom:1.2em;
	font-size:0.8em;
	line-height:1.4em;
}

ul ,ol{
	font-size:0.8em;
	line-height:1.4em;
	padding-left:1.4em;
	margin-top:0px;
	margin-bottom:1.2em;
}

li{
	line-height:1.6em;
	margin-bottom:1.2em;
}

form{
	margin:0px;
}

label{
	color:purple;
	font-size:0.8em;
	display:block;
}

iframe{
	background-color:#fff;
}

a img{
	border:0px;
}

fieldset{
margin-bottom:10px;}

legend{
	font-size:0.8em;
	color:#3e571d;
	font-weight:bold;
}

input{
	font-size:0.9em;
}

hr{
	border-top:none;
	border-right:none;
	border-left:none;
	border-bottom:solid 1px #CCC;
	margin-bottom:20px;
}

a:link{color:purple; font-weight:bold;}
a:visited{color:purple; font-weight:bold;}
a:hover{color:#000; font-weight:bold;}

/* SIDANS INNEHÅLL */
.container{
	width:100%;
	height:auto;
	margin-top:20px;
	margin-bottom:20px;
}

/* SATSYTA  */
.content{
	width:650px;
	height:auto;
	margin:auto;
	padding-bottom:20px;
	padding-left:50px;
	padding-right:50px;
	padding-top:20px;
	background-color:#fff;
	border:solid 1px #eee;
}
/* Standardbild/Flash*/
#standardImage{
	width:823px;
	height:auto;
	margin:auto;
}

/* BRÖDSMULOR */
.breadcrumbs{
	margin-top:15px;
	font-size:0.8em;
	border-top:solid 1px #ccc;
}

/* SIDFOT */
.footer{
	margin-top:40px;
}


/* Övrigt */
.hidden{
	display:none;
}
.clear{
	clear:both;
}


/* INLOGGNING */
.login{
	float:left;
	width:200px;
}
.login img{
	vertical-align:middle;
}

/*-- Stilar att använda i WYSIWYG ----------------------------------------------------------------------------------------------------------------------------------------------------*/

/* Box för att visa kod */
.tinymce_codeBox{
	padding:10px;
	background-color:#eee;
	border:dashed 1px #CCC;
	font-family:Courier New;
	color:#000;
}

/*---TINY MCE---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/* WYSIWYG */
body.mceContentBody {
  background-image:none !important;
  background-color:#fff !important;
  color:#000 !important;
  width:650px !important;
  border-right:dashed 1px #ccc !important;
  border-bottom:dashed 1px #ccc !important;
}
/*Förhandsgranskning*/
body#content{
	background-image:none;
	background-color:#fff;
	width:650px;
}
/*Länkar*/
.mceContentBody a:link{color:purple !important; font-weight:bold !important;}
.mceContentBody a:hover{color:purple !important; font-weight:bold !important;}
.mceContentBody a:visited{color:purple !important; font-weight:bold !important;}
