/* CSS Document */
* {	margin: 0; padding: 0;}

body 
{
	margin: 0;
	padding: 0;
	background-color: #eeeeee;
	background-image: url(images/bg_top.jpg);
	background-repeat: repeat-x;
}

#top {
	height: 384px;
	padding: 0;
	background: url(images/bg_up.jpg) no-repeat;
}
#top_work {
	padding: 0;
	background: url(images/bg_upwork.jpg) no-repeat;
	height: 945px;
}
#top_services
{
	height: 267px;
	padding: 0;
	background: url(images/bg_upservices.jpg) no-repeat;
}

.logo 
{
	height:43px;
	margin-left:150px;
	background-image: url(images/bixstudio_logo.gif);
	float: left;
	width: 165px;
	background-repeat: no-repeat;
	margin-top: 48px;
}

.menu 
{
	height:15px;
	margin-left:354px;
	padding-top: 75px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color:#303030;
}
.menu a{
	color: #303030;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.menu a:visited
{
	color: #303030;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-decoration: none;
}
.menu a:hover 
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color:#838E8E;
	text-decoration: none;
}

/* PORTFOLIO */
#sidebar {
	width: 168px;
	margin-left:150px;
	background-image: url(images/sidebar_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 500px;
	margin-top: 10px;
	background-color: #FFF;
	padding-top: 20px;
}

#main {
	swidth: 540px;
	margin-left:330px;
	background-position: right top;
	height: auto;
	padding-top: 20px;
	width: 530px;
	margin-top: -520px;
}
/* Vertical Menu */
#menuAlg {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
#menuAlg ul{ /*zorgt voor geen hapering in de image in Explorer*/
}
#menuAlg a {
	padding: 5px;
	display: block;
	width: 141px;
	margin-bottom: 6px;
	margin-top: 6px;
	text-decoration: none;
	height: 14px;
	text-align: left;
}
#menuAlg li a.current {
	background-position: 0px;
	cursor: default;
	text-align: left;
}
#menuAlg a:link, #menuWork a:visited, #menuWork a:active {
	color: #505050;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#menuAlg a:hover {
	background-position: -151px 0px;
	color: #202020;
}
#menuAlg .current a:link {
	background-color: #FFF;
}

#menuWork {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
#menuWork ul{ /*zorgt voor geen hapering in de image in Explorer*/
	background-image: url(images/menuWork_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#menuWork a {
	padding: 5px;
	display: block;
	width: 141px;
	margin-bottom: 6px;
	margin-top: 6px;
	text-decoration: none;
	background-image: url(images/menuWork_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 14px;
	text-align: left;
}
#menuWork li a.current {
	background-image: url(images/menuWork_bg.gif);
	background-repeat: no-repeat;
	background-position: -151px 0px;
	cursor: default;
	color: #202020;
	text-align: left;
}
#menuWork a:link, #menuWork a:visited, #menuWork a:active {
	color: #505050;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#menuWork a:hover {
	background-position: -151px 0px;
	color: #202020;
}
#menuWork .current a:link {
	background-color: #FFF;
}

#flags {
	height: 11px;
	padding-bottom: 25px;
}
#flags ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;

}
#flags ul li {
	display: inline;

}
#flags .nl a {
	background:url(images/nl.png) no-repeat;
	display: block;
	float: left;
	height: 11px;
	width: 16px;
	margin-left: 5px;
}
#flags .gb a {
	display: block;
	float: left;
	height: 11px;
	width: 16px;
	margin-left: 680px;
	background-image: url(images/gb.png);
	background-repeat: no-repeat;
}
/* #flags .pt a {
	float:left;
	width:16px;
	height:15px;
	background:url(images/pt.png) no-repeat;
	text-indent:-9999px;
	margin-right:4px;
}
#flags .fr a {
	float:left;
	width:16px;
	height:15px;
	background:url(images/fr.png) no-repeat;
	text-indent:-9999px;
} */
#flags .nl a:hover {
	background:url(images/nl_hit.png) no-repeat;
}
#flags .gb a:hover {
	background:url(images/gb_hit.png) no-repeat;
}
/* #flags .pt a:hover {
	float:left;
	width:16px;
	height:15px;
	background:url(images/pt_hit.png) no-repeat;
	text-indent:-9999px;
}
#flags .fr a:hover {
	float:left;
	width:16px;
	height:15px;
	background:url(images/fr_hit.png) no-repeat;
	text-indent:-9999px;
} */

#flags .nl .active {
	background:url(images/nl_hit.png) no-repeat;
}
#flags .gb .active {
	background:url(images/gb_hit.png) no-repeat;
}
/* #flags .pt .active {
	float:left;
	width:16px;
	height:15px;
	background:url(images/pt_hit.png) no-repeat;
	text-indent:-9999px;
}
#flags .fr .active {
	float:left;
	width:16px;
	height:15px;
	background:url(images/fr_hit.png) no-repeat;
	text-indent:-9999px;
} */

#welcome {
	width: 718px;
	margin-left:153px;
	padding-top: 41px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color:#666666;
	font-weight: normal;
}
#welcome_work {
	width: 718px;
	margin-left:153px;
	padding-top: 41px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color:#666666;
	font-weight: normal;
}

#title {
	width: 738px;
	padding-top: 20px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color:#838E8E;
	padding-bottom: 10px;
}
.cookin a {
	color: #bd0000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	line-height: 2.3em;
	font-weight: bold;
}
.cookin a:hover {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color:#F00;
	text-decoration: underline blink;
	line-height: 2.3em;
	font-weight: bold;
}
a {
	color: #666666;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	text-decoration: none;
	line-height: 1.3em;
}
a:hover {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color:#838E8E;
	text-decoration: none;
}

