body {
	font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
	line-height: 1.5;
	margin: 0;
	padding: 5px;
	background-color: #d3effe;
	}
	input, select, textarea {
		font-family: inherit;
		font-size: inherit;
		}

.frame {
	width: 100%;
	overflow: hidden;
}
img {
	max-width: 100%;
	height: auto;
}
h1 {
	margin-top: 0;
}

.aside,
.colContainer,
#article {
	padding: 10px;
	margin-bottom: 10px;
	background-color: #fff;
    border-radius: 10px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

#footer {
	background-color: transparent;
}
fieldset {
	border: 1px solid #004ebd;
}

p.tekstbrowser {
	margin: 0;
}
h2.title {
	margin: 1em -10px 5px -10px;
	}
	h2.title a {
		display: block;
		background-color: #004ebd;
		color: #fff !important;
		padding: 5px 10px;
		text-decoration: none;
		text-shadow: #000 0 0 0;
	}
.articleimageR {
	float: right;
	max-width: 120px;
	margin: 0 0 5px 5px;
}
.articleimageL {
	float: left;
	max-width: 120px;
	margin: 0 5px 5px 0;
}


#header ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	#header ul a {
		display: block;
		font-size: 1.5em;
		line-height: 1.0;
		background-color: #004ebd;
		color: #fff;
		padding: 5px 10px;
		border-bottom: 1px solid #fff;
		text-decoration: none;
		text-shadow: #000 0 0 0;
		text-align: left;
		}

#header,
#footer,
.details,
.outset,
.subtitle,
.main .date,
.s-xsmall,
.gutter,
.section,
.col1,
.aside,
.group,
.s-small,
.articleform,
table,
.s-large,
.intro {
	font-size: 1.0em;
	line-height: 1.5;
	}

