﻿@font-face {
	font-family: 'DinRegular';
	src: url('../font/din-regular-webfont.eot?#iefix') format('embedded-opentype'), 
	url('../font/din-regular-webfont.woff') format('woff'), 
	url('../font/din-regular-webfont.ttf')  format('truetype'),
	url('../font/din-regular-webfont.svg#DinRegular') format('svg');
}

@font-face {
	font-family: 'DinBold';
	src: url('../font/din-bold-webfont.eot?#iefix') format('embedded-opentype'), 
	url('../font/din-bold-webfont.woff') format('woff'), 
	url('../font/din-bold-webfont.ttf') format('truetype'),
	url('../font/din-bold-webfont.svg#DinBold') format('svg');
}

/* --------------------------------------------------*/
/* 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,
input, select, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
	word-wrap: break-word;
}
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;
}

/* --------------------------------------------------*/
/* Element defaults */
/* --------------------------------------------------*/

html
{
	height: 100%;
	overflow-y: scroll;
}

body
{
	position: relative;
	min-height: 100%;
	background: #8EC265;
	font: 13px/1.55 "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	color: #444;
	cursor: default;
}

h1, h2, h3, h4, h5, h6, legend
{
	font: 700 13px/1.3 DinRegular, Arial, sans-serif;
	color: #3A6C24;
	margin: 0 0 .3em;
}

h1,
legend
{
	font-size: 30px;
}

legend
{
	margin: 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child
{
	margin-top:0;
}

h2
{
	font-size: 24px;
}

h3, h4, h5, h6
{
	font-weight: 700;
}

h3
{
	font-size: 18px;
}

h4
{
	font-size: 16px;
}

p
{
	margin: 0 0 1em;
	max-width: 600px;
}

p.intro
{
	font-size: 15px;
}

p:last-child
{
	margin-bottom: 0;
}

a
{
    font-weight: bold;
	color: #3A6C24;
	text-decoration: none;
	cursor: pointer;
}

a:hover
{
	text-decoration: underline;
}

strong
{
	font-weight: 700;
}

em
{
	font-style: italic;
}

sup
{
	vertical-align: super;
	font-size: smaller;
}

sub
{
	vertical-align: sub;
	font-size: smaller;
}

td, th
{
	vertical-align: top;
	text-align: left;
}

ul
{
	margin: .5em 0 1em 1.5em;
	list-style-type: disc;
}

ol
{
	margin: .5em 0 1em 2.5em;
	list-style-type: decimal;
}

li
{
	margin: 0 0 .3em 0;
}

.ie7 img
{
	-ms-interpolation-mode: bicubic;
}

/* * Farmer Wijnen * */
.clear
{
    clear: both;
}

#container
{
    position: relative;
    margin: 0 auto -20PX auto;
    width: 990px;
    overflow: auto;
    padding-top: 50px;
}

.socialmedia
{
    position: absolute;
    top: 20px;
    right: 0;
    font-family: DinRegular, Arial, sans-serif;
    font-size: 25px;
    color: #fff;
}

.socialmedia img
{
    vertical-align: middle;
    margin-bottom: 1px;
}

#container-left
{
    float: left;
    width: 260px;
}

#container-right
{
    position: relative;
    padding: 30px 50px 30px 30px;
    margin-top: 24px;
    float: right;
    width: 610px;
    background: #fff;
    min-height: 700px;
    
}

#container-right p
{
    font-size: 14px;
    line-height: 1.65;
}

#logo
{
    float: right;
    margin-right: -26px;
}

.menu
{
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 33px;
    text-align: right;
    list-style: none;
    font-family: DinRegular, sans-serif;
}

.menu li
{
    margin: 0;
    line-height: 1.2em;
}

.menu li a
{
    font-weight: normal;
    color: #3A6C24;
}

.menu li a.active
{
    font-family: DinBold, sans-serif;
    color: #fff;
}

#address
{
    position: absolute;
    bottom: 10px;
    left: 20px;
    font-size: 15px;
    color: #3A7C24;
    list-style: none;
    margin: 0;
    padding: 0;
}

#address li
{
    float: left;
}

#address li a
{
    color: #3A5224;  
}

#address li:after
{
    content: '';
    text-align: center;
    float: right;
    margin: 2px 4px 0 0;
    height: 20px;
    width: 4px;
    /*color: #8EC265;*/
    border-right: 1px solid #8EC265;
}

#address li:last-child:after
{
    border-right: none;
}

.twittercontainer {
    margin-top: 20px;
    padding: 10px;
    float: right;
    position: relative;
    bottom: 0;
    right: 0;
    width: 240px;
    min-height: 360px;
    max-height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
    background: #fff;
}

.tweetimg
{
    width: 40px;
    height: 35px;
    background: url(/Content/img/twitter.png);
    position: absolute;
    left: -21px;
    top: 12px;
}

.twittercontainer a
{
    font-weight: normal;
}


.twittercontainer h2
{
    font-size: 14px;
}

.twittercontainer ul
{
    margin: 0;
    list-style: none;
}

.twittercontainer ul li
{
    overflow: auto;
    margin-bottom: 10px;
}

.twittercontainer ul li img
{
    float: left;
    margin: 5px 5px 5px 0;
    border: 1px solid #fff;
    border-radius: 8px;
}

.twittercontainer ul li .tweet_user
{
    font-weight: bold;
}

.twittercontainer ul li .tweet_text
{
    margin-bottom: 0;
}

.twittercontainer ul li .tweet_time a
{
    color: #81A565;
}

ul.news
{
    font-size: 15px;
    list-style: none;
    margin-left: 0;
    color: #999;
}

.newsimg
{
    float: left;
    margin: 0 15px 5px 0;
}

table td
{
    border: 1px solid #777;
    word-break: break-all;
}

table th, table td
{
	padding: 3px;
	text-align: left;
	vertical-align: text-bottom;
	color: #333;
	line-height: 1.35em;
}

table th
{
	color: #666;
    font-weight: bold;
}