.title2
{
	width: 738px;
	margin-left:143px;
	padding-top: 22px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color:#838E8E;
}

.titelrood {
	font-family: Georgia, "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 20px;
	color: #bd0000;
	line-height: 110%;
	text-align: left;
}
.titelgrijs {
	font-family: Georgia, "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 17px;
	color: #303030;
	font-weight: normal;
}
.titelgrijs a:hover {
	font-family: Georgia, "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 17px;
	color: #666666;
	font-weight: normal;
}
/*paragraaf onder titel, arial 12pt*/
h1 {
	font-size: 12px;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 1.3em;
}


.plaintext {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #666;
	font-size: 12px;
}
	
.plaintextred {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #bd0000;
	font-weight: normal;
}
#case{
	width: 767px;
	margin-left:127px;
	height: 299px;
	margin-top: -1px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#content
{
	width: 738px;
	margin-left:143px;
	padding-top: 85px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color:#838E8E;
}

#column 
{
	margin-left:153px;
	margin-top: 200px;
	width: 741px;
	font-family: Tahoma;
	font-size: 12px;
	color:#666;
	height: 200px;
}
h5 {
	font-size: 17px;
	font-weight: normal;
	color: #303030;
	display: block;
	margin-left: 0px;
	width: 334px;
	margin-bottom: 8px;
	float: left;
	margin-top: 50px;
	font-family: Georgia, "Lucida Sans Unicode", Arial, sans-serif;
	margin-right: 30px;
}
h6 {
	font-size: 17px;
	color: #303030;
	display: block;
	float: right;
	font-weight: normal;
	margin-right: 10px;
	margin-bottom: 8px;
	margin-top: 50px;
	width: 354px;
	font-family: Georgia, "Lucida Sans Unicode", Arial, sans-serif;
	margin-left: 0px;
}
.columnleft 
{
	float: left;
	width: 334px;
	display: block;
	margin-right: 15px;
}

.columnright 
{
	float: right;
	width: 334px;
	display: block;
	margin-left: 10px;
	margin-right: 24px;
}
#columnwork {
	float: right;
	width: 530px;
	display: block;
	margin-left: 20px;
}

.thumb 
{
	color: #666666;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color:#666666;
	line-height: 1.3em;
	margin-top: 5px;
	font-weight: normal;
}

.thumb a img 
{
	border-width: 5px;
	border-color: #6B6F78;
	margin-right:14px;
}

.thumb a img:hover 
{border-color: #7D8189;}

.floatLeft 
{float: left;}


/******************************************
				services 3 colomns
******************************************/
#services_column {
	margin-left:130px;
	margin-top: 20px;
	width: 769px;
	height: 532px;
	background-image: url(images/tredmill.gif);
	background-repeat: no-repeat;
}

.services {
	margin-right: 24px;
	margin-left: 24px;
	float: left;
	width: 207px;
	margin-top: 200px;
}

.services li {
	background-image: url(images/bullet_serv.png);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 10px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 1.3em;
}
.services a{
	font-size: 17px;
	font-weight: normal;
	color: #303030;
	font-family: Georgia, "Lucida Sans Unicode", Arial, sans-serif;
}
.services .last {
	margin-right: 0px;
}

.project {
	background-image: url(images/project.jpg);
	margin-right: 9px;
	margin-left: 9px;
	float: left;
	height: 170px;
	width: 237px;
	margin-top: 20px;
}
.project a {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.project a img {
	border: none;
	padding-right: 4px;
	padding-left: 4px;
}
.project h4{/*laurent perrier grijs*/
	color: #FFF;
}
.project p{
	font-size: 11px;
	color: #303030;
}
#contactform {
	width: 450px;
	margin-left:143px;
	padding-top: 22px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color:#838E8E;
	display: block;
	float: left;
}
#contactnames {
	width: 288px;
	margin-left:10px;
	padding-top: 22px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color:#838E8E;
	display: block;
	float: left;
	line-height: 1.3em;
}
#contact_column {
	margin-left:130px;
	margin-top: -110px;
	width: 769px;
	height: 320px;
	background-repeat: no-repeat;
}
#footer
{
	height: 105px;
	float: left;
	display: block;
	background-image: url(images/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: 0px;
	margin: 0px;
	width: 950px;
}

.footcont
{
	margin-left:153px;
	padding-top:44px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color:#838E8E;
}

.tabledata 
{
	width: 738px;
	margin-left:143px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color:#838E8E;
}

.tabledata tr 
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color:#838E8E;
}

.tabledata td 
{
	text-align: left;
	width:50%;
	padding: 0px 28px 7px 7px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color:#838E8E;
}




ul.resources { 
padding-top: 0px; padding-right: 0px; padding-bottom: 25px; padding-left: 0px; list-style-type: none; 
} 

ul.resources li { 
display: block; 
float: left; 
width: 130px; 
padding-top: 2px; 
padding-bottom: 2px; 
padding-right: 15px; 
} 

ul.resources li a, ul.resources li a:visited { 
background-color: inherit; 
background-image: url(images/bullet.gif); 
background-repeat: no-repeat; 
background-position: left center; 
padding-left: 10px;
} 

ul.resources li a:hover {
	color: #BD0000;
	text-decoration: underline;
}


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

.clearfix {
	display: none;
}

.clearfix {
	display:block;
}  /* End hide from IE Mac */  

* html .clearfix{
	height: 1px;
	padding-top: 20px;
	padding-left: 5px;
}

