/*//////////////////////////////////////*/
/* Stylesheet for Mille Fiori Aps */
/* Created by e-c-s denmak | support@e-c-s.dk | www.e-c-s.dk */
/*//////////////////////////////////////*/


/*//////////////////////////////////////*/
/*/////////// OVERALL STYLES ///////////*/
/*//////////////////////////////////////*/
/* BEGIN */
body
{
	margin: 0px;
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #000000;
}

img {
	border: 0px;
}

a
{
	color: #A52315;
	text-decoration: none;
}

a:hover
{
	color: #000000;
	text-decoration: none;
}

p
{
	margin: 0;
	padding: 0;
}

ul
{
	list-style-type: none;
}

form
{
	margin: 0;
	padding: 0;
}

.container
{
	width: 980px;
	padding: 0;
	margin: 0 auto;
}
.clear 
{
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
}

h1
{
	font-size: 18px;
	margin: 0 0 5px 0;
	color: #a52315;
}

h2 
{ 
	font-size: 18px; 
	margin: 0 0 5px 0;
	color: #000000;
}

h3 
{ 
	font-size: 14px;  
	margin: 0 0 5px 0;
}

h4 
{ 
	font-size: 12px; 
	margin: 0 0 5px 0;
}

h5 
{ 
	font-size: 11px; 
	margin: 0 0 5px 0;
}

h6 
{ 
	font-size: 10px; 
	margin: 0 0 5px 0;
}
/* END */


/*//////////////////////////////////////*/
/*///////////// TOP STYLES /////////////*/
/*//////////////////////////////////////*/
/* BEGIN */
#topbar {
	height: 29px;
	margin: 0;
	padding: 0;
	background: url(../img/topbar.jpg) top repeat-x;
}
#facebook {
	width: 16px;
	height: 17px;
	background: url(../img/facebook.jpg) right top no-repeat;
	float: right;
	margin: 6px 0 0 10px;
}
#facebook:hover {
	background-position: top right;
}
#facebook a img {
	border: 0;
	width: 16px;
	height: 17px;
}
#dankort {
	width: 26px;
	height: 17px;
	background: url(../img/dankort.jpg) left top no-repeat;
	float: right;
	margin: 6px 10px 0 0;
}
#dankort:hover {
	background-position: top right;
	cursor: pointer;
}
#visakort {
	width: 26px;
	height: 17px;
	background: url(../img/visa.jpg) left top no-repeat;
	float: right;
	margin: 6px 10px 0 0;
}
#visakort:hover {
	background-position: top right;
	cursor: pointer;
}
#mastercard {
	width: 26px;
	height: 17px;
	background: url(../img/mastercard.jpg) left top no-repeat;
	float: right;
	margin: 6px 10px 0 0;
}
#mastercard:hover {
	background-position: top right;
	cursor: pointer;
}
#maestrocard {
	width: 26px;
	height: 17px;
	background: url(../img/maestrocard.jpg) left top no-repeat;
	float: right;
	margin: 6px 10px 0 0;
}
#maestrocard:hover {
	background-position: top right;
	cursor: pointer;
}
#toplogo {
	height: 115px;
	width: 502px;
	text-align: right;
	float: right;
	background:url(../img/mille-fiori.jpg) top right no-repeat;
}
#toplogo img {
	height: 115px;
	width: 502px;
	border: 0;
}
.topbar_searchbutton {
	background: url(../img/searchbutton.jpg) top left no-repeat;
	width: 46px;
	height: 20px;
	margin: 4px 0 0 10px;
	padding: 0;
	border: 0;
	float: right;
}
.topbar_searchbutton:hover {
	background-position: top center;
	cursor: pointer;
}
.topbar_searchbutton:active {
	background-position: top right;
	cursor: pointer;
}
.topbar_searchfield {
	background: url(../img/searchfield.jpg) top center no-repeat;
	width: 129px;
	height: 14px;
	margin: 4px 0 0 0;
	text-align: left;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px 5px 3px 5px;
	border: 0;
	float: right;
}
/* END */


