/* Algemene deel stylen */
body {
background-color: #ffffcc;
background-repeat : repeat;
font-size : 11px;
text-align: center; /* voor IE */ 
margin-top: 0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
} 

/* TABLE */
table {
	width: 100%;
}


/* Container */
#container {
  width: 900px; 
  height: 100%;
  position: relative; 
  padding: 0px;
  margin: 0px;
  padding-left: 0px;
  margin-left: 0px;
  float: left;
  left: 0px;
  text-align: left;
}


/* Header */
#header {
	width: 900px;
	height: 155px;
	position: absolute;
	top: 0px;
	left:0px;
	background-image:url(images/header.jpg);
	text-align: center;
}

#ind2_header {
	width: 900px;
	height: 92px;
	position: absolute;
	top: 0px;
	left:0px;
	background-image:url(images/ind2_header.jpg);
	text-align: center;
}
#tel {
	width: 464px;
	height: 29px;
	position: absolute;
	top: 155px;
	left: 436px;
	background-image:url(images/tel.gif);
	text-align: left;
	padding: 5px 0 0 250px;
	background-repeat: no-repeat;
}	
		
/* Menu */
#menu_bg {
	width: 348px;
	height: 100%;
	position: absolute;
	top: 155px;
	left:0px;
	background-image:url(images/menu_bg.gif);
	text-align: center;
}

#ind2_menu {
	width: 900px;
	height: 40px;
	position: absolute;
	top: 156px;
	left:0px;
	background-image:url(images/ind2_menu.gif);
	text-align: center;
	padding: 7px 0 0 0;
	background-repeat: no-repeat;
}
	
	/* Content */
#content_vlak {
	width: 650px;
	height: 800px;
	position: absolute;
	top: 184px;
	right: 0px;
	float: right;
}

#content_wrapper{
        width: 900px;
        height: 600px;
        position: absolute;
        top: 220px;
	right: 0px;
        padding: 0px;
        margin: 0px;
        padding-left: 0px;
        margin-left: 0px;
        float: left;
        left: 0px;
        text-align: left;
        
}

#ind2_content_info {
	width: 187px;
	height: 100%;
	position: relative;
	float: left;
}

#content_right_area{
      	width: 700px;
	height: 100%;
	position: relative;
	float: left;
	text-align: left;
}

#ind2_content_right {
	width: 700px;
	height: 100%;
	position: absolute;
	top: 184px;
	right: 0px;
	float: right;
	text-align: left;
}

#content_right_breed{
        width: 500px;
        height: 100%;
	position: relative;
	float: left;
	text-align: left;
}

#content_thumbs{
        width: 190px;
	height: 100%;
	position: relative;
	float: right;
	text-align: left;
        overflow: auto;
}

#ind2_content_balk {
	width: 700px;
	height: 23px;
	background-color: #a0a55d;
	text-align: left;
	list-style: none;
	float: left;
	top: 750px;
	left: 0px;
	padding: 2px 0 0 10px;
	background-repeat: no-repeat;
}
	#ind2_content_balk_inhoud {
		width: 700px;
		height: 100%;
		text-align: left;
	}
#ind2_zoeken_vlak {
	width: 900px;
	height: 50px;
	position: absolute;
	top: 180px;
	left: 0px;
	padding: 15px 0 0 0;
	text-align: center;
}
	#ind2_content_info li.kop {	
		width: 187px;
		height: 23px;
		background-image:url(images/ind2_info_kop.gif);
		text-align: left;
		list-style: none;
		padding: 2px 0 0 10px;
		background-repeat: no-repeat;
	}
	#ind2_content_info li.inhoud {	
		width: 187px;
		text-align: left;
		list-style: none;
		padding: 2px 0 0 4px;
		line-height: 20px;
		background-repeat: no-repeat;
	}
	#ind2_content_info ul {
		margin: 0px;
		padding: 0px;
	}

	
	

	/* LI */
	#menu_bg li.groot {
		height: 28px;
		background-image:url(images/menu_lang.gif);		
		text-align: left;
		list-style: none;
	}
	#menu_bg li.klein {
		height: 28px;
		background-image:url(images/menu_kort.gif);		
		text-align: left;
		list-style: none;
	}
	.li_groot {
		padding: 4px 0 0 15px;
	}
	.li_klein {
		padding: 4px 0 0 65px;
	}
		
	
	/* UL */
	#menu_bg ul {
		margin: 0px;
		padding: 0px;
	}
	
/* NORMAAL */
a						{font-family: Tahoma; font-size: 13px; text-decoration: none; font-weight:bold}
a:link					{color: #4b4f16;}
a:visited				{color: #4b4f16;}
a:active				{color: #4b4f16; text-decoration: underline;}
a:hover					{color: #4b4f16; text-decoration: underline;}
	
	
		
	
/* TEKST CLASS */
.wit {
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	}
.DGroen {
	color: #4b4f16;
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	}
.DGroenL {
	color: #4b4f16;
	font-family: Trebuchet MS;
	font-size: 13px;
	}
.DOranje {
	color: #bd6c09;
	font-family: Tahoma;
	font-size: 13px;
	font-weight: lighter;
	}
.DOranjeK {
	color: #bd6c09;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: lighter;
	}
