/* @override 
	http://www.advance-events.nl/css/stylesheet.css
	http://advance.6thfloor.nl/css/stylesheet.css
*/

/* Brouweeventsupport Stylesheet */


/* ugly hack */
* {
	margin: 0px;
	padding: 0px;	
}

html {
	/*background: url('../images/html_bg.jpg') repeat-x 0 0*/
	background: #fff;
}

body {
	margin: 0px;
	padding: 0px;
	color: #484848;
	background: #fff url('../images/bgad.jpg') repeat-x;
	text-align: center;
	font-family: arial;
	font-size: 80%;
}

div, p, ul,li {
	margin: 0px;
}

blockquote {
	margin-left: 50px;
}

div#container {
	position: relative;
	width: 1000px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	
}

	div#header {
		position: relative;
		height: 100px;
		width: 1000px;
		
	}
	
		div#logo a img, div#logo a:link img, div#logo a:visited img, div#logo a:hover img, div#logo a:active img {
			border: 0px;
		}

		div#menusearchcontainer {
			position: absolute;
			float: right;
			top: 0px;
			left: 500px;
		}

		div#search {
			position: relative;
			width: 460px;
			height: 40px;
			text-align: right;
			margin: -5px 0 0 40px;
		}
			div#search input {
				border: 1px solid #484848;
				background: #fff;
			}
		

div#content {
	position: relative;
	width: 1000px;
	background: url('../images/background_bar.jpg') repeat-y right top #fff;
}

/* gelijke hoogte colums */

	div#content .column {
	}
	
	div#left {
		float: left;
		width: 800px;

	}

	
		div#visualRe {
			position: relative;
			width: 800px;
			height: 198px;
			background: url('../images/visual_relatie.jpg') no-repeat top center;
		}
		div#visualFi {
			position: relative;
			width: 800px;
			height: 198px;
			background: url('../images/visual_inspiratie.jpg') no-repeat top center;
		}
		div#visualPe {
			position: relative;
			width: 800px;
			height: 198px;
			background: url('../images/visual_personeel.jpg') no-repeat top center;
		}
		div#visualProf {
			position: relative;
			width: 800px;
			height: 198px;
			background: url('../images/visual_profiel.jpg') no-repeat top center;
		}

		div#visualHomepage {
			position: relative;
			width: 800px;
			height: 198px;
			background: url('../images/visual_home.jpg') no-repeat top center;
		}

		div#visual {
			position: relative;
			width: 800px;
			height: 198px;
			background: url('../images/visual.jpg') no-repeat top center;
		}
			 
			.pics img {  
				position: absolute;
				z-index: 100;
				width: 800px;
				height: 198px;
				top: 2px; 
				left: 0;
				display: none;
			} 
		
			div#visualsubs {
				position: absolute;
				top: 0px;
				left: 0px;
				z-index: 1001;
				padding: 20px 20px 0px 20px;
				background: transparent;
			}
			
		div#homepage a:link, div#homepage a:visited, div#homepage a:active, div#concept a:link, div#concept a:visited, div#concept a:active   {
			color: #484848;	
			text-decoration: none;
		}	
		
		div#homepage a:hover, div#concept a:hover {
			color: #484848;	
			text-decoration: underline;
		}

		
		div#homepage a:link.focus, 
		div#homepage a:visited.focus, 
		div#homepage a:active.focus, 
		div#concept a:link.focus, 
		div#concept a:visited.focus, 
		div#concept a:active.focus   {
			color: #484848;	
			text-decoration: underline;
		}	
		
		div#homepage a:hover, div#concept a:hover {
			color: #484848;	
			text-decoration: underline;
		}
		
			
		div#homepage {
			padding-top: 35px;
			float: none;
			clear: both;
		}
	
			
			
		div#crumblepath {
			padding: 25px 0px 5px 20px;
			color: #999;
			font-weight: bold;
		}

		div#crumblepath a{
			color: #999;	
			font-weight: bold;
			text-decoration:none;
		}
		div#crumblepath a:hover {
			color: #f60;
			text-decoration: underline;
		}


		/* search */
		div#searchresult {
			padding: 20px;
		}	

		/* nieuws */
		div#nieuws p {
			padding: 0px 0px 20px 0px;	
		}

		div#nieuws a {
			color: #484848;
		}
		
		div#contact input {
			height: 20px;
			width: 300px;
			border: 1px solid #484848;	
		}

		div#contact textarea {
			height: 200px;
			width: 300px;
			border: 1px solid #484848;		
		}

		div#contact .submit {
			height: 20px;
			width: 100px;
			border: 1px solid #484848;		
		}

		div#contact {
				padding: 20px;	
		}
		div#contact p {
			
			color: #484848;
		}

		
		div#survey {
			padding: 20px;
		}

		div#survey p { 
			margin: 10px 0px 20px 0px;
		}

		div#survey h1 {
			
			color: #484848;
		}

		div#survey h3 {
			width: 760px;
			padding: 5px;
			border: 1px solid #484848;
		}


		div#survey td {
			font-family: arial;
			font-size: 80%;
			padding: 10px;
			width: 175px;	
			color: #484848;
			border-bottom: 1px dotted #ececec;
		}

		div#survey th {
			font-family: arial;
			font-size: 80%;
			font-weight: normal;
			padding: 10px;
			width: 250px;
			text-align: right;
			
			color: #484848;
			border-bottom: 1px dotted #ececec;
		}

		div#survey .input {
			border: 1px solid #484848;
			width: 300px;
			height: 25px;
			padding: 2px;
		}

		div#survey .textarea {
			border: 1px solid #484848;
			width: 300px;
			height: 100px;
		}


		

		div#survey .right {
			text-align: right;
		}

		div#survey .center {
			text-align: center;
		}
		
		div#contactinfo {
			position: relative;
			float: right;	
		}

		div#nieuwsbrief {
			padding: 20px;
			height: 200px;	
		}

		

		div#artcilessub {
			float: right;
			width: 200px;
			border: 1px solid #ff6600;
			margin: 0px 0px 10px 10px;
			padding: 5px;	
		}

		div#artcilessub ul, div#artcilessub ul li {
			list-style: none;
			margin: 0px;
		}

		div#artcilessub a {
			color: #484848;
		}

