/*---------------------------------------------------------------------*/
/* Default layout 
/* 
/* version: 1.0.1
/*---------------------------------------------------------------------*/

html {
	font-size: 62.5%; /* 1em is now 10 px */
	color: #595959;
	height:100.1%; /*force scrollbar in FF*/
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 1.1em; /* base 11px */
	line-height: 1.6em;
	background-color: #FFFFFF;
	padding:0;
	margin:0;
}

#page {
	position:relative;
	text-align: center;
	width: 970px;
	margin-left:auto;
	margin-right:auto;
}

	
#header {
	background: url(images/header.jpg) no-repeat;
	height: 305px;
}
body.new #header {
	background: url(images/domeinreservering.jpg) no-repeat;
}
#content_wrap {
	background: url(images/bg-content.gif) repeat-y;
	min-height:400px;
	padding: 4em 20px 0 20px;
	position:relative;
	float:left;
	width:100%;
}

#content {
	text-align:left;
	width:465px;
	padding: 0px 20px 10px 240px;
	float:left;
}
#sidebar {
	text-align:left;
	width:170px;
	padding: 0px 0px 10px 10px;
	float:left;
	border-left:1px solid #CCC;
}
#footer {
	background: #FFFFFF url(images/footer.gif) no-repeat center top;
	font-size: 0.9em;
	text-align:center;
	height: 100px;
	clear: both;
	position: relative;
}


#footer #img{
	position:absolute;
	width:210px;
	height:192px;
	right:20px;
	bottom:100px;
	background: #FFFFFF url(images/footer-image.jpg) no-repeat 0 0;
}
body.new #footer #img {
	background: #FFFFFF url(images/footer-image-meter.jpg) no-repeat 0 0;
}
#footer a {
	text-decoration: underline;
	color:#000000;
}

h1 {
	font-weight:bold;	
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 2.4em;
	line-height: 1em;
	margin:0 0 2em 0;
	letter-spacing: -0.5px;
	color: #ccc
}

/* -------------------*/
.blauw
h1 {
	
}
/* -------------------*/
.midblauw,
a:visited {
	color: #87AAD6;
}
/* -------------------*/
.lichtblauw {
	color: #D2E5FE
}
/* -------------------*/
.orange, 
a:hover {
	color: #d96c00;
}
/* -------------------*/
.rood
{
	color: #CC0000;
}
/* -------------------*/
.paars
{
	color: #451F6F;
}




h2 {
	font-family: Arial, sans-serif;
	font-size: 1.5em;	
	line-height: 1em;	
	font-weight:bold;
	letter-spacing:-1px;
	padding-bottom:0.2em;
	margin-top:3em;
	margin-bottom:0.5em;
	color:#4976C4;
	text-transform: uppercase;
}


p {
	margin: 0 0 1em 0;
}
b,strong {
	color:#222222;
}
pre {
	font-family: "Courier New", Courier, mono;
	font-size: 1.1em;
	margin: 0 0 1em 0;
	background: #F8F8F8;
	border: 1px dotted #CCCCCC;
	line-height: 1.4em;
	overflow-x: auto;
	height:auto;
	padding: 1em 0 2em 10px;
	width:710px;
}

table {
	margin: 1em 0 1em 0;
	border-bottom:1px solid #CCCCCC;
	width:100%;
}

td {
	padding: 2px 4px 2px 0px;
	background: #FDFDFF;
	vertical-align:top;
	border-top:1px dotted #CCCCCC;
}


tr.kop td {
	padding: 2px 2px 2px 2px;
	background: #222222;
	color: #ffffff;
	white-space: nowrap;

}

blockquote {
	font-style:italic;
	padding-top: 0.5em;
	padding-bottom:0.5em;
	margin: 0 0 0.5em 0;
	background: #EBF3FE;
	border:solid #4976C4;
	width:97%; 
	padding-left:1%;
	padding-right:1%;
}
ul,ol,li {
	padding:0;
}
ul,ol {
	margin: 0 0 1em 5px;
}
li {
	margin: 0 0 0em 20px;
	list-style-image: url(images/bul_blue.gif);
}
ol li {
	list-style-image: none;
	list-style-type: decimal;
	margin-bottom: 1em;
}

ul ul li,
ol ul li {
	list-style-type: square;
	margin: 0 0 0 27px;
}
ul ul ul li {
	list-style-type:  circle ;
	margin: 0 0 0 35px;
}
hr {
	border-top: 1px dotted #3366CC;	
	border-bottom: 0px none;
}
a img {
	border: 0;
}
img.right {
	margin: 0 0 0 15px;
	float:right;
}
img.left {
	margin: 0 15px 0 0;
	float:left;
}


/*-----------color-----------------*/
.blauw,
a, 

.intro {
	color: #4976C4;
}



h2 a  {
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}	


img {
    border: 0;
}



hr {
	height: 1px;
	clear: both;
	margin: 1.5em 0 1.5em 0;
}

/* ------------------- divers [----------------------------*/
.clear {
	clear: both;
	height: 1px;
	line-height:1px;
}

/* ------------------- ] divers----------------------------*/
