/*
	Basic HTML elements
*/
* {
	padding: 0px;
	margin: 0px;
	font-family: Verdana;
}
h1 
{
	font-size: 16px;
}
body {
	background-color: #968D00;
	padding:0;
    margin:0;
}
p
{
	font-size: 11px;
}
a img
{
	border: solid 1px #575757;
}
a,a:hover,a:active,a:link,a:visited
{
	color: #ABA313;
	font-size: 11px;	
	text-decoration: none;
}
/*
 Header part
*/
p 
{
	font-size: 11px;
}
#header_logo_bar 
{
	background-color: #968D00;
	height: 75px;
}
#header_logo_bar img 
{
	float: left;
}
#header_second_logo
{
	right: 0px;
	float: right
}
/*
	Menu Part
*/
#header_menu
{
	background-image: url('/images/project/master/Header_menu_bar.png');
	background-repeat: repeat-x;
	height: 25px;
}
#header_menu_links {
	height: inherit;
	width: 983px;
	margin-left: auto;
	margin-right: auto;
}
#header_menu_link_ul 
{
	width: 100%;
	height: inherit;
}

#header_menu_link_ul li
{
	height: inherit;
	display: block;
	float: left;
}
#header_menu_link_ul li a:hover
{
	background-image: url('/images/project/master/Header_menu_hover.gif');
	background-repeat: no-repeat;
	height: 24px;
}

#header_menu_link_ul li a:active
{
	
	color: #e5e5e5;
	font-size: 10px;
	padding-top:  5px;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;	
	text-align: center;
	width: inherit;
	display: block;
	height: 24px;
}
#header_menu_link_ul li a:link
{
	color: #e5e5e5;
	font-size: 10px;
	padding-top:  5px;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;	
	text-align: center;
	width: inherit;
	display: block;
	height: 24px;
}
#header_menu_link_ul li a:visited 
{
	color: #e5e5e5;
	font-size: 10px;
	padding-top:  5px;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;	
	text-align: center;
	width: inherit;
	display: block;
	height: 24px;
}
#header_menu_link_ul li .menu_selected
{
	background-image: url('/images/project/master/Header_menu_hover.gif');
	background-repeat: no-repeat;
}
/*
Menu link classes (ACMS properties)
*/

#link_tuinaanleg_big {
	margin-top: 10px;
	margin-bottom: 10px;
}
#link_plantencentrum 
{
	background-image: url("/images/project/master/Content_Link_left_normal.png");
	background-repeat: no-repeat;
	height: 133px;
	width: 424px;
	display: block;
	float: right;
	margin-top: 145px;
}
#content_home_part_left:hover #link_plantencentrum 
{
	background-image: url("/images/project/master/Content_Link_left_hover.png");
	
}
/*
Content Part
*/
#content {
	background-color: #363636;
	color: #E5E5E5;
}
#content a
{
	text-decoration: none;
}
#content_center {
	background-image: url("/images/project/master/Content_background_gradation1.png");
	background-repeat: no-repeat;
	background-color: #363636;
	min-height: 443px;
	height: 443px;
	padding-bottom: 10px;
}
#content_home_parts{
	padding-top: 10px;
	height: inherit;
}
#content_home_part_left 
{
	height: inherit;
	float: left;
	width: 466px;
	height: 443px;
	background-image: url("/images/project/master/home/PlantenCentrum.gif");
	background-repeat: no-repeat;
}
#content_home_part_right{
	height: inherit;
	float: right;
	width: 424px;
}
#content_home_part_right ul li img{
	float: left;
}

#content_home_part_right li 
{
	background-image: url("/images/project/master/content_link_right_normal.png");
	background-repeat: no-repeat;
	display: block;
	height: 135px;
	width: 100%;
}
#content_home_part_right li:hover
{
	background-image: url("/images/project/master/content_link_right_hover.png");

}
.Content_Link_Titles {
	float: right;
	padding-top: 15px;
	padding-right: 5px;
}
.Content_Link_Text{
	padding-top: 15px;
	padding-right: 15px;
	float: right;
	width: 200px;
	color: #ABA313;
	font-size: 14px;
}
.Content_Link_Text2 {
	padding-right: 30px;
	width: 230px;
}

/*
Footer part
*/
#footer 
{
	min-height: 58px;	
	background-color: #968D00;
}
#footer_address 
{
	background-image: url("/images/project/master/Footer_background_part_1.png");
	background-repeat: no-repeat;
	height: 58px;
	width: 635px;
	float: left;
}
#footer_address p {
	margin-left: 145px;
	font-size: 10px;
}
#footer_line 
{
	background-image: url("/images/project/master/Footer_Line.png");
	height: 1px;
	background-repeat: repeat-x;
}
#footer_logos {
	float: right;
}
#footer_logos a img{
	text-decoration: none;
	border: none;
}
/*
	Alter page
*/
#content_alter_center {
	color: #E5E5E5;
	padding-top: 25px;
	padding-bottom: 20px;
	background-image: url("/images/project/master/alterpage/content_gradiantBar2.png");
	background-repeat: no-repeat;
}

