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

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

a{
	text-decoration: none;
}

body { 
	background: url(../assets/content/images/bg.jpg) repeat-x;
}

/* divs */
#horizon {
 	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
}

#content {
	margin-left: -360px;
	position: absolute;
	top: -265px;
	left: 50%;
	width: 720px;
	height: 530px;
}

#logo { 
	background: url(../assets/content/images/logo.png) no-repeat; 
	float: left; 
	width: 169px; 
	height: 89px;
	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: 720px;
	float: left;
	height: 350px;
}

#slideHolderOpera{margin-top: 40px;}

#left{
	float: left;
	margin-top: 77px;
	width: 32px;
	height: 59px;
	background: url(../assets/content/images/left.png) no-repeat;
}

#left:hover{
	background: url(../assets/content/images/left_selected.png) no-repeat;
}

#right{
	float: right;
	margin-top: 77px;
	margin-right: 5px;
	width: 32px;
	height: 59px;
	background: url(../assets/content/images/right.png) no-repeat;
}

#right:hover{
	background: url(../assets/content/images/right_selected.png) no-repeat;
}

#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: 600px;
	height: 350px;
	float: left;
	margin-left: 25px;
	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;
}

