/* undohtml.css */
/* (CC) 2004 Tantek Celik.
Some Rights Reserved. */
/* http://creativecommons.org/ licenses/by/2.0 */
/* This style sheet is licensed under a Creative 
Commons License. */
/* Purpose: undo some of the default styling of 
common (X)HTML browsers */
/* link underlines tend to make hypertext less readable, 
because underlines obscure the shapes of the lower 
halves of words */
:link,:visited { text-decoration:none }
/* no list-markers by default, since lists are used more 
often for semantics */
ul,ol { list-style:none }
/* avoid browser default inconsistent heading font-sizes */
h1,h2,h3,h4,h5,h6 { font-size:1em; }
/* remove the inconsistent (among browsers) default ul,ol 
padding or margin */
/* the default spacing on headings does not match nor align 
with normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, 
blockquote as well */
/* form elements are oddly inconsistent, 
and not quite CSS emulatable. */
/* nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,
blockquote,fieldset,input
{ margin:0; padding:0 }

/* additions to undohtml.css */
a img { border: 0 }

body {
     text-align: left;
     min-width: 800px;
     padding: 0;
     margin: 0;
 }
 
 body,td,th {
	font-family: verdana, helvetica, geneva, swiss, sans-serif;
	font-size: 11px;
}
 
  #wrapper {
	text-align: left;
	width: 800px;
	min-height: 50em;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 0 0;
	background-color: #8CC63F;
	background-image: url(achtergrond.gif);
 }
 
  #top {
	background-image: url(vraaghetfemke.gif);
	height: 140px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	background-color: #8CC63F;
	text-align: right;
	background-position: bottom right;
	vertical-align: bottom;
}

#navigatie {
	height: 0px;
	padding: 5px;
	background-color: #8CC63F;
	text-align: right;
	vertical-align: middle;
	font-size: 1.5em;
	color: #FFFFFF;
	padding-right: 210px;
	background-image: url(achtergrond.gif);
}




 #rechts {
	margin: 0 0 0 0;
	background-color: #8DC73F;
	height: 100%;
	width: 600px;
	float: left;
	background-image: url(achtergrond.gif);
}
 #links {
	float: left;
	width: 200px;
	padding: 0;
	margin: 0;
	background-color: #8CC63F;
	height: 100%;
}

#blok_links {
	background-color: #FFFFFF;
	margin: 10px;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#blok_links p {
	margin-bottom: 10px;
}

#blok_links ul {
margin: 0 0 0em 15px;
	list-style: none;
}


#blok_links li {
list-style-type: disc;
margin-bottom: 1em;
margin-left:0.2em;
}

#blok_rechts {
	background-color: #FFFFFF;
	margin: 10px;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 10px;
}

#flashapplicatie {
	margin: 10px;
	padding: 0px;
	padding-left: 235px;
	
	margin-top: 0px;
	margin-bottom: 10px;
	
}

#blok_rechts p {
	margin-bottom: 10px;
}
 #footer {
	padding: 5px;
	clear: both;
	background-color: #8CC63F;
	text-align: center;
	background-image: url(achtergrond.gif);
 }


a:link {
	color: #ED174F;
	text-decoration:underline;
}

a:visited {
color: #ED174F;
	text-decoration:underline;
}

#footer a {
	color: #000000;
}

h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 10px;
}

#afbeelding {
float: right
}

.item {
	border: 1px solid #ED174F;
	margin: 10px;
	padding: 5px;
	min-height:120px;
  height:auto !important;
  height:120px;
}

.itemafbeelding {
	float: right;
	margin: 2px;
	height: 100px;
	width: 150px;
	
}
.bestelgegevens {
	border: 1px solid #ED174F;
	margin: 10px;
	padding: 5px;
	
}

li {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 30px;
}


ol {
	list-style-type: decimal;
	list-style-position: outside;
}

ul {
	list-style-type: disc;
	list-style-position: outside;
}
.lead {
	font-weight: bold;
}
p.groter {
	font-size: 1em;
	
	background-color: #FFFFFF;	
	width: 310px;
	margin-top: 10px;
	padding: 5px;
}
