/* GENERAL STYLES */
/* Rich text editor styling start */
#holderBody {
	background: #fff;
}

#holder {
	border: 1px solid #ccc;
	padding: 10px;
	margin: 5px;
	text-align: left;
}

/* Rich text editor styling end */

/* ----------------------------------------------------------------------------
	CSS Document for Hemsidekungen
------------------------------------------------------------------------------- */



/* ----------------------------------------------------------------------------
	Fix Internet Explorer 5.5-6 PNG Transparency
------------------------------------------------------------------------------- */
img, div {
	behavior: url(/iepngfix.htc)
}
/* ---------------------------------------------------------------------------- */


body, html {
 	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}	
body {
	font: 11px/14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	background: #ffffff;
}
h1, h2, h3, h4, h5, h6, p, form {
	margin: 0;
	padding: 0;
}
a {
	color: #009ECC;
}
img {
	border: none;
}
h1, h2, h3, h4, h5, h6 {
	color: #009ECC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding-bottom: 10px;
}
h1 {
	font-size: 40px;
	line-height: 40px;	
}
h2 {
	font-size: 29px;
	line-height: 35px;
}
h3 {
	font-size: 24px;
	line-height: 30px;
}
h4 {
	font-size: 18px;
	line-height: 25px;
}
h5 {
	font-size: 16px;
	line-height: 20px;
}
h6 {
	font-size: 14px;
	line-height: 18px;
}
p {
	margin-bottom: 18px;
}
input, textarea {
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #444444;
}
input.order, textarea.order {
	width: 200px;
	margin-top: 5px;
	margin-bottom: 15px;
}
textarea.order {
	width: 250px;
	height: 190px;
}
form b {
	color: #222222;
}


/* ---------------------------------------------------------------------------- */

#header {
	position: absolute;
	width: 100%;
	height: 56px;
	background: #013b4c url(/images/bg_header.gif) repeat-x;
}
#logo {
	height: 56px;
	float: left;
}
#menu {
	height: 56px;
	float: right;
	font-weight: bold;
	font-size: 14px;
	color: #7ca9b7;
}
#menu ul, #menu li {
	margin: 0;
	padding: 0;
	display: inline;
}
#menu li {
	height: 27px;
	float: left;
	position: relative;
	list-style: none;
	padding-top: 29px;
	padding-right: 12px;
	padding-left: 12px;
}
#menu a {
	color: #ffffff;
	text-decoration: none;
}
#menu li.active {
	background: url(/images/bg_menu_li.gif) no-repeat center;
}
#menu li.active a {
	color: #b7eeff;
}
#info {
	height: 38px;
	clear: both;
	background: #FFFFFF url(/images/bg_info.gif) repeat-x;
	line-height: 35px;
	color: #4A9DBD;
}
#info .content {
	text-align: center;
}
#info .content b {
	font-weight: normal;
	color: #357791;
}
#info .content a {
	text-decoration: none;
	color: #4A9DBD;
}
#info .content a:hover {
	text-decoration: underline;
}
#page {
	min-height: 100%;
}
.content {
	width: 890px;
	min-width: 890px;
	margin: 0px auto;
}
#page .content {
	font-size: 13px;
	color: #444444;
	line-height: 20px;
	padding: 115px 0px;
}
.box {
	background: url(/images/bg_box.gif) repeat-y;
	padding: 0px 20px;
}
.boxtop {
	height: 23px;
	background: url(/images/bg_box_top.gif) no-repeat;
}
.boxbottom {
	height: 23px;
	background: url(/images/bg_box_bottom.gif) no-repeat;
	margin-bottom: 30px;
}
.box .price {
	width: 140px;
	height: 141px;
	position: absolute;
	margin-top: 20px;
	margin-left: 750px;
}
.box li {
	margin-left: 40px;
	padding-left: 8px;
	font-size: 19px;
	line-height: 28px;
	font-weight: bold;
	color: #888888;
	list-style: url(/images/box_li.gif) none;
}
.box .small {
	margin-top: 20px;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	color: #aaaaaa;
}
.box .small b {
	font-weight: normal;
	color: #888888;
}
.box .small .star {
	font-size: 13px;
	font-weight: bold;
	color: #ff6600;
}
#footer {
	position: absolute;
	width: 100%;
	height: 50px;
	margin-top: -50px;
	background: #dddddd url(/images/bg_footer.gif) repeat-x;
	color: #888888;
}
#footer .content {
	padding-top: 13px;
	text-align: center;
}
#page img {
	padding: 4px 10px;	
}
.orange {
	margin-top: 30px;
	font-size: 18px;
	color: #DE7E4A;
	text-align: center;
	font-weight: bold;
}

/* EDITOR PROPERTIES */
h1 {

}

h3 {

}


