/*start reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*end of reset*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	background: #99a331 url(../img/introductiealmere/body-bg.png) repeat-x center top;
	height: 100%;
	font-family: Arial;
	font-size: 10pt;
}

body {
	text-align: center;
}

@font-face {
	font-family: flintstone;
	src: url(../img/fonts/flintstone.ttf);
	font-weight: 500;
}

h1, h2, .blokkop, .menuContainer a {
	font-family: flintstone;
}

h1 {
	color: #d7633c;
	font-size: 10pt;
}

h2 {
	color: #99a331;
	font-size: 8pt;
	margin-top: 7px;
}

p {
	padding: 5px 5px 0 0;
}

img {
	border: 0;
}

.siteContainer {
	background: transparent url(../img/introductiealmere/page-bg.png) repeat-y center;
	min-height: 120%;
}

.wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	min-height: 750px;
}

.header {
	min-height: 200px;
	height: 200px;
	max-height: 200px;
}

.header-left {
	float: left;
	width: 720px;
}

.header-right {
	float: left;
	width: 240px;
}

.header .inschrijven {
	float: left;
	position: relative;
	top: 25px;
	left: 40px;
}

.impressie ul {
	list-style-type: none;
}

.impressie {
	width: 350px;
	height: 140px;
	float: left;
}

.impressie img {
	padding: 5px;
}

.menuContainer {
	clear: both;
}

.menuContainer li {
	display: inline;
	float: left;
	margin-left: 10px;
}

.menuContainer a {
	height: 40px;
	width: 100px;
	background: url(../img/introductiealmere/menu-bg.png) no-repeat center;
	display: block;
	color: white;
	text-decoration: none;
	line-height: 50px;
	text-align: center;
}

.menuContainer .active a, .menuContainer a:hover {
	background: url(../img/introductiealmere/menu-bg-active.png) no-repeat center;
}

.contentContainer {
	width: 700px;
	float: left;
	padding: 10px;
	background: white;
	margin: 0;
}

.rightbar {
	width: 240px;
	float: left;
	margin: 0;
}

.rightbar  .blokkop {
	width: 224px;
	height: 22px;
	background: black;
	color: white;
	font-size: 10pt;
	display: block;
	line-height: 22px;
	text-align: center;
	text-decoration: none;
	border: 1px solid black;
}

.twitter-reader {
	border: 1px solid black;
	width: 224px;

}

.twitter-reader .inner {
	padding: 5px;
}

.twitterkop, .sponsorenkop {
	margin-top: 10px;
}

.sponsoren {
	text-align: center;
}

.sponsoren {
	background: white;
}

.sponsoren div {
	width: 204px;
	height: 150px;
	padding: 10px;
	z-index: 5;
}

.sponsoren img {
	margin: auto;
	display: block
}

.barney {
	height: 200px;
	float: right;
}

.footer {
	clear: both;
	height: 200px;
	width: 100%;
	display: block;
	background: url(../img/introductiealmere/footer-bg.png) no-repeat center top;
}

.footer .inner {
	display: block;
	height: 200px;
	width: 960px;
	margin: 0 auto;
}

/*TWEETS*/
.tweet,
.query {
	font: 120% Georgia, serif;
	color: #085258;
}

.tweet_list {
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
	background-color: white;
}

.tweet_list .awesome, .tweet_list .epic {
	text-transform: uppercase;
}

.tweet_list li {
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0.5em;
}

.tweet_list a {
	color: #0C717A;
}

.tweet_even {
	background-color: #e8c157;
}

.tweet_avatar {
	padding-right: .5em;
	float: left;
}

.tweet_avatar img {
	vertical-align: middle;
}

form table tr td {
	padding: 0.8em 0 0.8em 0;
}

h3 {
	color: #99a331;
	font-size:7pt;
	margin-top:7px;
}

/*toevoegen*/

ol, ul {
	list-style-image: URL(/download/?id=17663740);
	margin-left: 20px;
	padding: 1em 0 1em 0;
}

strong, b {
	font-weight: 800;
}

u {
	text-decoration:underline;
}

i {
	font-style: italic;
}

strike {
	text-decoration:line-through;
}