body {
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 62.5%;
}

ul#nav {
	font-size: 1.175em;
}

p {
	margin-bottom: 15px;
}

div#content, div#footer div#footerContent, body.mceContentBody {
	font-size: 1.2em;
	line-height: 1.5;
	letter-spacing: 0.0025em;
}

body.mceContentBody {
	font-size: 0.8em;
}

div#content ul, div#content ol, body.mceContentBody div#content ul, body.mceContentBody div#content ol {
	margin: 0 0 15px 15px;
	list-style-type: square;
}

div#content ul ul, div#content ol ol, body.mceContentBody ul ul, body.mceContentBody ol ol {
	margin: 0 0 0 15px;
}

a,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #5ca624;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:"Georgia", "Arial", "sans-serif";
	margin-bottom: 6px;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.25em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1.15em;
}

p {
	margin-bottom: 15px;
}

/* Images */
img, a.thumbnailImage img, img.thumbnailImage, div#leftColumn img, body.mceContentBody img {
	float: left;
	margin: 0 10px 10px 0;
}

table img, table a.thumbnailImage img, table img.thumbnailImage, div#leftColumn table img, body.mceContentBody table img {
	float: none;
}

/* Tabel */
table {
	border-collapse: collapse;
	border: solid 2px #f1f1f1;
	width: 100%;
}

table td {
	padding: 5px 0 0 5px;
	vertical-align: top;
	border-bottom: dotted 1px #e1e1e1;
}


/* News items */
div.newsItem,
.separator {
	background: url('../wsimages/separator_bg.jpg') repeat-x;
	padding: 10px 15px 0 15px;
	border-bottom: dotted 1px #e1e1e1;
}

div.newsItem a.thumbnailImage img {
	margin-bottom: 0;
}

div.newsItem a {
	white-space: pre;
}

/* Diverse */
.banner {
	padding: 0 10px;
	float: none;
}