
html {
	background: #e5e5e5 url('../bilder/bg.jpg') repeat-x;
	font: 13px/1.5em Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0px 0px 30px 0px;
}

body {

}

#Center {
	width: 982px;
	margin: 10px auto 0px auto;
   background: #e5e5e5 url('../bilder/bg.jpg') repeat-x;
}

#MainContainer {
	width: 100%;
	background: #e5e5e5 url('../bilder/main_repeat.png') top left repeat-y;
}


/*
Common ----------------------------------------------------------------- */

p {
	margin: 20px 0px 0px 0px;
}

a img {
	border: 0px;
}	

.clear {
	clear: both;
}

.biggerText {
	font-size: 14px;
}

.buttonheading {
	margin: 0px;
	padding: 0px;
}

.greenText {
	color: #8dc73f;
}

.lightText {
	color: #8b8b8b;
}

/* Hiding Joomla edit menu when logged in */
.contentpaneopen_edit {
	display: none;
}

/* Mainly used on first paragraph in main content */
.smallTopMargin {
	margin: 10px 0px 0px 0px;
}

/* 
Links ------------------------------------------------------------------ */

a {
	color: #5f9514;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* 
Headers ---------------------------------------------------------------- */

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1em;
	letter-spacing: -1px;
	font-size: 25px;
	color: #639026;
	font-weight: bold;
	padding: 2px 0px 0px 0px;
}

h2 {
	font-size: 16px;
	letter-spacing: 0px;
	font-weight: normal;
	color: #414141;
	margin: 25px 0px 0px 0px;
	padding: 0px 0px 8px 0px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	color: #414141;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 8px 0px;
}

.UnderlineHeader {
	width: 100%;
	border-bottom: 1px solid #b1b1b1;
}

.HeaderSecondRow {
	font-size: 30px;
	color: #999;
}

.BoxHeader h3 {
	font-size: 16px;
	line-height: 48px;
	margin: 0px;
	padding: 0px 0px 0px 18px;
	color: #fff;
	letter-spacing: 0px;
}


/* 
Header(Banner) and menu ------------------------------------------------ */

#MainHeader {
	width: 100%;
	height: 250px;
	background: url('../bilder/header.jpg') top left no-repeat;
	position: relative;
}

#MainQuote {
	font-size: 19px;
	font-style: normal;
	color: #fff;
	position: absolute;
	left: 245px;
	line-height: 1.8em;
	width: 810px;
	top: 1px;
}

#MainMenu {
	position: absolute;
	bottom: 30px;
	left: 40px;
	background: #e5e5e5;
}

#MainMenu li {
	float: left;
	margin: 0px 2px 0px 0px;
	list-style: none;
	line-height: 31px;
}

#intranet {
	position: absolute;
	top: 219px;
	right: 45px;
}

#MainMenu li a, #intranet a {
	display: block;
	background: url('../img/topmenu_left_inactive.png') top left no-repeat;
	color: #999;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	border-color: #666666;
}

#MainMenu li span, #intranet span {
	display: block;
	background: url('../bilder/topmenu_right_inactive.png') top right no-repeat;
	margin: 0px 0px 0px 7px;
	height: 30px;
	padding: 1px 15px 0px 8px;
}

#intranet span {
	line-height: 31px;
}

#intranet div div {
	line-height: 31px;
}

#MainMenu li.active a, #MainMenu li a:hover, #intranet a:hover {
	background: url('../img/topmenu_left_active.png') top left no-repeat;
	color: #71a42a;
	text-decoration: none;
}

#MainMenu li.active span, #MainMenu li a:hover span, #intranet a:hover span  {
	background: url('../bilder/topmenu_right_active.png') top right no-repeat;
	color: #71a42a;
}

/* Submenu */

#MainMenu li.active ul {
	position: absolute;
	width: 860px;
	top: 31px;
	left: 0px;
}

#MainMenu li.active ul li a {
	background: transparent;
}

#MainMenu li.active ul li span {
	background: transparent;
	text-transform: none;
	margin: 0px;
	padding: 0px 25px 0px 0px;
}

#MainMenu li.active ul li.active span {
	color: #666;
}

#MainMenu li.active ul li a, #MainMenu li ul li a:hover {
	background: transparent;
	color: #71a42a;
	text-decoration: none;
}

#MainMenu li.active ul li span, #MainMenu li ul li a:hover span  {
	background: transparent;
	color: #71a42a;
}

#MainMenu li ul li a:hover, #MainMenu li ul li a:hover span {
	color: #666;
}


/* 
Content ------------------------------------------------------------- */

#Content {
	width: 928px;
	margin: 28px 0px 10px 38px;
}


/* 
Main content ------------------------------------------------------------- */

/* Markup from Joomla, container for #MainContent and #MainContentWide */
#page {
	float: left;
}

/* Use this for main content on pages with two .SidePanel */
#MainContent {
	width: 420px;
	float: left;
	margin: 0px 15px 15px 15px;
}

/* Use this for main content on pages with one .SidePanel */
#MainContentWide {
	width: 667px;
	float: left;
}

.IntroductionText {
	font-size: 15px;
	margin: 2px 0px 0px 0px;
	font-weight: bold;
}

