@charset "utf-8";
/* Evulgo Media - evulgo.be */

/*
	RESET STYLES 
	http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* ---------- BASIC ---------- */
html {
	overflow: scroll;
}

body {
	font: 11px/15px verdana, helvetica, sans-serif;	
	color: #333;
	background: #FFF url(../img/raw/bg-main.jpg) -20px 0px no-repeat;
	
}
#wrapper {
	
}

ol, ul {
	list-style: none;
}

a {
	text-decoration: none;
	color: #C32635;
}
a:hover {
	text-decoration: underline;
}

p {
	padding: 7px 0px;
}


/* ---------- TITLES ---------- */

h1, h2, h3, h4 {
	font-family: Tahoma, verdana, helvetica, sans-serif;
	text-align: left;
	font-weight: normal;
	color: #000;
}
h1,h3 {font-size: 16px; padding: 5px 0px; color: #C32635;}
h2 {font-size: 12px;}
h4 {font-size: 12px; padding: 15px 0px 0px 0px;}

h1.top {
    text-indent:-5000px;
	width: 290px;
	height: 190px;
	float: left;
	margin: -15px 150px 0 0;
}
h1.top a, h1.top a:hover {
	width: 290px;
	height: 190px;
	background: url(../img/street-cadanz.jpg) right top no-repeat;
	display: block;
} 


/* ---------- NEEDED ---------- */

.clear {clear:both}


/* ---------- DIV STRUCT ---------- */

.element {
	position: absolute;
	width: 100%;
	height: 100%;
	min-width: 800px;
	min-height: 600px;
	padding: 60px 30px;
}
.bigelement {
	position: absolute;
	width: 200%;
	height: 100%;
	min-width: 800px;
	min-height: 600px;
	padding: 80px 50px;
}
.column {
	width: 320px;
	/*overflow: hidden; #E60*/
	text-align: justify;
	float: left;
	padding: 20px;
	background-color: #fff;
}

	#start {
		top: 0px;
		left: 0px;
	}
	
	#about {
		top: 100%;
		left: 0px;
	}
	
	#dansers {
		top: 100%;
		left: 100%;
	}
		
		
	#contact {
		top: 0px;
		left: 100%;
	}
		
	#print {
		top: 0px;
		left: 200%;
	}
		
	#skills {
		top: 100%;
		left: 200%;
	}


/* ---------- NAV ---------- */

#navigation {
	position: fixed; left: 0px; top: 100%;
	width: 100%;
	margin-top: -35px;
	z-index: 2;
	background: #000;
	padding: 0px 50px;
	list-style: none;
}

#navigation li {
	float: left;
}

#navigation a {
	text-decoration: none;
	color: #FFF;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	padding: 10px 20px;
	cursor: pointer;
	border-left: 1px solid #333;
}

#navigation a:hover {
	text-decoration: none;
	color: #C32635;
}


/* ---------- FOOTER ---------- */

#footer {
font-size: 9px;
	position: fixed; top: 100%; left: 500px;
		z-index: 3;
	background: #000;
	margin-top: -32px;
}
#footer a, #footer a:hover {
	color: #444;
	text-decoration: underline;
}

/*FORM*/

form {
	margin: 30px 0px;
}
textarea, input {
	border: 1px solid #e4e4e4;
	color: #999;
	margin: 5px;

	display: block;
}
input {
	width: 200px;
}
textarea {
	width: 250px;
	background: #efefef;
}
#naam {
	background: #efefef url(../img/icon/form-name.png) no-repeat 8px 8px;
	padding: 5px 25px;
}
#email {
	background: #efefef url(../img/icon/form-email.png) no-repeat 8px 8px;
	padding: 5px 25px;
}
input.send {
	background: #efefef;
	border: none;
	color: #666;
	width: 250px;
	cursor: pointer;
	border: 1px solid #e4e4e4;
}
