body{
	font-family:Myriad Web Pro, Helvetica;
	font-size:1em;
	background-color:#333;
	color:#333;
	margin:0px;
	width:100%;
}

h1, h2, h3, h4, h5, h6{
	color:#333;
}

h1{
	font-size:1.4em;
	padding-top:0.4em;
	margin-bottom:0.8em;
	font-weight:normal;
	color:#005596;
}

h2{
	font-size:1em;
	padding-top:0.4em;
	margin-bottom:0.8em;
	font-weight:bold;
}

h3{
	font-size:1em;
	padding-top:1.4em;
	margin-bottom:0.8em;
	font-weight:bold;
}

h4{
	font-size:1em;
	padding-top:1.4em;
	margin-bottom:0.8em;
	font-weight:bold;
}

h5{
	font-size:1em;
	padding-top:1.4em;
	margin-bottom:0.8em;
	font-weight:bold;
}

h6{
	font-size:1em;
	padding-top:1.4em;
	margin-bottom:0.8em;
	font-weight:bold;
}

p{
	margin-top:1.2em;
	margin-bottom:0px;
	font-size:0.75em;
	line-height:1.8em;
}
table{border-collapse:collapse;}
table td, table th{font-size:0.75em;padding:5px;}

ul ,ol{
	font-size:0.75em;
	line-height:1.8em;
	margin:0px;
	margin-top:1.2em;
	color:#333;
	list-style-position:inside;
	padding:0px;
}

ul ul, ol ol{
	font-size:1em !important;
}

form{
	margin:0px;
}

label{
	font-size:0.75em;
	display:block;
}

iframe{
	background-color:#fff;
}

fieldset{
margin-bottom:10px;}

legend{
	font-size:0.75em;
	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:#005596; font-weight:bold; text-decoration:none;}
a:visited{color:#005596; font-weight:bold; text-decoration:none;}
a:hover{color:#005596; font-weight:bold; text-decoration:underline;}
a img{border:0px; text-decoration:none !important;}

/* SIDANS INNEHÅLL */
#container{
	width:100%;
	height:auto;
	margin-top:20px;
	margin-bottom:20px;
}

/* Logotyp */
#logotype{
}

/* SATSYTA  */
#content{
	width:900px;
	height:auto;
	margin:auto;
	background-color:#fff;
	background-image:url(/gfx/content-bg.gif);
	padding-bottom:20px;
}

/* Nyheter */
#news{
	width:160px;
	padding:10px;
	float:left;
	padding-bottom:20px;
}


#doubleColumn{
	width:630px;
	float:left;
	padding:20px;
	padding-top:0px;
	min-height:500px;
	margin-left:20px;
}

/* Vänsterspalt  */
#leftColumn{
	width:330px;
	float:left;
	padding:20px;
	padding-top:0px;
	min-height:500px;
	margin-left:20px;
}
/*Högerspalt*/
#rightColumn{
	width:280px;
	float:right;
	min-height:500px;
	margin-right:20px;
}

/* Searchbox */
#searchBox{
	margin-top:15px;
}
#searchBox input.input_text{
	width:110px;
}
#searchBox input.input_button{
	width:40px;
}


/*Kontaktformulär*/
#contactform{
}
#contactform .input_text{
	width:300px;
	display:block;
	margin-bottom:15px;
}
#contactform textarea{
	width:300px;
	display:block;
	font-family:Myriad Web Pro, Helvetica;
	font-size:0.9em;
}

/* Meny till höger på startsida */
#listmenu-startpage ul{
	list-style-type:circle;
	color:#add475;
	list-style-position:outside;
}
.noLinkStartpage{
	background-color:#eee;
	padding:10px;
	border:solid 1px #add475;
	color:#000;
	list-style-type:none;
	margin-top:20px;
	padding-left:20px;
}

/* Övrigt */
.hidden{
	display:none;
}
.clear{
	clear:both;
}


/*---TINY MCE---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/* WYSIWYG */
body.mceContentBody {
	background-image:none !important;
	background-color:#fff !important;
	border-bottom:dashed 1px #fff !important;
	border-right:dashed 1px #fff !important;
	color:#333 !important;
	width:330px !important;
}
/*Förhandsgranskning*/
body#content{
	background-image:none;
	background-color:#fff;
	color:#333;
	width:330px;
}
/*Länkar*/
.mceContentBody a:link{color:#666699 !important; font-weight:bold !important; text-decoration:underline !important;}
.mceContentBody a:hover{color:#666699 !important; font-weight:bold !important; text-decoration:underline !important;}
.mceContentBody a:visited{color:#666699 !important; font-weight:bold !important; text-decoration:underline !important;}