/* ------------------------------------------------ */
/*  CSS by K. Dobson								*/
/*  http://www.dobson.be			                */
/*  info@dobson.be									*/
/* ------------------------------------------------ */

A {
	font-weight: bold;
	color: #a84448;
	text-decoration: underline;
}
.light {
	color: #cfdbe5;
}
A:hover {
	color: #ea5359;
	text-decoration: none;
}
body {
	font-family: Verdana;
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	color: #000;
	margin-top: 5px;
	background: #fff url(../images/bg.jpg) no-repeat top;
}
#container {
	width: 778px;
	margin: auto;
}
#ida-linkzone {
	margin-left: 648px;
	margin-top: -33px;
	position: relative;
	float: left;
}
#ida-link {
	width: 83px;
	height: 33px;
	position: absolute;
	float: left;
}
#header {
	width: 764px;
	height: 154px;
	margin: auto;
}
#content0 {
	width: 764px;
}
#introtxt {
	font-size: 12px;
	line-height: 17px;
	color: #2c2929;
	width: 545px;
	height: 70px;
	margin-top: 7px;	
	margin-left: 5px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 4px;
	background-color: #ece1e1;
	border: 1px solid #c7c7c7;
	float: left;
}
#tagzone {
	margin-top: -77px;
	margin-left: 572px;
	position: relative;
	float: left;
}
#tagbtn {
	width: 194px;
	height: 75px;
	position: absolute;
	float: left;
}
#tagbtnBACKUP {
	width: 190px;
	height: 75px;
	margin-top: 7px;
	margin-left: 7px;
	background-color: #ece1e1;
	border: 1px solid #c7c7c7;
	float: left;

}
#content1 {
	width: 764px;
	height: 225px;
	margin-top: 7px;
	margin-left: 5px;
	float: left;
}
#vid {
	width: 276px;
	height: 225px;
	margin-right: 7px;
	float: left;
}
#frame3 {
	width: 198px;
	float: left;
	margin-top: 1px;
}
#flashmovbg {
	width: 198px;
	height: 162px;
	background: #fff url(../swf/ida-300x250-1-fr.jpg) no-repeat center;
	float: left;
}
#flashmov {
	width: 198px;
	height: 162px;
	float: left;
}
#orderbtn {
	width: 198px;
	height: 52px;
	margin-top: 8px;
	float: left;
}
#content2 {
	width: 764px;
	height: 225px;
	margin-top: 7px;
	margin-left: 5px;
	float: left;
}
#btn-wat {
	width: 378px;
	height: 112px;
	margin-right: 7px;
	float: left;
}
#btn-kater {
	width: 378px;
	height: 112px;
	float: left;
}
#btn-seks {
	width: 378px;
	height: 112px;
	margin-right: 7px;
	margin-top: 7px;
	float: left;
}
#btn-werk {
	width: 378px;
	height: 112px;
	margin-top: 7px;
	float: left;
}
#content3 {
	padding: 4px;
	margin-top: 5px;
	
}
#footer {
	font-size: 11px;
	color: #2c2929;
	width: 750px;
	margin-top: 13px;	
	margin-left: 5px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 4px;
	background-color: #ece1e1;
	border: 1px solid #c7c7c7;
	float: left;
}
#footerleft {
	width: 200px;
	float: left;
}
#footerright {
	text-align: right;
	width: 550px;
	float: left;
}
.titel1 {
	font-size: 12px;
	color: #fff;
	background-color: #d66469;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}
.titel2 {
	font-size: 12px;
	color: #a84448;
	padding-left: 7px;
}
.bullet-square {
	width: 4px;
	height: 4px;
	padding-bottom: 3px;
}

strong.red {
	font-weight: bold;
	color: #c80000;
}
strong.green {
	font-weight: bold;
	color: #20c400;
}

/* ------ SPLASH ------ */

#container2 {
	width: 506px;
	margin: auto;
	margin-top: 120px;
}
#top {
	width: 506px;
	height: 188px;
	background: url(../images/splash/top.jpg) no-repeat;
}
#left {
	width: 126px;
	height: 46px;
	background: url(../images/splash/left.jpg) no-repeat;
	float:left;
}
#btn1 {
	width: 126px;
	height: 46px;
	float:left;
}
#btn2 {
	width: 127px;
	height: 46px;
	float:left;
}
#right {
	width: 127px;
	height: 46px;
	background: url(../images/splash/right.jpg) no-repeat;
	float:left;
}
#bottom {
	width: 506px;
	height: 12px;
	background: url(../images/splash/bottom.jpg) no-repeat;
	float:left;
}

/* ----- OVERLAY ------ */

/* the overlayed element */
div.overlay {
	
	/* growing background image */
	background-image:url(../images/overlay/white2.png);
	
	/* dimensions after the growing animation finishes  */
	width:600px;
	height:470px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:55px;

}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url(../images/overlay/close.png);
	position:absolute;
	right:15px;
	top:15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/* container for external content. uses vertical scrollbar if needed */
div.wrap {
	height:441px;
	overflow-y:auto;
}