﻿/*
*	{SITENAME} Master Stylesheet
*	
*	Author: {AUTEUR}
*			Linking Media B.V.
*
*	Last modified: {DATUM}
*
*	INDEX
*	-------------
*	- imports
*	- base elements
*	- classes
*	- id's
*	- lists
*
*/

/*** Import specific stylesheets ***/
@import url("/css/layout.css"); /* Basic layout */


/*** Base styles ***/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image:url('../img/background.jpg');
	background-color:#8cb8c3;
	background-repeat:no-repeat;
	background-position:center top;
	
}

html * {
	margin: 0;
	padding:0;
}


h1,h2,h3{
	
}

h1{
	font-weight: normal;
	font-size: 17px;
}

h2{
	font-weight: regular;
	font-size: 19px;
	position:absolute;
	right:310px;
}


p{
	width:505px;
	margin:10px 0px;
}

p.small{
	width:410px;
}

a {
	color:black;
	text-decoration:underline;
}
a:hover {
	color:black;
	text-decoration:underline;
}

