/*  
	martina_main.css 
*/

body { 
	background-attachment:	fixed;
	background-color:		#FFFCF0;
	background-image:		url(images/frontpage.jpg);
	background-repeat:		no-repeat;
	background-position:	center;
	font-family:			arial, lucida console, franklin gothic, sans-serif;
	font-size:				1em;
}

a:link {
	color:	white;
	text-decoration:	none;
	font-weight:	normal;
	font-size:	36px;
}

a:visited {
	color:	white;
	text-decoration:	none;
	font-weight:	normal;
	font-size:	36px;
}

a:hover {
	color:		#040479;
	font-weight:	bold;
	text-decoration:	none;
	font-size:	36px;
}

a:active {
	color:	white;
	font-weight:	normal;
	text-decoration:	none;
	font-size:	36px;
}

#bottom {
 	position:	absolute;
	bottom:		0;
}

#werk {
	text-align: center;
	position : absolute;
	left:	60%;
	top: 	320px;
	color:	white;
}

#actueel {
	text-align: center;
	position : absolute;
	left:	60%;
	top: 	360px;
	color:	white;
}

#biografie {
	text-align: center;
	position : absolute;
	left:	60%;
	top: 	400px;
	color:	white;
}

#contact {
	text-align: center;
	position : absolute;
	left:	60%;
	top: 	440px;
	color:	white;
}

img {
	border: 		0;
	margin-left:	0;
	margin-top:		0;
}

h2 {
	font-size:	48pt;
	font-weight: bold;
	color: 	#990000;
}

#titel {
 	position:	absolute;
	top:		20%;
	left:		15%;
}

