h1
{
	margin: 5px 0;
	font-size: 18px;
	font-weight: normal;
	color: #323133;
}
h2
{
	font-size: 15px;
	font-weight: normal;
	color: #323133;
}
h3
{
	font-size: 13px;
	font-weight: normal;
	color: #323133;
}
p
{
	line-height: 1.4em;
	color: #000;
}

.boxFrontLeaves,
.boxFrontThreePeople
{
	margin: 0 0 10px;
	padding: 20px;
	width: 100%;
	height: auto;
	border: none;
}
.boxFrontLeaves
{
	background: url('http://www.fertin.dk/Style%20Library/fertin/gfx/bg_front_leaves.jpg') top left no-repeat;
}
.boxFrontThreePeople
{
	background: url('http://www.fertin.dk/Style%20Library/fertin/gfx/bg_front_three-people.jpg') top left no-repeat;
}

.boxFrontTwoSmilingWomen,
.boxFrontMagazine,
.boxFrontChewinggum
{
	margin: 0;
	padding: 10px 20px;
	width: 100%;
	height: auto;
	border: 1px solid #8ACFCD;
}
.boxFrontTwoSmilingWomen
{
	background: url('http://www.fertin.dk/Style%20Library/fertin/gfx/bg_front_two-smiling-women.jpg') bottom right no-repeat;
}
.boxFrontMagazine
{
	background: url('http://www.fertin.dk/Style%20Library/fertin/gfx/bg_front_magazine.jpg') bottom right no-repeat;
}
.boxFrontChewinggum
{
	background: url('http://www.fertin.dk/Style%20Library/fertin/gfx/bg_front_chewinggum.jpg') bottom right no-repeat;
}

.box,
.boxNicotinell,
.boxThreePeople,
.boxHandWriter
{
	margin-bottom: 20px;
	padding: 10px;
	width: 100%;
	height: auto;
	border: 1px solid #8ACFCD;
}
.boxNicotinell
{
	background: url('http://www.fertin.dk/Style%20Library/fertin/gfx/bg_box_nicotinell.jpg') bottom right no-repeat;
}
.boxThreePeople
{
	background: url('http://www.fertin.dk/Style%20Library/fertin/gfx/bg_box_three-people.jpg') bottom right no-repeat;
}
.boxHandWriter
{
	background: url('http://www.fertin.dk/Style%20Library/fertin/gfx/bg_box_hand-writer.jpg') bottom right no-repeat;
}
/*
	.box img.floatLeft
	{
		float: left;
		margin-right: 10px;
	}
	.box img.floatRight
	{
		float: right;
		margin-left: 10px;
	}
*/

table.list
{
	margin: 10px 0 15px;
	border: 0;
}
	table.list .dark
	{
		background: #95D4D2;
	}
	table.list .light
	{
		background: #CAE9E8;
	}

tr.dark
{
	/* Fool Rad Editor */
}
tr.light
{
	/* Fool Rad Editor */
}

img.floatLeft
{
	float: left;
	margin-right: 10px;
}
img.floatRight
{
	float: right;
	margin-left: 10px;
}
