/* Stijlblad voor www.graphics-abc.com - november 2004/juli 2006 */

body {
	color: #ccffff;
	text-align: center;
	padding: 0px;
	font-size: 0.8em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #000033;
}

table, tr, td {
	font-size: 1.04em;
	color: #ff9900;
	background-color: #000033;
}

table { font-size: 0.9em; }

form { margin-left: 20px; }

#pagina-index {
	text-align: center;
	padding-top: 180px !important;
	padding-top /**/:200px;
	width: 575px !important;
	width /**/:595px;
	margin-left: auto;
	margin-right: auto;
	background-image: URL(logo-top.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#pagina {
	text-align: left;
	margin: 0;
	padding-top: 180px !important;
	padding-top /**/:200px;
	width: 575px !important;
	width /**/:595px;
	background-image: URL(logo-top.jpg);
	background-repeat: no-repeat;
}

#pagina-galerie {
	text-align: left;
	margin: 0 30px;
	width: 580px !important;
	width /**/:600px;
}

/* Navigatie */

#nav {
	width: 120px;
	margin-top: 80px;
	float: right;
	margin-right: 30px !important;
	margin-right /**/:5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	text-align: right;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}	
	
#nav li {
	border-bottom: 1px #ccffff;
	padding-bottom: 15px;
}

#nav li a {
	color: #6699ff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}	

#nav li a:hover {
	background-color: yellow;
	color: #3399ff;
	font-weight: bold;
}	

a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color: #33ccff;
	font-weight: bold;
	text-decoration: none;
}	
		
a:hover {
	color: yellow;
	font-weight: bold;
}	

/* Paragrafen */

p {	margin-left: 20px; margin-top: 0; }

p.code {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.2em;
	margin-left: 20px;
	width: 500px;
	color: #33ccff;
}	

p.onderschrift {
	color : #ffff99;
	font-size : 0.8em;
	margin-top: 0;
}

p.footnote {
	color : Red;
	font-size : 0.95em;
}

p.footnote a {
	color : Red;
	font-size : 0.95em;
}

p.footnote2 {
	color : #00ccff;
	font-size : 0.8em;
}

p.footnote2 a {
	color : #00ccff;
	text-align : center;
}

td.footnote2 {
	color : #00ccff;
	font-size : 0.8em;
	text-align : center;
}

/* Koppen en accenten */
		
H1, H2, H3, H4, EM {
	font-family: Courier New, Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-left: 0px;
}

H1 {
	font-size : 3em;
	font-weight : bold;
	color : Red;
	margin-top: 0.7em;
	margin-bottom: 0.3em;
}

H2 {
	font-size: 1.9em;
	margin-top: 0.7em;
	margin-bottom: 0.4em;
	font-weight: bold;
	color: yellow;
}

H3 {
	font-size : 1.5em;
	margin-top: 0.2em;
	margin-bottom: 0.2em;	
	color : #ff9900;
}

EM {
	color : Red;
	font-size : 1.4em;
	font-weight : bold;
}

