@charset "UTF-8";

@import url(layout.css);
@import url(pages.css);
@import url(navigation.css);

* { margin: 0; padding: 0; outline: 0 }
.clear { clear: both; }

body {
	background: #fff url(../img/body_bg.png) top left repeat-x;
	font: 100%/1.5em arial,Georgia, "Times New Roman", Times, serif;
}

img.main_logo {
	border: none;
	float: left;
}

img.thumb {
	border: solid 1px #ccc;
	padding: 4px;
	background: #fff;
	float: left;
	margin: 0 10px 10px 0;
}

h1 {
	font-weight: normal;
	color: #535959;
	margin: 0 0 0.6em 0;
}

h2 {
	font-weight: normal;
	font-size: 1.5em;
	color: #535959;
	padding: 0 0 0.5em 0;
}

h3 {
	font-weight: normal;
	font-size: 1.2em;
	margin: 0 0 0.3em 0;
	color: #535959;
}

p {
	color: #666;
	font-size: 0.9em;
	line-height: 1.3em;
	padding: 0 0 0.8em 0;
}

a.general {
	color: #336699;
	font-size: 1em;
	text-decoration: none;
	border-bottom: dotted 1px #336699;
}


.cta_phone {
	background: url(../img/phone_icon.gif) 5px center no-repeat;
	display: block;
	height: 40px;
	padding: 12px 0 0 0;
}

.cta_phone a {
	text-decoration:none;
	border-bottom: dotted 1px #336699;
	margin: 0 0 0 40px;
	font-size: 1.1em;
	color: #336699;
}

.cta_globe {
	background: url(../img/globe_icon.gif) center left no-repeat;
	display: block;
	height: 40px;
	padding: 12px 0 0 0;
}

.cta_globe a {
	text-decoration:none;
	border-bottom: dotted 1px #336699;
	margin: 0 0 0 40px;
	font-size: 1.1em;
	color: #336699;
}

.cta_contract {
	background: url(../img/contract_icon.gif) center left no-repeat;
	display: block;
	height: 40px;
	padding: 12px 0 0 0;
}

.cta_contract a {
	text-decoration:none;
	border-bottom: dotted 1px #336699;
	margin: 0 0 0 40px;
	font-size: 1.1em;
	color: #336699;
}

.cta_info {
	background: url(../img/info_icon.gif) center left no-repeat;
	display: block;
	height: 40px;
	padding: 12px 0 0 0;
}

.cta_info a {
	text-decoration:none;
	border-bottom: dotted 1px #336699;
	margin: 0 0 0 40px;
	font-size: 1.1em;
	color: #336699;
}

.cta_vcard {	
	background: url(../img/vCard.png) center left no-repeat;
	display: block;
	height: 23px;	
}

.cta_vcard a {
	color: #336699;
	font-size: 1em;
	text-decoration: none;
	border-bottom: dotted 1px #336699;
	margin: 0 0 0 35px;
}


.hbar {
	border-bottom: solid 2px #cfcfcf;
	margin: 0 0 1em 0;
}

.price {
	font-size: 0.875em;
}

#col_lwc ul {
	color: #666;
	font-size: 0.9em;
	line-height: 1.3em;
	padding: 0 0 0.8em 0;
}

#inlogg {
	color: #666;
	font-size: 0.9em;
	line-height: 1.3em;
	padding: 0 0 0.8em 0;
}


#col_lwc ul li {

}


#footer p {
	color: #fff;
	font-size: 0.65em;
	padding: 15px 20px ;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
#footer .phone {
	color: #fff;
	float: right;
	padding: 15px 20px;
}

#content a:hover {
	text-decoration: underline;
