/* 

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 url(../images/background.gif) center top repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000033;
	font-size: 12px;
	line-height: 1.6em;
	padding: 0;
	margin: 0;
	text-align: center;
	}

a:link {color: #0000FF;text-decoration: none;} 
a:visited {color: #0000FF;text-decoration: none;} 
a:hover {color: #999999;text-decoration: underline;}

p, h1, h2, h3 {margin: 0; padding: 0;}

abbr, acronym {
	text-decoration: none;
	/*border-bottom: 1px dotted #6699FF;*/
	cursor: help;
	}


/* ////////////// layout ///////////////// */
div#container {
    position: relative;
    background: #FFFFFF url(../images/background_header.gif) center top no-repeat;
    width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: -50px;
	padding: 0 0 -100px 0;
	text-align: left;
	}

/*  intro ------------------------------------------------------------------- */

div#intro {
	width: 580px;
	margin: 0;
	padding: 20px 0 0 0;
	}

div#menu {
	text-align: left;
    background: transparent;
    height: 25px;
	padding-left:70px;
	border:0px dotted #666666;
	}

div#menu p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
    color:#000033;
	}

div#menu a:link {color: #000033;}
div#menu a:visited {color: #000033;}
div#menu a:hover {color: #999999;}

div#offers {
	/*position:absolute; 
	top:225px; 
	left:450px;
	text-align: left;
	color:#FF3300;
	text-transform:uppercase;
    background: transparent;
    height: 25px;
	padding-right:20px;
	border:0px dotted #666666;*/
	display:none;
	}	

div#offers a:link {color: #ff3300;}
div#offers a:visited {color: #ff3300;}
div#offers a:hover {color: #000033;}

div#pageHeader {
    text-align: right;
	vertical-align:bottom;
    background: transparent;
    height: 245px;
	padding-left:760px;
	border:0px dotted #666666;
	}
	
div#pageHeader h1, #pageHeader h2 {
	display: none;
	}

div#quickSummary {
	width: 260px;
	height: 10px;
	padding: 0 0 0 500px;
	margin: 0;
	color: #33CC00; 
	}

div#quickSummary p.p1 {
	display:none;
	}

div#quickSummary p.p2 {
	padding-top:14px;
	color:#CCCC00;
	}

/*  preamble ------------------------------------------------------------------- */

div#preamble {
	padding: 10px 0 0 70px;
	width: 550px;
	margin: 0;
	}

div#preamble h3 {
	background: url(../images/header1.gif) top left no-repeat;
	height: 85px;
	}

div#preamble h3 span {
	display: none;
	}

div#preamble p {
	padding: 0 10px 10px 0;
	}

div#preamble p.p1 {
	margin-top: -50px;
	}

/*  supportingText ------------------------------------------------------------------- */

div#supportingText {
	width: 760px;
	margin: 0;
	padding: 0 0 50px 0px;
	}

div#businesshours {
	width: 550px;
	padding-left: 70px;
	}

div#businesshours p {
	padding: 0 10px 10px 0;
	}

div#businesshours p.p1 {
	margin-top: -25px;
	}

div#businesshours h3 {
	background: url(../images/explanation.gif) top left no-repeat;
	height: 60px;
	}

div#businesshours h3 span {
	display: none;
	}

div#service {
	padding: 50px 0 0 70px;
	width: 550px;
	margin: 0;
	}

div#service h3 {
	background: url(../images/service1.html) top left no-repeat;
	}
	
div#details {
	width: 550px;
	padding-left: 70px;
	}

div#details h3 {
	background: url(../images/details.gif) top left no-repeat;
	height: 40px;
	}
	
div#details h3 span {
	display:none;
	}	
	
div#details p {
	padding: 5px 10px 10px 0;
	}

div#advertisement {
	width: 600px;
	padding: 0 0 0 40px;
	margin-left:20px;
	text-align:left;
	}

/*  plist ------------------------------------------------------------------- */

div#plijst {
	padding: 10px 0 0 70px;
	width: 550px;
	}
	
div#plijst p {
	padding: 0 0 0 40px;
	}

div#plijst h3 {
	background: transparent;
	height: 35px;
	}

div#plist {
	padding: 10px 0 0 70px;
	width: 550px;
	}
	
div#plist p {
	padding: 0 0 0 70px;
	}

div#plist h3 {
	background: transparent;
	height: 35px;
	}

#tblPrijzen td#prijs {
	text-align:right;
	}

/*  footer ------------------------------------------------------------------- */

div#footer {
	background: #ffffff;
	background-repeat:no-repeat;
	width: 760px;
	height: 80px;
	text-align: center;
	font-size: 0.9em;
    /*margin: 0 0 -55px 0px;*/
    padding: 20px 0 0 0;
	color:#999999;
	}

div#footer a:link {color: #999999;}
div#footer a:visited {color: #999999;}
div#footer a:hover {color: #000033;}