/* BANNERROTATOR */
#topbanner {
	background: url(../img/frontpagetop_bg.jpg) top repeat-x;
	height: 245px;
}
#topbanner_left {
	float: left;
	background: url(../img/frontpagetop_left.jpg) top left no-repeat;
	width: 10px;
	height: 245px;
}
#topbanner_right {
	float: right;
	background: url(../img/frontpagetop_right.jpg) top right no-repeat;
	width: 10px;
	height: 245px;
}
#topbanner_tekst {
	margin: 13px 5px 12px 15px;
	color: #000000;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	float: right;
	width: 260px;
	height: 220px;
	overflow: hidden;
}
#topbanner_tekst h1 {
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
	margin: 0 0 10px 0;
}
#slider {
    width: 670px; /* important to be same as image width */
    height: 220px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 670px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin: 0 0 0 -40px; 
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font-size: 11px;
    padding: 10px 15px 10px 15px;
    width: 640px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #FFFFFF;
    display: none;
}
.sliderImage span strong {
    font-size: 18px;
	font-weight: normal;
}
.bottom {
	bottom: 0;
    left: 0;
}
/* END */

/*//////////////////////////////////////*/
/*/////////// CONTENT AREA /////////////*/
/*//////////////////////////////////////*/
/* BEGIN */
#left {
	width: 174px;
	float: left;
	margin-right: 15px;
}

#leftwide {
	width: 682px;
	float: left;
}

#middle {
	float: left;
	width:  493px;
}

#right {
	width: 283px;
	float: right;
}

.contentarea {
	background: url(../img/contentarea.jpg) center repeat-y;
	padding: 10px 20px;
	text-align: left;
	line-height: 16px;
	color: #000000;
}

.contentareawide {
	background: url(../img/contentarea_bg.jpg) center repeat-y;
	padding: 10px 20px;
	text-align: left;
	line-height: 16px;
	color: #000000;
}

.contentarea img {
	background: #FFFFFF;
	padding: 1px;
	border: 1px solid #d5d5d5;
}
.contentareatop {
	background: url(../img/contentarea_topbg.jpg) top repeat-x;
	height: 46px;
}
.contentareatop_left {
	float: left;
	width: 10px;
	height: 46px;
	background: url(../img/contentarea_topleft.jpg) top left no-repeat;
}
.contentareatop_leftimg {
	float: left;
	height: 46px;
}
.contentareatop_right {
	float: right;
	width: 10px;
	height: 46px;
	background: url(../img/contentarea_topright.jpg) top right no-repeat;
}
.contentareatop_buttons {
	float: right;
	padding-top: 13px;
}
.contentareatop_buttons img {
	margin-left: 5px;
}
.contentareatop h1 {
	font-size: 18px;
	color: #a52315;
	line-height: 46px;
	text-indent: 10px;
	float: left;
	font-weight: normal;
}

.rightmiddle {
	padding: 10px;
	background: url(../img/rightbg.jpg) center repeat-y;
}
.boxbottom {
	background: url(../img/bottom_bg.jpg) bottom repeat-x;
	height: 10px;
	margin: 0;
	padding: 0;
}
.boxbottom_left {
	background: url(../img/bottom_left.jpg) bottom left no-repeat;
	height: 10px;
	width: 10px;
	float: left;
	margin: 0;
	padding: 0;
}
.boxbottom_right {
	background: url(../img/bottom_right.jpg) bottom right no-repeat;
	height: 10px;
	width: 10px;
	float: right;
	margin: 0;
	padding: 0;
}

.buttonbottom {
	background: url(../img/bundknap_bg.jpg) bottom repeat-x;
	height: 30px;
	margin: 0;
	padding: 0;
	text-align: center;
}
.buttonbottom_left {
	background: url(../img/bundknap_left.jpg) bottom left no-repeat;
	height: 30px;
	width: 10px;
	float: left;
	margin: 0;
	padding: 0;
}
.buttonbottom_right {
	background: url(../img/bundknap_right.jpg) bottom right no-repeat;
	height: 30px;
	width: 10px;
	float: right;
	margin: 0;
	padding: 0;
}

.linkbuilding {
	background: url(../img/linkbuilding_bg.jpg) bottom repeat-x;
	height: 49px;
	margin: 0;
	padding: 0;
	text-align: center;
}
.linkbuilding_left {
	background: url(../img/linkbuilding_left.jpg) bottom left no-repeat;
	height: 49px;
	width: 10px;
	float: left;
	margin: 0;
	padding: 0;
}
.linkbuilding_right {
	background: url(../img/linkbuilding_right.jpg) bottom right no-repeat;
	height: 49px;
	width: 10px;
	float: right;
	margin: 0;
	padding: 0;
}
.linkbuilding ul {
	float: left;
	width: 630px;
	margin: 7px 15px 0 15px;
	padding: 0;
	list-style-type: none;
}
.linkbuilding li {
	display: inline;
	font-size: 11px;
	margin-right: 5px;
	line-height: 16px;
	color: #aba69c;
}
.linkbuilding li a {
	margin-left: 5px;
	color: #aba69c;
}
.linkbuilding li a:hover {
	color: #A52315;
}
/* END */


