body {
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #272727;
}

p {
	margin: 10px 0px;
	font-size: 11px;
	text-align: justify;
	color: #000;
	font-weight: normal;
}

h1 {
	margin: 0px;
	font-size: 24px;
	font-weight: bold;
	color:#000000;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.moms {
	color: #333;
	font-variant: normal;
	text-transform: none;
	text-align: center;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	font-size: 10px;
	
}
.underRubriker {
	font-size: 18px;
	color: #000;
}


h2 {
	margin: 0px;
	padding: 5px 0px;
	font-size: 20px;
	font-weight: bold;
	color:#ffffff;
}

h3 {
	margin: 0px;
	padding: 10px 0;
	font-size: 18px;
	font-weight: normal;
	color:#000;
}

h4 {
	clear: both;
	margin: 0px;
	padding: 15px 0px 5px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #ff0000;
}

.readmore_black a{
	clear: both;
	display: block;
	width: 100px;
	height: 22px;
	padding-top: 3px;
	text-align: center;
	color: #ffb21e;
	text-decoration: none;
	font-weight:normal;
	background-image: url(images/button_index.gif);
	background-repeat: repeat;
}

.readmore_black a:hover{
	clear: both;
	display: block;
	width: 100px;
	height: 22px;
	padding-top: 3px;
	text-align: center;
	color: #ffb21e;
	text-decoration: none;
	font-weight: bold;
	background-repeat: repeat;
	background-image: url(images/button_index.gif);
}


#container {
	margin: 0px auto;
	width: 920px;
	margin-top: 10px;
}

/* top */

#top {
	clear: both;
	width: 900px;
	height: 100px;
	padding: 0px 10px;
	color: #FFFFFF;
}
#logo_area {
	float: left;
	height: 100px;
	width: 480px;
	background-repeat: no-repeat;
	background-image: url(images/logo_main.jpg);
}


.sitename_panel {
	float: left;
	width: 350px;
	height: 100px;
	margin: 0px;
	padding: 0px;
}

.sitename{
	padding: 65px 0px 10px 10px;
	font-size: 48px;
	color: #FFF;
	font-weight: bold;
	font-family: Mistral;
}
.sitename span{
	font-size: 40px;
	color: #ffb21e;
	font-weight: normal;
}

.freecall_panel {
	float: right;
	width: 410px;
	height: 100px;
	text-align: right;
	padding-right: 10px;
}

.bigfont {
	font-size: 25px;
	color: #FF0000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.bigfont a{
color: #FF0000;
text-decoration:underline;
}

.bigfont a:hover{
color: #FF0000;

}

.freecall_panel span{
	padding-left: 10px;
	font-size: 25px;
	color: #FFFFFF;
}

.livechat_panel {
	float: right;
	width: 110px;
}

.livechat_panel img{
	border: none;
}

/* end of top */


/* content */

#content {
	float:left;
	width: 880px;
	padding: 0px 20px;
	background:url(images/frame.gif) repeat-y;
}

.content_top{
	clear: both;
	width: 920px;
	height: 15px;
	background: url(images/top.gif) no-repeat;
}
.tid {
	font-size: 14px;
	color: #000;
	font-style: normal;
	text-transform: none;
	font-weight: normal;
	margin-left: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* for IE 6 */
* html .content_top{
	clear: both;
	width: 920px;
	height: 15px;
	margin-bottom: -5px;
	background: url(images/top.gif) no-repeat;
}

.content_bottom{
	clear: both;
	width: 920px;
	height: 16px;
	background: url(images/bottom.gif) no-repeat;
}

/* banner */
.banner {
	width: 830px;
	height: 204px;
	padding: 50px 0px 0px 50px;
	margin-bottom: 10px;
	background: url(images/banner.jpg) no-repeat;
}

.banner ul {
	margin: 20px 0px 20px 50px;
	padding: 0px;
	list-style: disc;
}

.banner ul li{
	font-size: 18px;
	color: #FFFFFF;
	padding: 0px 0px 5px 0px;
}
/* end of banner */

/* menu */

#menu{
	clear: both;
	width: 880px;
	height: 35px;
	margin: 0px 0px 10px 0px;;
	padding: 0px;
	background: #272727;
}
li {
}


