/*
**
**	css for immokoksijde.be
**	copyright webFizz VOF
**	author: Simon Hellin
**	date: 03/12/2008
**
*/

/**
**	0.	CLEARFIX
**		@see http://www.positioniseverything.net/easyclearing.html
** ----------------------------------------------------------
 */

	.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

/*
**	1.	GENERAL 
** ----------------------------------------------------------
*/
	body{
		background:#e4e3e3 url(../images/bg.png) repeat-x;
		color: #555;
		font-family: Arial, Verdana;
		font-size: 9pt;
		line-height: 1.4;
	}
	input:focus { 
		outline: none; 
	}
	select:focus {
		outline: none;
	}
	img.icon{
		margin-right: 15px;
	}
	h1{
		font-family: Helvetica, Trebuchet, Arial;
		font-size: 14pt;
		color: #244084;
		margin-bottom: 0px;
		letter-spacing: -1px;
	}
	h2{
		color: #555;
		font: bold 11pt Helvetica,Trebuchet MS;
	}
	h3{
		font-family: Helvetica,Trebuchet MS;
		font-size: 11pt;
		color: #F37032;
	}
	h3.assistent{
		margin-top: 10px;
		margin-bottom: 5px;
	}
	h4{

	}
	p{
		padding-top: 5px;
		padding-bottom: 5px;
		color: #555;
		font-family: Arial, Verdana;
		font-size: 9pt;
		line-height: 12pt;
	}
	p.a{
		font-size: 9pt;
		padding-bottom: 0;
	}
	p.login{
		padding: 0;
		font-size: 8pt;
	}
	p.top{
		padding: 5px 0 0 0;
		font-size: 8pt;
		color: #ffffff;
		text-align: right;
	}
	p.search{
		padding: 0 0 20px 0;
		color: #333333;
	}
	p.breadcrump{
		font-size: 8pt;
		font-family: Arial, Verdana;
		color: #888888;
	}
	p.italic{
		font-style: italic;
		font-size: 8pt;
		padding-bottom: 0px;
	}
	p.footer{
		font-size: 8pt;
		padding: 5px 0 0 0;
	}
	p.footer2{
		font-size: 8pt;
		padding: 0 0 0 155px;
	}
	p.small{
		font-size: 8pt;		
	}
	#menu p{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 8pt;
		color: #ffffff;
		line-height: 10pt;
	}
	a:link,
	a:visited{
		color: #f37032;
		text-decoration: none;
	}
	a:hover{
		text-decoration: underline;
	}
	a:link.grey,
	a:visited.grey{
		color: #555555;
		text-decoration: underline;
	}
	a:hover.grey{
		color: #f37032;
		text-decoration: underline;
	}
	
	a:link.orange,
	a:visited.orange{
		color: #f37032;
		text-decoration: underline;
	}
	a:hover.orange{
		
	}
	a:link.breadcrump,
	a:visited.breadcrump{
		color: #555555;
	}
	a:hover.breadcrump{
		color: #f37032;
		text-decoration: underline;
	}
	

/*
**	2.	BASIC POSITIONING
** ----------------------------------------------------------
*/
	#container{
		width: 960px;
		margin: 0 auto 0;
		min-height: 500px;
	}
	#header{
		width: 960px;
		min-height: 350px;
	}
	#content{
		width: 960px;
		min-height: 500px;
	}
	#left{
		float: left;
		width: 240px;
		min-height: 500px;
		margin-right: 10px;
	}
	#right{
		float: left;
		width: 710px;
		min-height: 500px;
	}
	#footer{
		width: 950px;
		background: url(../images/bg_footer.png) repeat-x;
		height: 40px;
		padding-left: 10px;
		text-align: left;
	}
	
/*
**	3.	HEADER
** ----------------------------------------------------------
*/
	#topheader{
		height: 30px;
		width: 960px;
	}
	#logo{
		margin-top: 2px;
		float: left;
		width: 315px;
		height: 78px;
		background-image: url(../images/logo.png);
	}
	#menu {
		margin-top: 27px;
		float: right;
		display: block;
		width: 640px;
		height: 30px;
	}
	#imgheader{
		margin-top: 15px;
		height: 200px;
		width: 940px;
		border: 10px solid #24408E;
		background: url(../images/bgs/rotate.php) no-repeat
	}
	#login{
		padding: 5px 0 0 0;
		float: right;
		height: 16px;
		width: 100px;
		
	}
	#search{
		position: absolute;
		margin-left: 540px;
		width: 370px;
		height: 220px;
		padding: 10px;
		padding-top:2px;
	}
	#breadcrump{
		padding-left: 10px;
	}
/*
**	4.	REF SEARCH
** ----------------------------------------------------------
*/
	#topheader input.button{ 
		border: none;
		width: 84px;
		height: 19px;
		text-align:center;
		color:#f37032;
		cursor: pointer;
		background: url(../images/bg_input.png) no-repeat;
	}
	#topheader input.text{
		border: none;
		width: 84px;
		height: 16px;
		padding-left: 5px;
		background: url(../images/bg_input.png) no-repeat;
	}

/*
**	5.	FORM SEARCH
** ----------------------------------------------------------
*/
	#search label{
		display:block;
		text-align:left;
		width:140px;
		float:left;
		color: #333333;
		font-family: Trebuchet MS;
		font-size: 10pt;
		/*margin:5px 0 0 0;*/
	}
	#search input.text{
		float:left;
		color: #555555;
		font-family: Trebuchet MS;
		font-size: 9pt;
		border: none;
		width: 79px;
		height: 20px;
		margin:5px 0 0 2px;
		padding: 0 0 0 5px;
		background: url(../images/bg_input.png) no-repeat;
	}
	#search input.button{ 
		border: none;
		margin: 5px 0 0 140px;
		width:136px;
		height: 26px;
		background: url(../images/bg_zoek.png) no-repeat;
		text-align:center;
		color:#f37032;
		font-size:12px;
		cursor: pointer;
	}
	#search select{
		margin: 5px 0 0 2px;
		border: none;
		width: 140px;
		height: 18px;
	}

	
