/* 

STYLE SHEET FOR [Webdesgin]
Created by [GraFiX]
[http://www.gfxnet.nl]

ToC

	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images

Notes

*/

/* colors
Dark blue:      #000033
bright green:   #33CC00
light blue:     #99CCFF
link:           #0000FF
*/


/* /////////////// basic elements /////////////// */

body {
	background: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #FF3300;
	font-size: 0.75em;
	line-height: 1.6em;
	text-align: center;
	}

a:link {color: #FF3300;text-decoration: none;} 
a:visited {color: #FF3300;text-decoration: none;} 
a:hover {color: #000033;text-decoration: underline;}

p, h1, h2, h3 {margin: 0; padding: 0;}

abbr, acronym {
	text-decoration: none;
	/*border-bottom: 1px dotted #6699FF;*/
	cursor: help;
	}


/*  offers ------------------------------------------------------------------- */

div#container {
    position: absolute;
	top: 0px;
	left:0px;
    background: transparent url(../images/offers_header.gif) no-repeat;
    width: 500px;
	height:500px;
	text-align: center;
	border:0px dotted #cccccc;
	}
	
div#offers {
    position: relative;
	top:210px;
    background: transparent;
    width: 400px;
	text-align: left;
	border:0px dotted #cccccc;
	}

div#offers p.head {
	font-size:18px;
	}	
	
div#offers p.conditions {
	font-size:10px;
	}


/*  footer ------------------------------------------------------------------- */

div#footer {
	background-image:url(../images/plaatje);
	background-repeat:no-repeat;
	width: 500px;
	height: 80px;
	text-align: center;
	font-size: 0.9em;
    padding: 20px 0 0 0;
	}

div#footer a:link {color: #9E2E2F;}
div#footer a:visited {color: #9E2E2F;}
div#footer a:hover {color: #F7F5D9;}


