/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 	============================ EINDE RESET ========================*/

body {
	font-family: arial, sans-serif;
	
	background: #e51b24 url(../gfx/bodybg.gif) top left repeat-y;
	color: #e7e7e7;
}

#head {
	height: 200px;
	
	padding-left: 320px;
	
	background: url(../gfx/headergradient.gif) top left repeat-x;
	
}


#head h1 {
	position: absolute;
	
	width: 206px;
	height: 121px;
	top: 20px;
	left: 35px;
	
	background: url(../gfx/artztekstwerk.gif) top left no-repeat;
	text-indent: -9999px;
}

#head h2 {
	width: 480px;
	padding-top: 33px;
	margin-bottom: 18px;
	
	font-size: 18px;
	font-weight: bold;
	
	color: #e51b24;
	background: transparent;
	
}

#head p {
	width: 480px;
	
	font-size: 16px;
	font-weight: normal;
	
	line-height: 18px;
	
	color: #717174;
	background: transparent;
}

#primary {
	background: url(../gfx/bodygradient.gif) top left repeat-x;
	
	margin-left: 300px;
	padding-left: 20px;
	padding-top: 25px;
	border-left: 1px solid #e51b24;
	
	min-height: 300px;
}

#primary p {
	width: 480px;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
}

#primary h2, #secondary h3 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 18px;
	
	color: white;
	background: transparent;
}

#primary p {
	margin-bottom: 16px;
}

#primary ul, #secondary ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 12px;
	margin-bottom: 18px; 
	font-size: 12px;
	line-height: 16px;
}


#secondary {
	position: absolute;
	top: 200px;
	left: 0;

	width: 255px;
	min-height: 300px;

	padding-top: 25px;
	padding-left: 35px;
	padding-right: 10px;

	background: url(../gfx/sidebargradient.gif) top left repeat-x;
}	

#secondary {
	line-height: 16px;
	font-size: 12px;
}

#secondary h3 {
	margin-bottom: 12px;
}

a {
	color: white;
	text-decoration: underline;
}

a:hover {
	color: #e7e7e7;
}