div#columnWrapper { /* Behållare för alla kolumnerna */
	padding: 10px 30px 10px 50px;
	background-color: #FEFAF4;
/*	border: 1px solid blue; */
}

/* Eftersom allt i #columnWrapper flyter behövs det ett hack för att få ner underkanten */

/* Here's the clearfix hack gratiously provided by Holly 'n John at "Position is everything"  */
/*  http://www.positioniseverything.net/easyclearing.html     Thank you! */
div#columnWrapper:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div#columnWrapper {display: inline-table;}  /* Taming the IE/Mac Float Problem */

/* Hides from IE-mac \*/
* html div#columnWrapper {height: 1%;}
div#columnWrapper {display: block;}
/* End hide from IE-mac */

/* Note about the clearfix hack: You have to use img width and height for it to work properly */
/* otherwise at least FF won't get it right until the image is cached. */

/* End of clearfix hack ########################################### */

div#columnWrapper h1 { /* Rubriken ovan alla kolumnerna */
	margin-top: 60px;
	margin-left: 10px;
	font-family: Garamond; Georgia; Goudy Old Style; serif;
	font-size: 46px; 
	color:#346A20;
}

div#columnWrapper div.col-left {
	float: left;
	width: 33%; /* Lite mindre än en tredjedel så att floatarna inte skjuts ner */
	border-right: 2px dotted #C0C0C0;
}

div#columnWrapper div.col-mid {
	float: left;
	width: 33%; /* Lite mindre än en tredjedel så att floatarna inte skjuts ner */
	border-right: 2px dotted #C0C0C0;
}

div#columnWrapper div.col-right {
	float: left;
	width: 33%; /* Lite mindre än en tredjedel så att floatarna inte skjuts ner */
}

div#columnWrapper div.col-Item { /* Dessa härbergerar delningslinjer och padding */
    padding: 0 10px;
    /*border-bottom: 2px solid #C0C0C0;*/

}
div#columnWrapper div.col-Item2 { /* Dessa härbergerar delningslinjer och padding */
    padding: 0 10px;
background-color:#D3E7CB;
    /*border-bottom: 2px solid #C0C0C0;*/


}

div#columnWrapper h2 {
    margin-top: 20px;
}

div#columnWrapper p {
	margin-top: 0;
}

.clearer2 { /* Clearing div as described by Paul O'Brien, http://www.pmob.co.uk/ */
	clear: both; 
	height: 1px; 
	overflow: hidden;
	margin-top: -1px;
}
.cb-links {
	padding: 30px 0 15px 0;
	margin-left: -10px;
}
