/* CSS definition file: DESLI klus-service */

@import url(http://fonts.googleapis.com/css?family=Ubuntu+Condensed);
@import url(http://fonts.googleapis.com/css?family=Rancho);

html {
	min-height:100%;
}
body {
	margin-top:0;
	padding:0;
	font-family:Georgia,Verdana,Tahoma,Arial,Helvetica,sans-serif; 
	font-style:normal;
	font-size:100%;
	font-weight:normal; 
	text-decoration:none;
	text-align:center;
	color:#222;
	min-width:860px;
	background-color:#999;
}
a  {
	outline:none;
}
hr {	
	size:1;
	color:#CCC;
	width:95%;
}
/* #pagina {
	text-align:left;
	width:860px;
	margin: 0 auto;
	position:relative; 
	left:50%; 
	margin-left: -430px; 
} */
#inhoud {	
	float:left;
	width:656px;
	background-color:#bbb;
	padding:10px 0 20px 18px;
	margin:0;
	text-align:left;
	font-size:80%;
}
#inhoud td{	
	background-color:#bbb;
}
#inhoud p {
	letter-spacing: 0.00em;
	line-height: 1.4em;
	margin:10px auto;
	text-align:justify;
}
#inhoud h3 { /* Tekst/paragraaf headers */
	font-size:110%;
	letter-spacing: 0.05em;
	color:#25F;
	font-weight:bold; 
	margin:25px 0 6px 0;
}
#inhoud ul {
	list-style-type:square;
	margin-top:6px; /* ruimte boven de listing */
	margin-left:20px; /* Verschuift de listing vanaf kantlijn naar rechts */
	padding-left:0.5em; /* Verschuift de listing vanaf kantlijn naar rechts */
}
#inhoud li {
	font-size:100%;
	letter-spacing: 0.00em;
	line-height: 1.10em;
	margin: 4px 0 0 20px;
}
#navigatie {	
	width:162px;
	float:right;
	background-color:#aaa;
	margin:5px 0 3px 0;
	padding:0;
}
#datum {
	text-align:center;
	color: #049;
	font-family:Tahoma;
	font-size:76%;
	font-weight:bold;
    letter-spacing: 0.075em;
	margin:10px;
}

#menu {  /* het DESLI menu */
	font-family: 'Ubuntu Condensed', sans-serif;
	text-align:left;	
}
#menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
#menu li {
	padding:0;
}
#menu li a {
	font-size:16px;
	font-style:normal;
	padding:2px 6px;
	color:#0066CC;
	display:block;
	line-height: 1.20em;
	text-decoration:none;
	outline:none;
}
#menu li.hier {
	padding:2px 6px;
	color:#EEE;
	line-height: 1.20em;
}
#menu a:hover {
	background-color:#dfdfdf;
	color:#000099;
}

h1, h2, h3, h4, h5, h6, p {
	margin:0;
	padding:0;
}
h2 { /* Niet gebruikt  */
	text-align:left;
	font-family:Arial; 
}
h1 { /* Niet gebruikt  */
	font-family:Sans-serif; 
	font-size:150%;
	font-weight:normal; 
	color:#0066FF;
}
h2 { /* Niet gebruikt  */
	font-size:140%;
	font-weight:normal; 
	color:#0000CC;
}
h4 { /* Niet gebruikt  */
	font-size:105%;
	font-weight:normal; 
	font-weight:bold; 
	color:#4477FF;
	margin:15px 0px 6px 0px;
}
h5 { /* sub-sub headers */
	text-align:left;
	font-size:115%;
	font-weight:normal; 
	color:#222;
}
h6 { /* Niet gebruikt  */
	font-family:Verdana; 
	font-size:60%;
	font-weight:bold; 
	margin-top:10px;
	margin-bottom:20px;
}

pre {
display: block;
white-space: pre-wrap;       /* css-3 */
white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
white-space: -pre-wrap;      /* Opera 4-6 */
white-space: -o-pre-wrap;    /* Opera 7 */
word-wrap: break-word;       /* Internet Explorer 5.5+ */
padding: 0 10px;
}

.note {
	font-size:11px;
	color:#FF0000;
}
#footer { /* gebruikt bij alle DESLI gerelateerde sites */
	clear: both;
	background-color:#dfdfdf;
	font-family:Verdana;
	font-size:11px;
	text-align: center;
	color:#004040;
	font-weight:normal;
	line-height:12px;
	padding:6px 0px;
	text-decoration:none;
	outline:none;
}
#footer a {
	text-decoration:none;
	outline:none;
	color:#393;
}
#footer a:hover {
	color:#161;
}