/*//////////////////////////////////////*/
/*////////// BOTTOM STYLES /////////////*/
/*//////////////////////////////////////*/
/* BEGIN */
#bottom 
{
	background: url(../img/bottombreak.jpg) center no-repeat;
	padding: 0 10px 0 20px;
	margin: 0 auto;
	width: 950px;
}

#copyright 
{
	text-align: right;
	float: right;
	font-size: 11px;
	line-height: 30px;
}
#copyright a {
	color: #9d998d;
	margin: 0 10px;
}
#copyright a:hover {
	color: #A52315;
}

#bottom_adress {
	text-align: left;
	float: left;
	font-size: 11px;
	line-height: 30px;
	color: #9d998d;
}
#bottom_adress b {
	margin: 0 10px 0 0;
}
#bottom_adress font {
	margin: 0 10px;
	font-size: 11px;
}
#bottom_adress a {
	color: #9d998d;
}
#bottom_adress a:hover {
	color: #A52315;
}

#bottom_rightlinks {
	text-align: right;
	float: right;
	font-size: 11px;
	line-height: 30px;
	color: #9d998d;
}
#bottom_rightlinks a {
	color: #9d998d;
	margin: 0 10px;
}
#bottom_rightlinks a:hover {
	color: #A52315;
}

#blomsterfrise {
	height: 184px;
	background: url(../img/blomsterfrise.jpg) bottom repeat-x;
}
/* END */

/*//////////////////////////////////////*/
/*////////// FORM STYLES /////////////*/
/*//////////////////////////////////////*/
.form_elementleft {
	font-size: 11px;
	color: #000000;
	line-height: 29px;
	padding-left: 5px;
	float: left;
	text-align: left;
}
.form_elementright {
	float: right;
	text-align: right;
	padding-right: 5px;
}
.inputfield_default {
	background: url(../img/inputfield_default.jpg) top center no-repeat;
	width: 262px;
	height: 19px;
	padding: 5px;
	border: 0;
	margin: 0 0 15px 0;
	font-size: 14px;
	color: #666;
}
.inputfield_default_short {
	background: url(../img/inputfield_default_short.jpg) top center no-repeat;
	width: 187px;
	height: 21px;
	padding: 5px;
	border: 0;
	margin: 0 0 15px 0;
	font-size: 14px;
	color: #666;
}
.inputfield_default_by {
	background: url(../img/inputfield_by.jpg) top center no-repeat;
	width: 154px;
	height: 21px;
	padding: 5px;
	border: 0;
	margin: 0 0 15px 0;
	font-size: 14px;
	color: #666;
}
.inputfield_postnr {
	background: url(../img/inputfield_default_postnr.jpg) top center no-repeat;
	width: 63px;
	height: 21px;
	padding: 5px;
	border: 0;
	margin: 0 0 15px 0;
	font-size: 14px;
	color: #666;
}
.inputfield_name {
	background: url(../img/inputfield_navn.jpg) top center no-repeat;
	width: 167px;
	height: 21px;
	padding: 4px 25px 4px 5px;
	border: 0;
	margin: 0 0 15px 0;
	font-size: 16px;
	color: #666;
}
.inputfield_email {
	background: url(../img/inputfield_mail.jpg) top center no-repeat;
	width: 167px;
	height: 21px;
	padding: 4px 25px 4px 5px;
	border: 0;
	margin: 0 0 15px 0;
	font-size: 16px;
	color: #666;
}
.inputfield_mobil {
	background: url(../img/inputfield_mobil.jpg) top center no-repeat;
	width: 167px;
	height: 21px;
	padding: 4px 25px 4px 5px;
	border: 0;
	margin: 0 0 15px 0;
	font-size: 16px;
	color: #666;
}
.textarea_besked {
	background: url(../img/textarea_besked.jpg) top center repeat-x;
	width: 183px;
	height: 68px;
	padding: 5px;
	border: 1px solid #dddddb;
	font-family: Arial;
	margin: 0 0 15px 0;
	font-size: 12px;
	color: #666;
}
.input_submitbutton {
	background: url(../img/gulknap.jpg) top left no-repeat;
	width: 102px;
	height: 29px;
	border: 0;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}
.input_submitbutton:hover {
	background-position: top center;
	cursor: pointer;
}
.input_submitbutton:active {
	background-position: top right;
	cursor: pointer;
}

