/*
  Main lay-out
*/

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}	

h2 { color: #000000; font-size: 16px;  }
h3 { color: #630103; font-size: 13px; margin-top: 20px; }
h4 { color: #810207; font-size: 12px; margin-top: 7px; }

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #9c0000;	
	background-image: url(../gfx/achtergrond.jpg);
	background-position: center top;
	padding: 0px;
	
    text-align: left;
}

body div#container {
  	z-index: 1;
 	width: 980px;
  	position: absolute;
  	left: 50%;
  	margin-left: -490px;
}

body div#menu_row {
	z-index: 10;
	width: 980px;
	position: relative;
	display: block;
	height: 42px;
}

body div#content {
	z-index: 10;
	width: 980px;
	position: relative;
	background-image: url(../gfx/content_bg.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	min-height: 588px;
	_height: 588px;
	
	overflow: visible;
}	

body div#footer {
	z-index: 10;
	width: 980px;
	position: relative;
	background-image: url(../gfx/footer.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 59px;
	
	overflow: hidden;
	font-size: 0px;
	text-align: center;

	color: #efefef;
}	

body div#content_left_top {
	background-image: url(../gfx/content_left_top.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	
	z-index: 20;
	position: absolute;
	left: 0px;
	top: 0px;
	
	width: 413px;
	height: 504px;
	
}

body div#content_left_footer {
	background-image: url(../gfx/content_left_footer.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	
	z-index: 20;
	position: absolute;;
	left: 0px;
	bottom: 0px;
	
	width: 413px;
	height: 73px;
}

body div#content_text {
	z-index: 20;
	position: relative;
	left: 413px;
	top: 0px;
	
	background-image: url(../gfx/content_text.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	
	min-height: 588px;
	_height: 588px;
	
	overflow: visible;
	
	width: 555px;
}

body div#content_text_f {
	z-index: 20;
	position: relative;
	left: 0px;
	top: 0px;
	
	background-image: url(../gfx/content_bg_full.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	
	min-height: 588px;
	_height: 588px;
	
	overflow: visible;
	
	width: 980px;
}

body div#content_text_margin {
	z-index: 20;
	position: relative;
	
	width: 900px;

	left: 40px;
}

/*
  Header: Logo
*/

h1#logo_header {
  margin: 0;
  padding: 0;
}

h1#logo_header a {
  display: block;

  width: 1000px;
  height: 0px;
  
  padding-top: 122px;

  background-image: url(../gfx/logo_header.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;

  font-size: 0px;

  overflow: hidden;
}



/* Menu */

ul#top_menu {
	width: 980px;
	text-align: left; 
	margin: 0px; 
	padding: 0px; 
	overflow: hidden;
}

ul#top_menu li{
	list-style: none;
	display: block;
	float: left;
}

ul#top_menu li a {
	display: block;
	height: 0px;
	font-size: 0px;
	padding-top: 42px;
	overflow: hidden;	
	width: 100px;
}
			

ul#top_menu li#menu_left a{
	width: 500px;
	background: url(../gfx/menu_left.jpg) no-repeat 0 0;
}
ul#top_menu li#menu_top a{
	width: 979px;
	background: url(../gfx/menu_top.jpg) no-repeat 0 0;
}
ul#top_menu li#menu_homepagina a{
	width: 93px;
	background: url(../gfx/menu_homepagina.jpg) no-repeat 0 0;

}
ul#top_menu li#menu_alfa_onderdelen a{
	width: 111px;
	background: url(../gfx/menu_alfa_onderdelen.jpg) no-repeat 0 0;

}
ul#top_menu li#menu_leveringsvoorwaarden a{
	width: 141px;
	background: url(../gfx/menu_leveringsvoorwaarden.jpg) no-repeat 0 0;

}
ul#top_menu li#menu_info a{
	width: 45px;
	background: url(../gfx/menu_info.jpg) no-repeat 0 0;

}
ul#top_menu li#menu_verzending a{
	width: 90px;
	background: url(../gfx/menu_verzending.jpg) no-repeat 0 0;

}


/* Fonts */

h2#title {
	font-size: 12px;
	font-weight: bold;
	
	padding-top: 15px;
}

td.prijs { text-align: right; }

