/* DJ Wout 2008 Style Sheet
	 ( c ) 2008 Ruben Hendrickx 
	 ruben@technoindustries.be
	 */
	 
body {
	padding-right: 0px;
	padding-bottom: 0px;
	background-image: url("lay/back.gif");
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #282728;
}
	 
td {
	vertical-align: top;
}

td.cnback {
	background-image: url("lay/cnback.gif");
	background-repeat: no-repeat;
	background-position: top right;
	height: 500px;
	width: 375px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}

p, li, th, td {
	font-family: trebuchet ms, sans-serif;
	font-size: 13px;
	color: #b0b0b0;
	padding: 0px;
	margin: 0px;
	text-align: left;
	line-height: 1em;
}

form {
	padding: 0px;
	margin: 0px;
}

input, textarea, select {
	font-size: 11px;
	background-color: #f5f5f5;
	border: 2px inset; 
	border-color: #afafaf #ffffff #ffffff #afafaf;
}

.submit {
	background-color: #606060;
	color: #fff;
	font-size: 14px;
	padding: 4px;
	border: 1px outset; 
	border-color: #afafaf #ffffff #ffffff #afafaf;
	margin: 2px;
	font-weight: bold;
	font-family: arial, verdana, helvetica, sans-serif;
}

h1 {
	color: #fff;
	font-family: trebuchet ms, arial, verdana, helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	letter-spacing: -2px;
	font-size: 32px;
	line-height: 1.2em;
}

.t, .titel, .mycms_titel {
	font-family: trebuchet ms, arial, verdana, helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	letter-spacing: -1px;
	line-height: 1.6em;
	font-size: 20px;
	color: #fff;
}

.t2, .headline {
	font-family: trebuchet ms, arial, verdana, helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	color: #ffffff;
}

.sub, .mycms_sub {
	font-size: 10px;
}

.djinfo {
	font-size: 11px;
	text-align: center;
}

hr {
	border: none; 
	border-bottom: 1px dotted #67696e;
	height: 0;
	padding: 0px;
	margin: 0px;
}

.cn p { padding-bottom: 6px; }

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

div#webdesign {
	position: absolute;
	bottom: 10px;
	left: 10px;
}

.dia {
	padding: 4px;
	margin: 4px;
	border: 1px solid #e0e0e0;
	background-color: #f7f7f7;
	color: #333333;
	font-size: 10px;
	float: left;
}

img.tsr {
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
}

img.mycms_pic {
	border: 10px solid #d8f0fc;
}

img.mycms_teaser {
	border: 2px solid #d8f0fc;
	margin: 6px;
}

/* hyperlinks */
a {
	color: #fff;
	text-decoration:none;
}

p a {
	border-bottom: 1px #ffcc00 solid;
}

a:link {
	color: #fff;
}

a:visited {
	color: #fff;
}

a:hover {
	background-color: #ffe59f;
	color: #000000;
}

a.ofs, a.ofs:link, a.ofs:visited {
	text-decoration: none;
	padding: 0px 4px 0px 4px;
	border: 1px solid #606060;
	background-color: #282728;
	color: #ccc;
	font-size: 15px;
	line-height: 1.8em;
}

a.ofs:hover {
	text-decoration: none;
	background-color: #ffe560;
	color: #000000;
}