.form_bestil_left {
	font-size: 12px;
	color: #666666;
	line-height: 29px;
	padding-left: 5px;
	width: 110px;
	float: left;
	text-align: left;
}
.form_bestil_right {
	float: left;
	text-align: right;
	padding-right: 5px;
}
.form_bestil_error{
	font-size: 11px;
	font-weight: bold;
	color: #a52315;
	line-height: 29px;
	padding-left: 5px;
	text-align: left;
}
/* END */

/*//////////////////////////////////////*/
/*////////// MODULE STYLES /////////////*/
/*//////////////////////////////////////*/


/* SEARCH */
.searchtitle {
	text-align: left;
	font-size: 12px;
	line-height: 16px;
	float: left;
}
.searchmodule {
	text-align: right;
	font-size: 10px;
	line-height: 16px;
	float: right;
	color: #ccc;
}
.searchdescription {
	text-align: left;
	font-size: 11px;
	line-height: 16px;
	height: 64px;
	overflow: hidden;
	color: #333;
}
.sitemaplevel {
	border-bottom: 1px solid #333;
	font-weight: bold;
}
.sitemapelement {
	border-bottom: 1px dashed #ccc;
	line-height: 20px;
}

/* VI ANBEFALER */
.vi_anbefaler_left {
	border-right: 1px solid #e7e5e1;
	padding: 0 21px 0 4px;
	text-align: left;
	font-size: 11px;
	line-height: 16px;
	width: 295px;
	float: left;
}
.vi_anbefaler_left img {
	width: 291px;
	background: #FFFFFF;
	padding: 1px;
	border: 1px solid #999999;
}
.vi_anbefaler_left h1 {
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	color: #a52315;
	float: left;
}
.vi_anbefaler_left h2 {
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #888888;
	float: right;
}
.vi_anbefaler_left h3 {
	font-weight: normal;
	font-size: 30px;
	color: #000000;
	float: right;
}

.vi_anbefaler_right {
	padding: 0 4px 0 2px;
	text-align: left;
	font-size: 11px;
	line-height: 16px;
	width: 295px;
	float: right;
}
.vi_anbefaler_right img {
	width: 291px;
	background: #FFFFFF;
	padding: 1px;
	border: 1px solid #999999;
}
.vi_anbefaler_right h1 {
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	color: #a52315;
	float: left;
}
.vi_anbefaler_right h2 {
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #888888;
	float: right;
}
.vi_anbefaler_right h3 {
	font-weight: normal;
	font-size: 30px;
	color: #000000;
	float: right;
}

/* SENESTE NYHEDER */

.news_latest {
	background: url(../img/contentarea_break.jpg) center bottom no-repeat;
	padding: 10px 20px;
	text-align: left;
	line-height: 16px;
	font-size: 11px;
	color: #000000;
}

.news_latest h1 {
	color: #a52315;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	text-align: left;
	font-size: 12px;
}

.newsimage_latest {
	float: left;
	background: #FFFFFF;
	border: 1px solid #cdcdcd;
	padding: 1px;
	margin: 0 25px 5px 0;
}
.newsimage_latest:hover {
	cursor: pointer;
	border-color: #a52315;
}

.newslink_latest a {
	color: #a52315;
	font-weight: bold;
}
.newslink_latest a:hover {
	color: #000000;
	font-weight: bold;
	cursor: pointer;
}

/* NYHEDSVISNING */
.news {
	line-height: 16px;
	font-size: 11px;
}

.news h1 {
	color: #a52315;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	text-align: left;
	font-size: 14px;
}

.newsimage {
	float: right;
	background: #FFFFFF;
	border: 1px solid #cdcdcd;
	padding: 1px;
	margin: 0 0 5px 25px;
}

.newsdate {
	color: #747474;
	margin: 5px 0;
	text-align: left;
	font-size: 11px;
}
.newslink a {
	display: block;
	margin: 10px 0 0 0;
	color: #a52315;
	font-weight: bold;
}
.newslink a:hover {
	color: #000000;
	font-weight: bold;
	cursor: pointer;
}

/* PAGING */
.paging {
font-size: 11px;
color: #999999;
}
.paging b {
background: #a52315;
padding: 2px 4px;
color: #FFFFFF;
cursor: pointer;
}
.paging a {
padding: 2px 4px;
color: #999999;
cursor: pointer;
}
.paging a:hover {
background: #a52315;
padding: 2px 4px;
color: #FFFFFF;
font-weight: bold;
cursor: pointer;
}
/* END */

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */