/*************************************
**** General content definitions *****
*************************************/

/************************************
This is used to give content in 
TinyMCE the same fontsize as set
in sites body in framework.css
************************************/
body.mceContentBody {
	margin:0 !important;
	padding:0 !important;
	color:#000 !important;
	position:relative !important;
	top:0 !important;
	left:0 !important;
}

/***********************************/

/*************************************
**** General content definitions *****
*************************************/
#content, .content {
	font-family:"Times New Roman", Times, serif;
	color:#000;
	font-size:11px;
}
#content img, .content img {
	border:none;
}
#content p, .content p {
	margin:0 0 10px 0;
}
#content a, .content a {
	color:#161616 !important;
	font-weight:bold;
	text-decoration:underline;
}
#content h1, .content h1, .h1 {
	color:#161616;
	font-weight:bold;
	font-size:14px;
	margin:0;
	padding:0;
}
#content h2, .content h2, .h2 {
	color:#161616;
	font-weight:bold;
	font-size:11px;
	margin:0;
	padding:0;
}
.marginal {
	margin-left:40px !important;
	margin-right:40px !important;
}
a.invisible {
	text-decoration:none !important;
	background-image:url('gui/trans.png');
}
.invisible span {
	display:block;
	visibility:hidden;
}
.admin a.invisible, body.mceContentBody a.invisible {
	border:2px dashed #0F0;
	color:#000066;
	text-decoration:underline;
}
.admin a.invisible span, body.mceContentBody a.invisible span {
	visibility:visible;
}
.linklist p {
	margin-bottom:2px !important;
}

/*************************************
********** Template 1 ****************
Uppslag med två sidor
*************************************/
.tpl1 {
	width:848px;
	height:600px;
}
.public .tpl1 {
	overflow:hidden;	
}
.admin .tpl1 {
	width:852px;
}
.tpl1 img {
	display:block;
}
.tplArea1_1 {
	float:left;
	display:inline;
	width:424px;
	overflow:hidden;
}
.tplArea1_2 {
	float:left;
	display:inline;
	width:424px;
	overflow:hidden;	
}
.admin .tplArea1_1, .admin .tplArea1_2 {
	overflow:visible;
}
/*************************************
********** Template 2 ****************
Uppslag helsida
*************************************/
.tpl2 {
	width:848px;
	height:600px;	
}
.public .tpl2 {
	overflow:hidden;	
}
.admin .tpl2 {
	width:852px;
}
.tpl2 img {
	display:block;
}
.tplArea2_1 {
}
.admin .tplArea2_1 {
	overflow:visible;
}

/*************************************
********** Template 3 ****************
Startsida
*************************************/
.tpl3 {
	width:848px;	
}
.admin .tpl3 {
	width:852px;
}
.tpl3 img {
	display:block;
}
.tplArea3_1 {
	width:424px;
	margin:0 auto;
}
.admin .tplArea3_1 {
	overflow:visible;
}