div#right {
	float: left;
	width: 200px;
}

	div#barnieuws p {
		padding: 0px 10px 10px 10px;
		color: #fff;
	}

	div#newsletter p {
		padding: 10px;	
		color: #fff;
	}


	div#newsletter p .submit-right {
		color: #fff;
		font-weight: bold;
		font-size: 12px;
		border: none;
		background: none;
		padding-left: 85px;
	}

	form#newsletter {
			margin-bottom: 20px;	
	}

		



.tekst {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.tekst h1 {
	font-size: 150%;
	line-height: 150%;
	font-weight: normal;

}

.tekst img{
	margin-left:10px;
	margin-bottom:10px;
}

.tekst .images {
	float: right;
}

.tekst .images img {
	float: none;
	
}

.tekst ul{
	margin-top:10px;
	margin-bottom:10px;
	}
.tekst li{
	margin-left: 50px;
}

.form {
	height: 20px;
	border: 1px solid #484848;
	width: 150px;
}

.rm {
	color: #fff;
}

div#search a {
	font-weight: bold;
	text-decoration: none;
	color: #484848;
}

div#searchresult a {
	color: #ff6600;
	font-weight: bold;
	font-size: 12px;
}






div#footer {
	width: 980px;
	height: 20px;
	background-color: #000;
	padding: 10px;
	vertical-align: middle;
}
	div#footer p, div#footer a {
		color: #ffffff;	
	}

.error {
	background-color: #fff;
	color: #f00;
	padding: 2px;	
}

.orange {
	color: #ff6600;
}




form#survey input {
	
	padding: 2px;
	margin: 10px 20px 5px 10px;
}

form#survey .inputtext {
	border: 1px solid #484848;
	padding: 2px;
	width: 300px;
	height: 24px;
	margin: 0px 5px 5px 10px;
}


form#survey .select {
	border: 1px solid #484848;
	padding: 2px;
	width: 300px;
	height: 20px;
	margin: 0px 5px 5px 10px;
}

form#survey .inputlabel {
	display: block;
	padding: 2px;
	width: 300px;
	margin: 5px 20px 0px 10px;
}


form#survey .submit {
	border: 1px solid #484848;
	display: block;
	padding: 2px;
	width: 300px;
	margin: 25px 20px 0px 10px;
	background: #fff;
}



form#survey textarea {
	border: 1px solid #484848;
	width: 400px;
	height: 120px;
	margin: 10px;
	padding: 2px;
	font-family: verdana;
	font-size: 12px;

}

form#survey p.question {
	border-top: 1px solid #484848;
	margin: 20px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}

.grid {
	display: block;
	text-align: center;
	float: left;
	width: 140px;
	margin: 0px;
	padding: 0px;
	padding: 2px;
	height: 50px;
	border: 1px solid #ccc;
	border-top: 0px;
	border-left:0px;
}


.clear:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clear { display: inline-block; }
#visualcontainer{
	border-top: 2px solid #ff6600;
	border-left: 2px solid #ff6600;
}
#visualcontainer pics{
	height: 198px;
}
#searchbalk{
padding: 10px;	
}
#searchbalk input{
	border: 1px solid #666;
	padding: 3px;
}
#searchbalk input.cleanbutton{
	background: #FFF;
	margin: 5px 0 0 104px;
}