@CHARSET "ISO-8859-1";



html{
background:#070707;
margin:0;
padding:0;
font-family:Trebuchet MS, Arial, Verdana, sans-serif;
height:100%;

}


body{
padding:0;
margin:0px 0;
background:url(../images/godshop/background.png) repeat-x;
min-height:100%;

}


#wrapper{
width:1000px;
height:auto;
margin:0px auto 0px auto;
}

#header{

}

	#logo{
	float:left;
	background:url(../images/godshop/header/logo.png);
	width:160px;
	height:65px;
	margin:20px 0 0 0;
	cursor:pointer;
	}
	
	#cart{
	float:left;
	width:300px;
	margin:0 30px;
	color:#ffffff;
	font-size:12px;
	position:relative;
	
	}
		.cart_wrapper{
		position:absolute;
		z-index:1;
		width:298px;
		cursor:pointer;
		}
		.cart_content{
		background:#161616;
		border-left:1px solid #a9acac;
		border-right:1px solid #a9acac;
		text-align:center;
		width:298px;
		}
		
		.cart_bottom{
		background:url(../images/godshop/header/shop_cart_bottom.png) no-repeat;
		width:301px;
		height:6px;
		}
	
	#menu{
	list-style:none;
	float:right;
	margin:0;
	padding:0;
	}
		#menu li{
		float:left;
		margin:0 0 0 5px;
		font-size:13px;
		}
		
		.menu_item{
		padding:5px 0;
		margin:-5px 0;
		width:90px;
		height:30px;
		text-align:center;
		color:#ffffff;
		background:url(../images/godshop/header/menu_button.png) no-repeat;
		}
		
			.menu_item a{
			display:block;
			width:88px;
			height:20px;
			}
			
			
		
		
		
		.menu_item_active{
		background:url(../images/godshop/header/menu_button_active.png) no-repeat;
		width:90px;
		height:30px;
		text-align:center;
		color:#ffffff;
		padding:5px 0;
		}
			.menu_item_active a{
			display:block;
			width:88px;
			height:30px;
			}
		
			.menu_button:link{
			color:#ffffff;
			text-decoration:none;
			}
			.menu_button:visited{
			color:#ffffff;
			text-decoration:none;
			}
			.menu_button:hover{
			color:#ffffff;
			text-decoration:none;
			}
			.menu_button:active{
			color:#ffffff;
			text-decoration:none;
			}
		
		.menu_bottom{
		width:90px;
		height:5px;
		background:url(../images/godshop/header/menu_button_bottom.png) no-repeat;
		}
	
	
	
	#zoeken{
	
	}
	
		
		.zoek_balk_left{
		float:left;
		background:url(../images/godshop/header/zoek_balk_left.png) no-repeat;
		width:5px;
		height:37px;
		}
		.zoek_balk{
		padding:5px 0 0 0;
		float:left;
		background:url(../images/godshop/header/zoek_balk.png) repeat-x;
		width:990px;
		height:37px;
		}
		.zoek_balk_right{
		float:left;
		background:url(../images/godshop/header/zoek_balk_right.png) no-repeat;
		width:5px;
		height:37px;
		}
		
		.kruimelpad_lijst{
		float:left;
		list-style:none;
		margin:0;
		padding:0;
		color:#ffffff;
		width:550px;
		}
		
			.kruimelpad_lijst li{
			float:left;
			margin:0 3px;
			}
				.kruimelpad_lijst li a:link{
				color:#ffffff;
				text-decoration:none;
				}
				.kruimelpad_lijst li a:visited{
				color:#ffffff;
				text-decoration:none;
				}
				.kruimelpad_lijst li a:hover{
				color:#ffffff;
				text-decoration:none;
				}
				.kruimelpad_lijst li a:active{
				color:#ffffff;
				text-decoration:none;
				}
			
			.first{
			font-size:16px;
			}
			
			.arrow{
			padding:3px 0;
			}
			
			
		
		.zoek_select{
		float:right;
		margin:0 20px;
		}
		
		.zoek_input{
		color:#6f6f6f;
		width:155px;
		}
		
a:link{
color:#00AEEF;
}
a:visited{
color:#00AEEF;
}
a:hover{
color:#00AEEF;
}
a:active{
color:#00AEEF;
}
