﻿/*
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th,p,input,select,textarea, span, div, * {
	font-family: Verdana;
	font-size: 11px;
	color: #014577;
}
a.menulinks {
	color: #014577;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
a.menulinks:hover { text-decoration: underline; }

.maintitel{
	color: #f36f21;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}

a:visited, a:link, a:active, a:hover {
	color: #014577;
}


*/

/* --------------------------------------- common tag redefinitions --------------------------------------- */
html, body, form, fieldset {
	font:100% Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
html {
	font-size:100.01%;
}
body { 
	color:#666;
	line-height:1.3em;
	font-size:0.7em;
	background-position:center;
	background-repeat: repeat-y;
	background-color: #E6E6DD;
}
a {
	color:#666;
}
a:visited {
	color:#999;
}
a:hover {
	color:#29b1d9;
}
a img {
	border:none; /* avoids border when img is link */
}
fieldset {
	border:none;
}
/* Neutralize/reset styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, dl, hr, address {
	margin:0.9em 0;
	padding:0;
}
ul, ol {
	margin:0.9em;
	padding:0;
}
/* 	remember to define focus styles! */
:focus { outline: 0; }
h1 {
	font-size:2.4em;
	font-weight:normal;
	color:#29b1d9;
}
h2 {
	color:#29b1d9;
	font-size:1em;
}
h3 {
	font-size:1em;
	font-weight:bold;
}
h4 {
	color:#29b1d9;
	font-size:1em;
	font-weight:bold;
}
h5 {
	font-size:1em;
	font-weight:normal;
}
h6 {
	font-size:0.9em;
	font-style:italic;
	font-weight:normal;
}
hr {
	border:none;
	border-bottom:1px solid #29b1d9;
	height:1px;
}
input, select, textarea {
	font-size: 100%;
	font-family: inherit;
	color:#666;
}
ul li, .item-list ul li {
	list-style:none;
	background:url(../../images/jongeren/bul_list.gif) 0 0.5em no-repeat;
	padding:0 0 0.4em 1.2em;
	margin:0;
}
select, textarea { /* similar to class 'inputfield' */ /*todo */
}
td {
	vertical-align:top; /* relevant in most cases, i.e. in application layout */
}
