/* Algemene stylesheet voor website Nou & Off */
html {
/*	background: #999 url(../img/bg_schakels.gif) repeat-x top left; */
	background-color: #fff; 
	min-height:100%;
}
body {
	margin: 6px 0 4px 0; 
	padding: 0;
	color: #000000;
	font-family: "Bitstream Vera Sans", Arial, Verdana, sans-serif;
	font-size: 75%;
}

/* -------------------   layout  -----------------------*/
#wrapper {
    text-align: left;
    background-color:#fff;  
    width: 740px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 0px 0px 0;
    border: 1px solid #f60; 
}

#header {
    background:#fff url(../img/header.jpg) top left no-repeat;   
    text-align:center;
    padding:10px 10px;
    margin:0;
    height:146px;
    font-weight:bold;
}
#content {
    line-height: 1.6em; 
    background-color: transparent;
    float:right;
    width: 715px;
    margin:0px;
    padding:15px 10px 10px 15px;
}

#footer {
    clear:both;
    text-align:left;
    padding:0px;
    margin:0px;
}

/* -------------------   content and other styles  -----------------------*/

h1 {
	font-size: 140%; 
	color:#185804;
	margin-top:25px;
	margin-bottom:10px;
}
h2 {
	font-size: 100%;
	color:rgb(22,101,142);
	font-weight:bold;
	margin-bottom:4px;
	padding-top:0px;
}

h3 {
	font-size: 100%;
	color: #222;
	font-weight:bold;
	margin-bottom:0px;
}
#content p {
	line-height: 1.6em; 
	margin-bottom:6px;
	margin-top:0px;
}
#content ul {
	margin-bottom:4px;
	margin-top:0px;
}
img  {
	border:0;
}

.img_left {
	float:left; 
	padding:4px;
}
.img_right {
	float:right; 
	padding:10px;
}
.image {
	border:0px;
	float:right; 
	margin-top:0px;
	margin-right:-4px;
}
#content a {
	color: #16658e;
}
#content a:hover {
	color: #000;
}
#footer a:link,  #footer a:visited, #footer a:active { 
	color:white;
	text-decoration:none;
}
#footer a:hover { 
	color:white;
	text-decoration:underline;
}

#header .payoff {
	font-size:300%;
	line-height:1.4em;
	padding-top:60px;
	color:#000;
}
#header .logo {
	float:left;
	margin-left: 11px;
	margin-top: 7px;
}
#blok {
    font-size:90%;
    float:right;
    width:210px;
    text-align:center;
    padding:0px 0 15px 0;
    margin-top:20px;
    margin-right:-5px;
    margin-left:4px;
}
#blok p {
    line-height:1.4em;
    padding-right:4px;
    padding-left:4px;
    text-align:center;
}
#blok h1 {
    background-color:#ddd;
    margin-top:0px;
    padding: 4px 0 6px 0;
    margin-bottom:0px;
    color: #000;
}
#blok h2 {
    margin-top:4px;
    padding-left:4px;
    padding-right:4px;
    text-align:left;
}
#blok ul {
    text-align:left;
    margin-left:12px;
    padding-right:8px;
    padding-left:6px;
}
.intro {
    color:rgb(22,101,142);
    margin:10px 0;
    padding:0;
/*    border-bottom:1px dashed rgb(22,101,142); */
}
.right {
    text-align:right;
    margin-bottom:10px;
}
.top {
    	clear:both;
	float:right;
	margin:0px;
	padding:0px;
}
.positioning {
	text-align:middle;
	margin:4px 0px 0px 0; 
	border:1px solid black;
}
.clear {
	clear:both;
}

.small {
    font-size:90%;
}
.auteur {
    font-size:90%;
    color:#666;
}

/* Ronde hoeken met afbeeldingen */
.rndbox {
    background: #C6D9EA;
    color: #000033;
    width:500px;
}
.rndtop {
	background: url(../img/topright.gif) no-repeat right top;
}
.rndbottom {
	background: url(../img/bottomright.gif) no-repeat right top;
}
.rndbox p {
	margin: 0 8px;
	color:#444;
}
.rndbox ul {
	color:#444;
}
.rndbox h1 {
    font-size:110%;
    margin: 6px;
    padding-bottom: 4px;
    color:rgb(22,101,142);
    font-weight:bold; 
    text-align:left;
/*     border-bottom:1px solid #fffecb; */
}
.rndbox h2 {
    text-align:center;
    padding:0 4px;
}
.rndbox a:link,.rndbox a:visited {
    text-decoration:none;
}
.rndbox a:hover,.rndbox a:active {
    text-decoration:underline;
}

/* blokjes op de homepage */
div.rndhome h2 {
    font-size:110%;
    font-weight: bold;
    margin: -2px -8px 0 -8px;
    padding-left: 10px;
    padding-bottom: 2px;
    color:#3D86BC;
    text-align:center;
    background-color:#fff;
    border-bottom: 1px dotted silver;
    border-left:1px solid silver;
    border-right:1px solid silver;
}

div.rndhome h2 a:link,  div.rndhome h2 a:visited {
    color:#4C8CDC;
    text-decoration:none;
}
div.rndhome h2 a:hover,  div.rndhome h2 a:active {
    color:#4C8CDC; 
    text-decoration:underline;
}
div.rndhome {
	background: #fff url(../img/tl_home.png) 0 0 no-repeat;
	margin: 0 0 20px 0;
	padding: 0;
}

div.rndhome div {
	background: url(../img/tr_home.png) 100% 0 no-repeat;
}

div.rndhome div div {
	background: url(../img/bl_home.png) 0 100% no-repeat;
}

div.rndhome div div div {
	background: url(../img/br_home.png) 100% 100% no-repeat;
	padding: 8px;
	width: auto !important;
	width: 100%;
}

div.rndhome ul {
    margin: 10px 0;
    padding-left: 20px;
}

div.rndhome ul li a:link, div.rndhome ul li a:visited {
	font-weight: bold;
}

div.rndhome a.mainlevel:link, div.rndhome a.mainlevel:visited  {
	background: none;
	padding-left: 0;
}

div.rndhome ul li a:hover {
	font-weight: bold;
}
/* eind blokjes op de homepage */
.copyright {
    font-size:60%;
    color:#333;
}
/* vermelding van de credits: onder aan elke pagina */
.credits {
    font-size:80%;
    text-align:center;
    color:silver;
}
.credits a:link, .credits a:visited {
    color:silver;
    text-decoration:none;
}
.credits a:hover, .credits a:active {
    color:#333;
    text-decoration:underline;
}
p.credits {
    margin:0;
    padding:0;
}
