/* v1.0 | 20080212 */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* after this add your own */

html {
	height: 100%;
}

body {
	background-color: #fff;
	font-size: 14px;
	font-family: arial, verdana;
	color: #000;
	height: 100%;
}

a { color: #000; text-decoration: none; font-weight: bold; }
a:hover { color: #666; }

#container {
	width: 850px;
	height: 100%;
	background-image: url('template_files/tpl2-bg.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0 auto;
	cursor: default;
}

#content { 
	height: 526px;
	width: 730px;
	margin-top: 20px;
	left: 0px;
	background-repeat: no-repeat;	
	padding: 40px 40px 40px 65px;
}

#titel {
	margin-top: 30px;
	margin-bottom: 30px;
}

#tekst {
	margin-top: 65px;
	padding-bottom: 20px;
}


.foto {
	width: 120px;
	float: right;
	margin-right: 5px;
	margin-left: 15px;
	border: 10px #838c79 solid;
	
}

p { 	
	text-align: justify;
	font-family: verdana, arial,sans-serif;
	font-size: 12px;
	word-spacing: 0.6pt;
	line-height: 25px;
}

h1 {
	font-size: 36px;
	letter-spacing: -1px;
	font-family: georgia,serif;
	font-style: italic;
	color: #333;
}

#twitter {
	height:400px;
}

#twitter li {
   padding-top: 15px;
   font-size: 11px;
   line-height: 13px;
}

#twitter .img {
   width: 48px;
   height: 48px;
   float: left;
   overflow: hidden;
   margin: 0px 10px 10px 0px;
}

#twitter .tweet {
   width: 210px;
   float: left; 
}

#twitter .date {
   padding-top: 3px;
   color: #7F7F7F;  
}