/* forside reklame */
#reklame {
	width: 405px;
}


#reklameleft {
	width: 205px;
	float: left;
}


#reklameright {
	width: 200px;
	float: left;
}

/* bilde reklame */
#galleri {
	width: 400px;
}


#bilde {
	width: 121px;
	height: 100px;
	float: left;
}

#bilde2 {
	width: 119px;
	height: 90px;
	float: left;
	margin-right: 19px;
	margin-left: 19px;
}

#bilde3 {
	width: 121px;
	height: 100px;
	float: left;
}

#ramme {
	width: 119px;
	height: 88px;
	float: left;
	background-color: white;
	border: 1px solid #d9d9d9;
}

#rammetop {
	width: 119px;
	height: 74px;
}

#rammebunn {
	width: 119px;
	height: 13px;
	border-top: 1px solid #d9d9d9;
	text-transform: uppercase;
	font-size: 10px;
	color: #454545;
	text-indent: 5px;
}


#tittelback {
	width: 200px;
	background-color: #454545;
	color: #fff;
	float: left;
	direction: ltr;
	text-indent: 15px;
	padding-top: 6px;
	padding-bottom: 4px;
	height: 18px;
	text-transform: uppercase;
	font: small-caps bold 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	letter-spacing: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* FORMATTING */
.csc-header csc-header-n1 {
}

.csc-firstHeader {
	text-align: left;
	color: #454545;
	width: 98%;
	font: 17px/20px georgia, verdana;
	padding-top: 5px;
	padding-bottom: 12px;	
}

h1 {
	text-align: left;
	color: #000;
	width: 98%;
	font: small-caps bold 15px/20px georgia, verdana;
}

.bodytext {
	color: #454545;
	font: 13px georgia;
	padding-bottom: 15px;
}

/* KOLONNE CONFIG */
/* afhÃ¦nger af content bredde */

/* two col = (width-50)/2 */
.two-col-1, .two-col-2 {
	float: left;
	width: 47%;
}

.two-col-1 {
	margin-right: 6%;
}

/* three col = (width-50) / 3 */
.three-col-1,
.three-col-2,
.three-col-3 {
	float: left;
	width: 30%;
}

.three-col-1,
.three-col-2 {
	margin-right: 5%;
}

/* four col */
.four-col-1,
.four-col-2,
.four-col-3,
.four-col-4 {
	float: left;
	width: 22%;
}

.four-col-1,
.four-col-2,
.four-col-3 {
	margin-right: 4%;
}


strong { 
font-weight: bold; 
}

em {
font-style: italic;
}