#content_alter_parts{
	padding-top: 10px;
	width: inherit;
	background-image: url("/images/project/master/alterpage/content_title_bar.png");
	background-repeat: no-repeat;	
}
#content_alter_parts h1 
{
	color: White;		
}
#content_alter_part_left 
{
	float: left;
	width: 450px;
}
#content_alter_part_left p 
{
	font-size: 11px;
}
#content_alter_part_left h1 
{
	margin-top: 0px;
}
#content_alter_part_left img 
{
    border:1px solid #575757;
}
#content_alter_part_right{
	float: right;
	width: 292px;
	font-size: 10px;
	padding-top: 25px;
}

#content_alter_part_right h3
{
	margin-top: 0px;
	
}
#content_alter_part_right_form {
	background-image: url("/images/project/master/alterpage/content_form_gradiant.png");
	background-repeat: no-repeat;
	
	margin-top: 15px;
}
#content_alter_breadcrum {
	font-size: 10px;
	padding-bottom: 3px;
}
#content_alter_breadcrum span
{
	font-size: 10px;
}

#content_alter_breadcrum .breadcrumNavigate span 
{
	color: Gray;	
}
#content_alter_menu {
	width: 140px;
	float: left;
	margin-top: 50px;
}
#content_alter_menu ul li {
	list-style-type: none;
	font-size: 11px;
	color:White;
	/*text-transform:capitalize;*/
}
#content_alter_menu ul li a:hover
{
	color: White;
}

#content_alter_menu ul li a:active
{
	color: #ABA313;
}
#content_alter_menu ul li a:link
{
	color: #ABA313;
}
#content_alter_menu ul li a:visited 
{
	color: #ABA313;
}

#content_alter_content 
{
	width: 760px;
	float: right;
}
#content_alter_menu ul li ul li {
	list-style-type: square;
	font-size: 11px;
	color:White;
	/*text-transform:capitalize;*/
	margin-left: 15px;	
}
/*
	CSS classes 
*/
.clear 
{
	clear: both;
	margin: 0px;
}
.site_center 
{
	width: 900px;
	margin: 0px auto;
	height: inherit;
}
.content_center 
{
	width: 760px;
	float: right;
}
.content_alter_right
{
	width: 760px;
	top: 0px;
	right: 0px;
}
.p_bold {
	font-weight: bold;
}
.pointHand 
{
	cursor: pointer;	
}
#content_alter_menu ul li a.menu_selected 
{
	color: #E5E5E5;		
}

.link_meer_teken 
{
	font-size: 11px;
}
/*
Ecom part
*/
.basicBG
{
	background-image: url("/images/project/master/Categorie_Link.png");
    background-repeat: no-repeat;
    position:relative; 
    height: 100%;
		
}
.HoverBG
{
	background-image: url("/images/project/master/Categorie_Link_Hover.png");
	background-repeat:no-repeat;
    position:relative;  
    height: 100%;
}

.box_border 
{
    border:1px solid #575757;
    width: 300px;
}
#box_nieuwsbrief_text 
{
	padding-left: 10px;
	width: 290px;
}
.box_border h4
{
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    
}
.box_border img
{
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
}

.center
{
	margin: 0px auto;
}
.pics_cycle1 
{
	width: 150px;	
}

.WhiteText 
{
	color: #e5e5e5;
}
.RedText 
{
	color: #DF3A5A;
}
.NoMargin 
{
	margin: 0px;
}
.NotBold
{
    font-weight: normal; 
}
.MarginLeft 
{
	margin: 0px;
	margin-left: 15px;
}

.NoBG 
{
	background: none;
}


.BasicBlock 
{
	float: left;
	height: 100%;
	padding:0 5px 10px 5px;
}
.NotBold 
{
	font-weight: normal;	
}

.BasicBlock h3
{
	margin-top: 8px;
}
.BlockTitle 
{
	width: 219px;
	width: 255px;
}
.BasicBlock .BlockOmschrijving
{
	width: 300px;
}
.BlockTitleProduct 
{
	width: 285px;	
}
.BlockTitle h3
{
	color: #ABA313;
}
.BlockImage 
{
	width: 100px;
	text-align: center;
	padding-left: 0px;
}
.BlockImageBorder 
{
	padding-top: 0px;
	margin-top: 12px;
	width: 100px;
	text-align: center;
	border: 1px solid #575757;	
}
#content_alter_part_left .BlockImageBorder img
{	
	border: none;
}
.BlockMoreInfo 
{
	height: 100%;
}
.Border
{
	border: 1px solid #575757;	
}

#schrijf_In_Link a 
{
	padding-right: 5px;
	padding-bottom: 10px;	
}
.center
{
	margin: 0px auto;
}