/*
**	6.	CONTENT
** ----------------------------------------------------------
*/
	#left{
		float: left;
		width: 490px;
		min-height: 400px;
		margin-right: 40px;
		padding: 10px;
	}
	#right{
		float: left;
		width: 370px;		
	}

	/*	6.1	LEFT - ZOEKRESULTATEN
	** ----------------------------------------------------------*/
	.result{
		margin-top: 10px;
		width: 470px;
		min-height: 105px;
		background: #f6f6f6;
		border: 1px solid #cdcdcd;
		padding: 10px;
	}
	.image_result{
		float: left;
		margin-right: 10px;
	}
	.text_result{
		float: left;
		width: 340px;
		height: 100px;
	}
	.favoriet{
		
		padding-left: 5px;
		padding-top: 3px;
		border: none;
		width: 101px;
		height: 22px;
		background: url(../images/bg_favoriet.png) no-repeat;
		color: #F37032;
		cursor: pointer;
	}
	.print{
		
		padding-left: 5px;
		padding-top: 3px;
		border: none;
		width: 101px;
		height: 20px;
		background: url(../images/bg_favoriet.png) no-repeat;
		color: #F37032;
		cursor: pointer;
	}
	
	.star{
		margin-top: 3px;
		margin-right: 6px;
		float:left;
	}
	/*	6.1	RIGHT
	** ----------------------------------------------------------*/
	
	.box{
		background: #f6f6f6;
		width: 350px;
		min-height: 100px;
		margin-bottom: 20px;
		padding: 10px;
		border: 1pt solid #d2d2d2;
	}
	.box ul li{
		margin-left: 20px;
		color: #333333;
		font-family: Arial, Verdana;
		font-size: 9pt;
		line-height: 12pt;
		
	}
	
	.box h1{
		margin-bottom: 0px;
	}
/*
**	7.	MENU
** ----------------------------------------------------------
*/
#menu ul { 
	list-style: none; 
	padding: 0; 
	margin: 0; 
	text-align: right;

	}

#menu ul li { 
	display: inline; 
	padding: 0; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	
}

#menu ul li a { 
	float: right;
	display: block;
	width: 95px; 
	height: 15px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #244086;
	line-height: 10px;
	text-decoration: none;
	text-align: center;
	padding: 10px 0 5px 0;
	background: #FFFFFF;
}

#menu ul li.long a {
	width: 155px;
}

#menu ul li a:hover { 
	color: #F37032;
	border-bottom: 5px solid #F37032;
}
#menu ul li a.selected {
	color: #F37032;
	border-bottom: 5px solid #F37032;
}

.fav {
cursor: pointer;
/*
background-color: #BEBEBE;*/
}

#imagethumb {
float:left;
margin: 5px;
border: 5px solid white;
}

#frame {
padding: 15px;
background-color: #f6f6f6;
border: 1px solid #ccc;
width: 920px;
}

td {
border-bottom: 1px solid #eee;
padding-bottom: 2px;
padding-top: 2px;
font-size: 8pt;
}

th {
padding-bottom: 10px;
border-bottom: 1px solid #ccc;
}

#contact {
margin-left:-10px;
margin-top:-10px;
padding: 15px;
background-color: #f6f6f6;
border: 1px solid #ccc;
width: 480px;
}

input[type=submit] {
	width: 140px;
	background-color: #bbb;
	color: #555;
	border-width: 0px;		
	
}

#error{
color: #DA2A1A;
}

#login input[type=submit] {
	width: 140px;
	background-color: #999;
	color: #555;
	height: 18px;
	border-width: 0px;	
	margin-top: 10px;	
	
}

#login table{
	
	font-family: Helvetica,Arial, sans-serif;
	font-size: 9pt;
	color: #444;
}

#login table td{
	border-width: 0px;
}

#login{

}

.edited{
	background-color: #e7f2d3; 
	background-image: url('../images/check.png');
	background-repeat: no-repeat;
	background-position-x: 10px;
	background-position-y: 5px;	
	margin-bottom: 8px; 
	padding: 8px; 
	padding-left: 45px;
	border-color:#d5e7b7; 
	border-width:2px; 
	border-style:solid; 
	font-size: 9pt;
	color: #555555;
	font-size: 9pt;
	}
	
	.error{
	background-color: #DA9E9E; 
	background-image: url('../images/error.png');
	background-repeat: no-repeat;
	background-position-x: 10px;
	background-position-y: 5px;	
	margin-bottom: 8px; 
	padding: 8px; 
	padding-left: 30px;
	border-color:#F80F0F; 
	border-width:2px; 
	border-style:solid; 
	font-size: 9pt;
	color: #555555;
	font-size: 9pt;
	}
	
	.added{
	background-color: #e7f2d3; 
	background-image: url('../images/check.png');
	background-repeat: no-repeat;
	background-position-x: 10px;
	background-position-y: 5px;	
	margin-bottom: 8px; 
	padding: 8px; 
	padding-left: 45px;
	border-color:#d5e7b7; 
	border-width:2px; 
	border-style:solid; 
	font-size: 9pt;
	color: #555555;
	font-size: 9pt;
	}

	.pandfav{
		margin:0px;
		height:7px;
	}
