/*
 *  AUTOR: Lennart van de Kamp
 *  DATE: 19-02-05
 *  (c) Deepvision
 */ 


/*
 *  BASE
 */ 

#header, #legenda, #footer .left, #teaser, #quote, #menuwrap, .big .bottom2, .big .top2, .small .bottom, .small .top, img  {
	display: none;
}

body {
	font-size: 80%;
	background: #fff;
}

span, div, td, p, h3 {
	font-family: tahoma, 'trebuchet ms', verdana;
	font-size: 1em;
	color: #000;
}

a {
	color: #000;
	text-decoration: none;
}

h3 {
	font-weight: bold;
	margin: 0;
}

#wrapper {
	width: auto;
}

#right {
	margin: 30px 0 30px 0;
}

#footer {
	margin-top: 20px;
	padding: 5px 0 20px 0;
	border-top: 1px solid #eee;
}

#footer .right {
	font-size: 0.8em;
}


/*
 *  CONTENT
 */ 

.text, .text2 {
	line-height: 17px;
}

p {
	margin: 10px 0 0 0;
}


/*
 * KOPJES
 */
h1 {
	font-size: 1.5em;
	padding: 0;
	margin: 0;
}

h2 {
	font-weight: normal;
	font-style: italic;
	font-size: 1em;
	padding: 0;
	margin: 0;
	/*border-bottom: 1px solid #eee;*/
}
