/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/* basis.css (copiright 2003) */
/* http://www.schetsman.nl*/
/* http://home.orange.nl/solf*/
/* mail naar 781@schetsman.nl voor meer info*/
/* Lees de disclaimer*/
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

body {
	margin : 0;
	background-color : #000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	
/* link attributen */


/* div opmaak attributen */

#menu {
	float : left;
	margin: 2px 2px 2px 1px;
	padding : 0;
	background : #36c;
	width : 150px;
	height : 82px; 
	}
	
#inhoud {
	float : left;
	padding : 0;
	margin : 2px 2px 2px 0;
	background : #000;
	width : 600px; 
	}
	
#boven{
}

#midden{
	padding : 0;
	margin : 0 0 2px;
	background : #fff;
	text-align : center;
}

#onder{
	padding : 0;
	margin : 0 0 2px;
	background : #f90;
}

#w3cbutton{
	text-align: left;
}

/* menu met links (amenu)*/

div#amenu {
	position: absolute;
	top: 167px;
	left: 0px;
	width: 152px;
	font: 16px Verdana, sans-serif; z-index: 100;
	margin-left : 2px;
	}
	
div#amenu a {
	display: block;
	text-align: center;
	font: bold 1em sans-serif; 
	padding: 5px 10px;
	margin: 0 0 2px;
	border-width: 0; 
	text-decoration: none;
	color: #000;
	background: #36c;
	border-right: 2px solid #000;
   }
   
div#amenu a:hover {
	color: #fff;
	background: #39f;
	border-right: 2px  #f90;
	}

div#amenu span {
	display: none;
	}

div#amenu a:hover span {
	display: block;
	position: absolute;
	top: 240px;
	left: 0;
	width: 125px;
	padding: 5px;
	margin: 10px;
	z-index: 100;	
	color: #AAA;
	background: #000;
	font: 10px Verdana, sans-serif; text-align: center;}

/* alinea's, tekst en koppen */	
	
p{
	margin : 0 5px 0 5px;
	font-size : 16px;
	word-spacing : 3px;
	line-height : 23px;
}

p.links{
	font : 17px "Courier New", Courier, monospace;
	color : #000;
	letter-spacing : 2px;
}

p.inspring{
	text-indent : 2em;
}
	
p:first-letter{
	font-weight : bold;
}

/* images attributen */

img {
	border : none;
}

img#animated{ 
	}

img#w3c{
	 width : 88px;
	 height : 31px;
}