.menuleft {
	float: left;
	height: 35px;
	width: 10px;
	background: #272727 url(images/menu_left.gif) no-repeat;
}
.menuright {
	float: right;
	height: 35px;
	width: 10px;
	background: #272727 url(images/menu_right.gif) no-repeat;
}

#menu ul {
	margin: 0px;
	list-style: none;
	text-align: center;
	color: #ffffff;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}


#menu ul li{
	display: inline;
}

#menu ul li a{
	float: left;
	padding: 7px 20px 2px 20px;
	margin-right: 1px;
	height: 25px;
	font: 14px arial;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
}

#menu ul li a:visited{
	color: #ffffff;
}

#menu ul li a:hover, #menu ul li .current{
	color: #FFF;
	background-color: #444;
	font-weight: normal;
}

/* end of menu */

/* 3 boxes */

#boxarea{
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px;
	width: 880px;
}

.box1{
	float: left;
	width: 280px;
	margin-right: 19px;
	background: #272727;
}


/*.box1:hover {
	background:#999;
}*/



.box1top {
	height: 30px;
	padding-top: 10px;
	text-align: center;
	background:url(images/box1_top.gif) no-repeat;
}
.body {
	width: 250px;
	padding: 20px 10px 0px 20px;
	color: #FFFFFF;
}

.box2{
	float: left;
	width: 280px;
	margin-right: 19px;
	background: #272727;
}
.box2top {
	height: 30px;
	padding-top: 10px;
	text-align: center;
	background:url(images/box2_top.gif) no-repeat;
}

.box3{
	float: left;
	width: 280px;
	margin: 0px;
	background: #272727;	
}
.box3top {
	height: 30px;
	padding-top: 10px;
	text-align: center;
	background:url(images/box3_top.gif) no-repeat;
}

.boxbottom{
	width:280px;
	height: 10px;
	 background: url(images/box_bottom.gif) no-repeat;
}
* html .boxbottom{
	width:280px;
	height: 10px;
	margin-bottom: -10px;
	background: url(images/box_bottom.gif) no-repeat;
}

.pris {
	color:#FF0000;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

/* end of 3 boxes */

/* 2 columns */

#2columns{
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 40px 0px 10px 0px;
	width: 880px;
}

.column1{
	float: left;
	width: 480px;
	padding: 10px;
	padding-left: 20px;
	background: #ffffff;
	color: #000;
	font-weight: normal;
}

.column2{
	float: right;
	width: 320px;
	padding-left: 20px;
	border-left: 1px dotted #CCCCCC;
	font-weight: bold;
	color: #000;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	background-color: #FFF;
	font-size: 18px;
	text-decoration: none;
}


/* end of 2 columns */

/* Detail page */

#features{
	clear: both;
	float: left;
	margin: 0px;
	width: 840px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 16px;
	color: #F00;
	font-weight: bold;
}


#sitemap{
	clear: both;
	float: left;
	margin: 0px;
	width: 840px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 100px;
	font-size: 14px;
	color: #000;
	font-weight: normal;
}


.titlerow {
	clear: both;
	float: left;
	width: 830px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background: #333333;
	border-bottom: 1px solid #CCCCCC;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.subrow {
	clear: both;
	padding: 5px 0px;
	font-size: 12px;
	background: #ffffff;
}
.artikelBox {
	border: 1px dashed #CCC;
	margin-right: 7px;
	padding: 5px;
}

.artikelBox:hover {
	background-color:#F1F1F1;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;	
	
}


.name_column {
	float: left;
	padding-left: 10px;
	width: 250px;
	font-weight: bold;
}

.plan_column {
	float: left;
	width: 150px;
}

.plan_column img{
	display: block;
	width: 18px;
	height: 18px;
	margin: 0px;
	padding: 0px;
	border: none;
}

/* end of detail page */

/* -------- Footer --------- */

#footer {
	clear: left;
	padding: 15px 0px 0px 0px;
	width: 920px;
	height: 62px;
	color: #ffb21e;
	line-height: 24px;
	text-align: center;
}
#footer a {
	color: #ffb21e;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* --------- end of footer --------------*/	
a {
	text-decoration: none;
	color: #3572A5;
	font-weight: bold;
}

a:hover {
	text-decoration:underline;
	color: #F00;
	font-weight: bold;
}
.bestallning {
	font-size: 14px;
	font-weight: bold;
	color: #C60;
	text-decoration: underline;
}
