/* Stylesheet voor maku.be */
/* Author: Timothy Couckuyt */

/* general settings */
* { 
	margin: 0px; 
	padding: 0px; 
	border: 0px; 
}

a{
	text-decoration: none;
	color:#FF0086;
	font-size:11px;
}

body {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	/*background: url(../assets/content/images/bg.jpg) repeat-x;*/
	background:#fff;
}

/* divs */
/*#horizon {
 	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
}
.home_hor{
	position:relative !important;
	width:900px !important;
	margin:0 auto !important;
	top:auto !important;
	left:auto !important;
	padding-top:20px;
	display:none;
}*/
.tooltip_container{
	width:190px;
	position: absolute;
	right:45px;
	top:5px;
	bottom:auto !important;
	display:none;
}
.tooltip_container a{
	color:#fff;
}
.contact_inner{
	padding:10px 20px 0px 10px;
	font-family: Trebuchet MS;
	font-size:11px;
	color:#fff;
	text-align:right;
	word-wrap: break-word;
	line-height:13px;
}
.tooltip_content{
	min-height:50px;
	background:url("../assets/content/images/tooltip_hover.png") no-repeat left top;
}
.tooltip_footer{
	height:10px;
	background:url("../assets/content/images/tooltip_hover.png") no-repeat left bottom;
}
#content {

}
.home_content{
	position: relative;	
}
#horizon {
 	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
}

#content {
	margin-left: -450px;
	position: absolute;
	top: -290px;
	left: 50%;
	width: 900px;
	height: 580px;
}

#logo { 
	background: url(../assets/content/images/logo.jpg) no-repeat; 
	float: left; 
	width: 330px; 
	height: 70px;
	margin-top: 20px;
	margin-right: 25px; 
}

#sep{
	float: left;
	background: url(../assets/content/images/sep.png) no-repeat;
	width: 29px;
	height: 147px;
}

#contenttxt p{
	float: left;
	margin-top: 45px;
	margin-left: 25px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: 500;
	width: 470px;
	text-align: justify;
}

#slideHolder, #slideHolderOpera{
	width: 900px;
	float: left;
	height: 260px;
	margin-top: 34px;
}

#left{
	float: left;
	margin-top: 77px;
	width: 33px;
	height: 59px;
	background: url(../assets/content/images/arrow_left.jpg) no-repeat;
	opacity:0.7;
}

#left:hover{
	opacity:1;
}

#right{
	float: right;
	margin-top: 77px;
	margin-right: 5px;
	width: 33px;
	height: 59px;
	background: url(../assets/content/images/arrow_right.jpg) no-repeat;
	opacity:0.7;
}

#right:hover{
	opacity:1;
}

#footer{
	float: left;
	width: 720px;
	text-align: center;
}

#footer .contact{
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #797979;
}

#footer .timo{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #9e9e9e;
}

.info a:link{
	color: #000000;
	text-decoration: none;
}

.info a:active{
	color: #000000;
}

.info a:visited{
	color: #000000;
}

.info a:hover{
	text-decoration: underline;
	color: #000000;
}

.timowmail a:link{
	color: #9e9e9e;
	text-decoration: none;
}

.timowmail a:active{
	color: #9e9e9e;
}

.timowmail a:visited{
	color: #9e9e9e;
}

.timowmail a:hover{
	text-decoration: underline;
	color: #9e9e9e;
}

.hidden{
	visibility: hidden;
}

#thumbHolder .thumb{
	float: left;
	width: 200px;
	height: 200px;
}

.tooltip img{
	margin: 0 auto;
	display:block;
	vertical-align:middle;
}

img.pushed{
	margin-top: 15px;
}

img.pushedmore{
	margin-top: 35px;
}

img.pushedbitmore{
	margin-top: 25px;
}

#thumbHolder{
	width: 800px;
	height: 350px;
	float: left;
	margin-left: 15px;
	margin-top: 20px;
}

#tt{
	position:absolute;
	border:1px solid #000000;
	background:#cccccc;
	padding:2px 5px;
	color:#333333;
	display:none;
	width: 200px;
	font-size: 11px;
	font-family: Trebuchet MS;
	text-align:justify;
}

#noprojects {	margin-top: 65px;}
#noimages {margin-top: 50px;}
#noprojects .txt{
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #797979;
}

#noimages .txt{
	font-family: "Trebuchet MS";
	font-size: 65px;
	color: #797979;
}


/* toevoegingen */

.float_l{
	float:left;
}
.float_r{
	float:right;
}
#floating_footer{
	position: fixed;
	bottom:0px;
	left:0px;
	width:100%;
	z-index:998;
	background:#ff0086;
	font-family: Trebuchet MS;
	font-size:11px;
	color:#fff;
	line-height: 29px;
	-moz-box-shadow: 0px 0px 2px #666;
	-webkit-box-shadow: 0px 0px 2px #666;
	box-shadow: 0px 0px 2px #666;
}
#floating_footer a:hover{
	text-decoration: none;
}
#floating_footer a{
	font-size:11px !important;
	color:#fff;
	text-decoration: underline;
}
#floating_footer .float_l,#floating_footer .float_r{
	padding:0 6px;
}
#floating_footer .float_r a{
	text-decoration: none;
}
#logo a{
	width:100%;
	height: 100%;
	text-indent: -5000px;
	outline:none;
	display:block;
}
.tooltip_bright{
	position: absolute;
	top:35px;
	right:0;
	bottom:auto !important;
	width:46px;
	height: 46px;
	background: url("../assets/content/images/tooltip_bright.jpg") no-repeat left center;
	z-index:1;
}
#tooltip_open{
	position: absolute;
	bottom:auto !important;
	top:35px;
	right:0;
	width:46px;
	height: 46px;
	z-index:2;
	display:block;
	background:url(trans.png);
	text-indent:-5000px;
	outline:none;	
}
.tooltip_dark{
	position: absolute;
	top:35px;
	bottom:auto !important;
	right:0;
	width:46px;
	height: 46px;
	background: url("../assets/content/images/tooltip_dark.jpg") no-repeat left center;
	z-index:0;
}
#floating_box{
	width:900px;
	float:left;
}
#floating_box p{
	padding-left:15px;
	background:url("../assets/content/images/indent_arrow.jpg") no-repeat left top;
	text-align:left;
	padding-bottom:20px;
	font-size:11px;
}
/*.vertical{
	width:160px !important;
}
.thumb{
	
}*/
#content_paragraph i{
	font-style:normal;
	color:#FF0086;
	font-size:11px;
}
#tooltip_close{
	position: absolute;
	top:0;
	left:0;
	width:20px;
	height: 20px;
	background: url(trans.png);
	outline:none;
	text-indent:-5000px;
}
#floating_box{
	padding-bottom:40px;
}
@media screen and (max-device-width: 480px){
  body{
    -webkit-text-size-adjust: none;
  }
}