.QuoteBox {
	background: url('../img/quote_bg.jpg') top left no-repeat;
	margin: 10px 0px 0px 5px;
	font-size: 18px;
	font-style: italic;
	line-height: 1.3em;
	padding: 16px 0px 0px 20px;
	width: 225px;
	height: 64px;
	float: right;
}

/* ServiceList */
.ServiceList {
	width: 100%;
	background: #000;
	display: block;
	margin: 10px 0px 0px 0px;
}

.ServiceList li {
	background: url('../img/list_arrow.jpg') 0px 5px no-repeat;
	padding: 0px 0px 0px 15px;
	list-style: none;
	display: block;
	float: left;
	margin: 0px 20px 5px 0px;
}

/* Service boxes/Contact boxes */
.ServiceBox, .ContactBox {
	float: left;
	width: 161px;
	margin: 25px 7px 0px 0px;
}

/* Add this class on the ServiceBox to the right to avoid right margin */
.ServiceBoxLast, .ContactBoxLast {
	margin: 25px 0px 0px 0px;
}

.ServiceBox h3 {
	font-size: 13px;
	letter-spacing: 0px;
	margin: 0px 0px 8px 0px;
	text-align: center;
	font-weight: bold;
	color: #666;
}

.ServiceBox div, .ContactBox div {
	background: url('../img/servicebox_repeat.jpg') top left repeat-y;
}

.ServiceBox div div, .ContactBox div div {
	background: url('../img/servicebox_top.jpg') top left no-repeat;
}

.ServiceBox div div div, .ContactBox div div div {
	height: 250px;
	position: relative;
	background: url('../img/servicebox_footer.jpg') bottom left no-repeat;
}

.ContactBox div div div {
	height: 170px;
}

.ServiceBox img, .ContactBox img  {
	margin: 9px;
}

.ServiceBox p {
	margin: 0px;
	padding: 0px 13px;
	font-size: 11px;
}

.ReadMoreBtn {
	width: 142px;
	height: 25px;
	background: url('../img/btn_readmore_sprite.jpg') top left no-repeat;
	position: absolute;
	bottom: 11px;
	left: 9px;
}

.ReadMoreBtn:hover {
	background: url('../img/btn_readmore_sprite.jpg') 0px -25px no-repeat;
}

.ContactBox p {
	padding: 0px 13px;
	margin: 0px;
	color: #4c4c4c;
	line-height: 1.3em;
	font-size: 11px;
}


/*
Side content ------------------------------------------------------------- */

.SidePanel {
	float: left;
	width: 223px;
	margin: 0px 0px 0px 12px;
}


/*
SidePanel Boxes ----------------------------------------------------------- */
.Box {
	width: 230px;
	background: url('../img/box_repeat.jpg') repeat-y;
}

.GreyBox .BoxHeader{
	background: url('../img/boxheader_grey.jpg') top left no-repeat;
	height: 44px;
}

.GreenBox .BoxHeader{
	background: url('../bilder/boxheader_gron.jpg') top left no-repeat;
	height: 44px;
}

.HeadlessBox div {
	background: url('../img/box_top.jpg') top left no-repeat;
}

.HeadlessBox div div{
	background: url('../bilder/box_footer.jpg') bottom left no-repeat;
}

.SccfContent {
	margin: 9px 0px 0px 0px;
	padding: 15px 0px 20px 0px;
	text-align: center;
	font-size: 11px;
	color: #666;
	font-style: italic;
	line-height: 1.2em;
}
.BoxContent {
	background: url('../bilder/box_footer.jpg') bottom left no-repeat;
	padding: 15px 23px 20px 23px;
	width:182px;
}

.BoxBlock, .BoxBlockLast {
	border-bottom: 1px solid #cecece;
	padding: 12px 0px 9px 0px;
	margin: 0px;
	font-size: 12px;
}

.BoxBlock:first-child {
	padding: 0px 0px 9px 0px;
}

.BoxBlockLast {
	border-bottom: 0px;
	padding: 12px 0px 0px 0px;
}

.MapImg {
	float: left;
	padding: 5px 10px 5px 0px;
}

.MapImgHeader {
	display: block;
	margin: 6px 0px 0px 0px;
	font-size: 14px;
}

.MapImgText {
	font-size: 11px;
	font-style: italic;
	color: #999;
	line-height: 1.3em;
}

.BoxGallery {
	width:204px;
	padding: 6px 12px 10px 12px;
}

.BoxGallery a {
	margin: 0px 0px 5px 0px;
}

.GalleryText {
	font-size: 11px;
	font-style: italic;
	margin: 0px;
	width: 100%;
	text-align: center;
	color: #999;
}



/* 
MainContainer footer ----------------------------------------------- */

#MainFooter {
	width: 100%;
	height: 26px;
	background: url('../bilder/footer.jpg') top left no-repeat;
}

#FooterList {
	font-size: 11px;
	float: left;
	margin: 0px 0px 0px 18px;
}

#FooterList li {
	display: inline;
	padding: 0px 28px 0px 0px;
	list-style: none;
	line-height: 1em;
	color: #5E5D5D;
}

#FooterList li a{
	color: #999;
}

#FooterToTop {
	float: right;
	display: block;
	line-height: 1em;
	color: #999;
	font-size: 11px;
	margin: 0px 18px 0px 0px;	
}
