/*
	Project:		Homeopatikliniken i Uddevalla
	Author:   		Xelera Communication AB
	Last edit:		2007-02-28
-------------------------------------------------*/
#skip,
#navbar ul,
#sidebar,
#footer,
.inner img {display: none;}
	
body {
	font:normal 69%/1.5 "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	color:#000;
}
a:link,
a:visited,
a:active {
	color:#1F5B00;
	text-decoration:none;
}
a:hover {
	color:#1F5B00;
	text-decoration:underline;
}
h1, h2, h3, h4, h5, h6  {
	font-weight:normal;
	font-family:Georgia, Times, "Times New Roman", serif;
	color:#fff;
	background:transparent;
}
h1 {
	margin:14px 0 6px;
	font-size:2em;
	line-height:1.3;
}
h1 span {
	display:block;
}
h2 {
	font-size:1.33em;
}
h3 {
	font-size:1.33em;
	font-weight:normal;
}
h4 {
	font-family:"Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size:1em;
	font-weight:bold;
}
p {margin:0;}
ul {
	margin-left:2em;
	list-style:disc
}
ul li {
	padding:0;
}
ol {
	margin-left:2em;
}
ol ol,
ul ul {
	margin-bottom:0;
}


/* Data tables
-------------------------------------------------*/
table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	}
caption {
	font-style: normal;
	font-weight:bold;
	text-align: left;
	}
th {font-weight:normal;}
th,
td {
	text-align: left;
	vertical-align: top;
	padding: 0.25em 0 0.25em 0;
	}

/* Other
-------------------------------------------------*/
.clearer {
	line-height: 0;
	height: 0;
	clear: both;
	}
/* Easy clearing of floats (see http://positioniseverything.net/easyclearing.html) */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
.clearfix {display: inline-block;}
.clearfix {display: block;}
img {border: 0;}
#header a {
	text-decoration: none;
	color: #000;
	}
#main {
	float: left;
	width: 100%;
	}

/* Contact
-------------------------------------------------*/
#contact {
	float:left;
	width:100%;
	margin:20px 0 10px;
}
#contact .inner {
	width:100%;
	padding-top:10px;
	border-top:1px solid #000;
}
