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, table {
	line-height: 1.25em;

}
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;
}

body {
    background-color: #FFF;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
	line-height:1em;
    color: #222;
}
a {
    color: #777;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

table{
	border-spacing:0px;
}

input,select,textarea,button{
   	font: inherit;
	font-size: 17px;
	width:344px;
	padding:4px 6px;
	border-radius:4px;
	border: 1px solid #ddd;
}

input:focus,textarea,button:focus{
	border: 1px solid #888;
	outline:0;
}

input[type="submit"],button{
	min-width:200px;
	width:auto;
	padding:4px 6px;
	margin:0;
	background:#aaa;
	height:50px;

}

input[type="submit"]:hover,button:hover{
	background:rgb(200,30,30);
	color:#fff;
	cursor:pointer;
}
input[type="submit"]:active,button:active{
	position:relative;
	margin-top:1px;
}
form table td:first-child{
	padding-top:10px;
}

.textholder{
	width:500px;
	background-color:#EEE;
	vertical-align:top;
	border-radius: 10px;
}

.textholder .textblock{
	color:black;
	margin:20px;
}

.nav{
	vertical-align:top;
	width:210px;
	padding-left:0px;
	padding-top:70px;
}

.nav .nav_items{
	width:100%;
}
.nav .nav_items tr{
	height:25px;
}

.nav_items td{
	vertical-align:middle;
}
.nav_items td:first-child{
	padding-left:20px;
	width: 24px;
}
.nav_items tr:hover{
	background-color:hsla(0,0%,80%,0.1);
	cursor: pointer;
}
.nav .nav_items .nav_item a{
	font-weight:bold;
	display:block;
	line-height:20px;
}

.nav .nav_items .selected{
	background-color:#EEE;
}

.nav .nav_items .selected .nav_item a{
	color:#000;
}

b{
	font-weight:bold;
	text-shadow: 0px 1px 0px #eee;
}
table td{
	vertical-align:top;
}

.footer{
	font-size:10px;
	color:#B0B0B0;
	text-align:center;
	padding:10px;

}
.footer a{
	color:#B0B0B0;
}
#emailaddress{
	display:inline-block;
	width:200px;
	height:20px;
}
/*#emailaddress:before{
	content:"see e-mail address";
}
#emailaddress:hover:before{
	content:"sanne@sheepproductions.com";
}*/

