/*---------------------------------------------
För att editorn ska funka - samma egenskaper i 
denna tag som i framework css bodytag
---------------------------------------------*/
.mceContentBody {
	margin:0;
	padding:0;
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size:14px;
	color:#000;
	background-color:#fff;
}

/*----------------------------
Sidans redigeringsbara områden
----------------------------*/
#main {
	margin:3px 0 0 0;
	padding:20px 87px 30px 87px;
	border:10px solid #000;
}
#main.startmain {
	margin:0;
	border-top:none;	
}
#previewMain.startmain {
	margin:0;
	border-top:none;	
}
#adminMain #main {
	margin-top:0;
	margin-left:0;
	border:none;
	padding:0;
}
#adminMain #sidecol {
	margin-top:0;
	margin-left:10px;
}

/*----------------------------
Definitioner för innehållet
----------------------------*/
.content h2, .mceContentBody h2 {
	padding:0;
	margin:0 0 .2em 0;
	font-size:2em;
	font-weight:normal;
	color:#000;
}
.content h3, .mceContentBody h3 {
	padding:0;
	margin:0 0 .2em 0;
	font-size:1.3em;
	font-weight:normal;
	color:#000;
}
.content p, .mceContentBody p {
	color:#222;
	margin:0 0 1.3em 0;
	line-height:1.4;
}
.content a, .mceContentBody a {
	color:#888 !important;
	text-decoration:underline;
}
.content a:hover, .mceContentBody a:hover {
	color:#666 !important;
}
.content img, .mceContentBody img {
	border:1px solid #000;
}
.content img.floatLeft, .mceContentBody img.floatLeft {
	margin-right:10px;
	margin-bottom:3px;
	float:left;
}
.content img.floatRight, .mceContentBody img.floatRight {
	margin-right:10px;
	margin-bottom:3px;
	float:right;
}
.content #startTable, .mceContentBody #startTable {
	border:0;
}
.content #startTable td, .mceContentBody #startTable td {
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size:14px;
	width:300px;
	vertical-align:top;
	padding-bottom:20px;
}
.content #startTable td.left, .mceContentBody #startTable td.left {
	width:330px;
	padding-right:20px;
}

.content #imageTable {
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding:0;
	margin:0 -87px;
	width:803px;
}
.mceContentBody #imageTable {
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding:0;
	margin:0;
	width:803px;
}
.content #imageTable td, .mceContentBody #imageTable td {
	border:0;
	padding:0;
	margin:0;
	vertical-align:top;
}
.content #imageTable td img, .mceContentBody #imageTable td img{
	border:0;
	display:block;
}
#contactform .formItem {
	padding-top:10px;
}
#contactform label {
	float:left;
	display:inline;
	width:150px;
}
#contactform input, #contactform textarea {
	float:left;
	display:inline;
	margin-left:6px;
	width:300px;
}
#contactform textarea {
	height:100px;
}
