

#container {
	background-color: #fff;
	margin-bottom: 30px;
}

body {
	background-color: #fff;
}

section article {
	margin: 1.5em 0;
}

section article h2 a {
	text-decoration: none;
}

article time {
	color: #999;
	margin-right: 2px;
}

section h1, article h1 {
	font-family: 'Ubuntu', serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.2;
	color: #666;
	position: relative;
}

article h2 {
	font-family: 'Ubuntu', serif;
	font-size: 20px;
	font-weight: normal;
	color: #999;
	margin: 0.5em 0 0;
}

article h3 {
	font-family: 'Ubuntu', serif;
	font-size: 16px;
	font-weight: 400;
	color: #999;
	margin: 1em 0 0;
}

article h3.subtitle {
	margin: 0;
}

#pages-visual {
	margin: 0.5em 0 0;
}

article p, aside p {
	line-height: 1.5;
	margin: 1.5em 0 0;
}

article p.intro {
	font-weight: bold;
}

.twtr-hd h4 {
	font-size: 14px;
}

aside h1 {
	font-family: 'Ubuntu', serif;
	font-size: 20px;
	font-weight: normal;
	color: #666;
	position: relative;
}

aside .block {
	margin: 0 0 20px;
}

#twitterfeed {
	margin: 1.5em 0 0;
}

header {
	height: 175px;
	position: relative;
	border-bottom: 2px solid #666;
	margin-bottom: 5px;
	background-image: url(/images/dollarsbg.jpg);
}

header h1 {
	font-family: 'Ubuntu', serif;
	font-size: 60px;
	font-weight: 100;
	color: #666;
	text-shadow: 1px 1px 2px #000;
	position: absolute;
	bottom: 0;
	/*text-transform: lowercase;*/
	padding: 2px 10px;
	background-color: rgba(255,255,255,0.7);
}

header h1 span{
	color: #849B63;
	font-weight: 400;
}

header h1 em {
	font-size: 40px;
	color: #849B63;
	font-weight: 400;
}

#main {
	margin: 10px auto;
}

nav {
	border-bottom: 1px dotted #999;
	height: 60px;
}

nav ul {
	font-family: 'Ubuntu', serif;
	color: #999;
	padding: 2px 0;
}

nav li {
	float: left;
	display: block;
	height: 2em;
	margin-right: 10px;
}

nav li a, nav li a:active, nav li a:visited {
	line-height: 1.5em;
	color: #666;
	text-decoration: none;
	font-size: 20px;
	margin-right: 10px;
}

nav li a:hover, nav li a.active:hover {
	color: #fff;
}

nav li a.active {
	color: #10b01a;
}

nav ul.submenu a, nav ul.submenu a:active, nav ul.submenu a:visited {
	font-size: 15px;
	color: #999;
}

nav ul.submenu a:hover, nav ul.submenu li a.active {
	color: #10b01a;
	background-color: transparent;
	text-decoration: underline;
}

footer {
	background-color: #333;
	border-top: 2px solid #000;
	border-bottom: 1px solid #000;
	color: #bbb;
	padding: 10px 0;
	height: auto;
	overflow: hidden;
	font-size: 12px;
	line-height: 1.5em;
}

footer h1 {
	font-family: 'Ubuntu', 'sans-serif';
	font-size: 18px;
	margin-bottom: 5px;
	color: #eee;
}

footer a.webteam, footer a.metatags {
	padding-left: 20px;
}

footer a, footer a:active, footer a:visited {
	text-decoration: none;
	color: #fff;
}

footer a:hover {
	text-decoration: underline;
}

footer a.webteam {
	background: url(https://www.webteam.nl/favicon.ico) no-repeat top left transparent;
}

footer a.metatags {
	background: url(https://www.metatags.nl/favicon.ico) no-repeat top left transparent;
}

.grafiek .loading {
	background: url(/images/loading-graph.gif) no-repeat top left transparent;
	color: #666;
	display: block;
	margin: 25px 0 0;
	padding-left: 20px;
}

.grafiek {
	height: 375px;
	width: 460px;
	display: block;
}

#valutacalc {
	margin-top: 10px;
}

#valutacalc label {
	color: #444;
	line-height: 1.5;
}

#valutacalc input,#valutacalc select {
	color: #444;
	line-height: 1.5;
	font-size: 16px;
}

.f-left { float: left; }
.f-right { float: right; }

section h1 a.rss, article h1 a.rss, article h2 a.rss {
	width: 24px;
	height: 24px;
	right: 0;
	bottom: 6px;
	background-image: url(/images/rss-icon.png);
	position: absolute;
}

aside h1 a.rss {
	width: 16px;
	height: 16px;
	right: 0;
	bottom: 6px;
	background-image: url(/images/rss-icon-16.png);
	position: absolute;
}

a.rss:hover { text-decoration: none; background-color: transparent; }