@charset "windows-1252";

/* PID: 1 */

* {
	margin: 0px;
}

body {
	background-color: #c4d6ec;
	background-image: url(http://www.startbeurs.be/images/img_body.jpg); background-repeat: repeat-x;
	color: #000000;
}

body, table, input, select, textarea {
	font-family: Arial;
	font-size: 12px;
}

#main {
	margin: 0px auto;
	
	width: 890px;
}

#main img.alpha1 {
	filter: alpha(Opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#main img.alpha2 {
	filter: alpha(Opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

/*---------- tooltip -----------*/
a.tt, li.tt {
	position: relative;
	z-index: 10;
	text-decoration: none;
}

a.tt span, li.tt span {
	display: none;
}

/* background:; ie hack, something must be changed in a for ie to execute it */
a.tt:hover, li.tt:hover {
	z-index: 1000;
	background:;
}

a.tt:hover span.tooltip, li.tt:hover span.tooltip {
	cursor: default;
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 5px;
	z-index: 1000;
	width: 300px;
	background-color: #c4d6ec;
	border: 1px solid #25138d;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	filter: alpha(Opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

li.tt:hover span.tooltip {
	width: 105px;
	font-size: 10px;
	top: 0px;
	left: -93px;
}

li.tt:hover span.tooltip hr {
	height: 0px;
	border: 0px;
	border-top: 1px solid #25138d;
}
/*---------- tooltip -----------*/

#header {
	width: 890px;
	color: #000000;
	height: 80px;
}

#header #left, #header #middle, #header #right {
	padding-top: 10px;
	overflow: hidden;
	width: 234px;
	height: 70px;
	float: left;
}

#header #middle {
	padding-top: 5px;
	text-align: center;
	width: 422px;
}

#header #middle h1 {
	font-size: 25px;
}

#header a, #header a:hover, #header a:active, #header a:visited, #header a:link {
	text-decoration: none;
	color: #000000;
}

#header a:hover {
	text-decoration: underline;
}

#header #subheader {
	font-weight: bold;
}

#header #sublinks {
	padding-top: 6px;
	font-size: 11px;
}

#title, #footer, #customfooter {
	clear: both;
	width: 890px;
}

#title div.l1, #footer div.l1, #customfooter div.l1 {
	width: 880px;
}

#title div.l2, #footer div.l2, #customfooter div.l2 {
	width: 884px;
}

#title div.l3, #footer div.l3, #customfooter div.l3 {
	width: 886px;
}

#title div.l4, #footer div.l4, #customfooter div.l4 {
	width: 888px;
	height: 2px;
}

#columns {
}

.highslide-header a {
	color: #000000;
}

.highslide-header a:hover {
	color: #000000;
}

#columns p, #columns ul, #columns dl, #columns a, #columns div.middle, #customfooter div.middle {
	color: #000000;
}

#columns div.hr {
	padding: 12px 10px 8px 10px; /* top right bottom left */
	clear: both;
}

#columns hr {
	opacity: 0.20;
	filter: alpha(opacity=20);
	-moz-opacity: 0.20;
  border: 0px;
	color: #000000;
	background-color: #000000;
	height: 2px;	
}

#columns a, #columns a:hover, #columns a:visited, #columns a:active, #columns a:link, #customfooter a, #customfooter a:hover, #customfooter a:visited, #customfooter a:active, #customfooter a:link {
	color: #000000;
	text-decoration: none;
}

#columns a:hover, #customfooter a:hover {
	color: #000000;
}

#columns a.style1, #columns a:hover.style1, #columns a:visited.style1, #columns a:active.style1, #columns a:link.style1 {
}

#columns a.style2, #columns a:hover.style2, #columns a:visited.style2, #columns a:active.style2, #columns a:link.style2 {
	font-weight: bold;
}

#columns a.style3, #columns a:hover.style3, #columns a:visited.style3, #columns a:active.style3, #columns a:link.style3 {
	text-decoration: underline;
}

#columns a.style4, #columns a:hover.style4, #columns a:visited.style4, #columns a:active.style4, #columns a:link.style4 {
	font-style: italic;
}

/*---------- tooltip -----------*/
#columns li.tt:hover span.tooltip a {
	color: #000000;
	padding: 2px 0px 2px 5px; /* top right bottom left */
	display: block;
	width: 100px;
	overflow: hidden;
}

#columns li.tt:hover span.tooltip a:hover {
	background-color: #25138d;
	color: #ffffff;
}
/*---------- tooltip -----------*/

#columns h3, #customfooter h3, #title h2 {
	padding: 0px 10px 0px 10px; /* top right bottom left */
	position: absolute;
	margin-top: -4px;
	color: #ffffff;
	font-size: 12px;
	letter-spacing: 1px;
}

#columns h3 a, #columns h3 a:hover, #columns h3 a:active, #columns h3 a:visited, #columns h3 a:link,
#customfooter h3 a, #customfooter h3 a:hover, #customfooter h3 a:active, #customfooter h3 a:visited, #customfooter h3 a:link {
	color: #ffffff;
}

#columns h4 {
	display: inline;
	font-size: 12px;
}

#columns .tags {
	padding: 0px 10px 0px 10px; /* top right bottom left */
}

#columns p {
	padding: 5px 10px 0px 10px; /* top right bottom left */
	clear: both;
}

#columns table {
	margin: 5px 10px 0px 10px; /* top right bottom left */
	clear: both;
}

#columns table th, #columns table th {
	padding: 0px 10px 0px 0px; /* top right bottom left */
	text-align: left;
}

#columns ul {
	padding: 2px 0px 0px 0px; /* top right bottom left */
	list-style: none;
}

#columns li {
	padding: 0px 10px 0px 10px; /* top right bottom left */
}




#columns #scrollup {
	position: relative;
	overflow: hidden;
	height: 117px;
	width: 160px;
}

#columns .headline {
	position: absolute;
	top: 123px;
	height: 195px;
	width: 190px;
}

#columns #scrollup2 {
	padding: 5px 0px 0px 10px; /* top right bottom left */
	position: relative;
	overflow: hidden;
	height: 66px;
	width: 150px;
}

#columns .headline2 {
	position: absolute;
	top: 132px;
	height: 71px;
	width: 150px;
}




#columns div.textadd {
	color: #000000;
	height: 65px;
}

#columns div.textadd p {
	padding: 0px 3px 0px 3px; /* top right bottom left */
	font-size: 10px;
}

#columns div.textadd a {
	font-weight: bold;
	color: #000000;
}

#columns div.textadd a.addlink {
	font-size: 10px;
}

#columns dl {
	padding: 5px 10px 5px 10px; /* top right bottom left */
	clear: both;
	width: 690px;	
}

#columns dt {
	padding-right: 10px;
	float: left;
	width: 250px;
	font-weight: bold;
}

#columns dt span {
	font-weight: normal;
	font-size: 10px;
}

#columns dd {
	float: left;
	width: 430px;
}

#columns input.text, #columns select.select, #columns textarea.textarea {
	border: 1px solid #000000;
	width: 400px;
}

#columns select.select {
	width: 402px;
}

#columns .center {
	text-align: center;
}

#columns a.suggest {
	filter: alpha(Opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	font-style: italic;
	font-size: 10px;
}

#columns p.error {
	font-weight: bold;
	clear: both;
	border: 1px solid #000000;
	padding: 10px;
	margin: 10px;
	margin-top: 0px;
}

#columns p.error strong {
	padding-bottom: 5px;
	font-size: 17px;
	display: block;
}

#column1 #menu a:hover, #column1 #menu a.selected,
#column1 #meer_startpaginas a:hover, #column1 #meer_startpaginas a.selected,
#column1 #more_websites a:hover, #column1 #more_websites a.selected,
#column1 #beheer a:hover, #column1 #beheer a.selected,
#column1 #management a:hover, #column1 #management a.selected {
	font-weight: bold;
}

#columns h1 {
	font-size: 18px;
}

#columns ul.normal {
	padding-left: 40px;
	list-style: disc;
}

#columns ul.normal ul {
	list-style: circle;
}

#columns ul.normal li {
	padding: 0px;
}

/* FIX FOR GOOGLE CHROME */
#footer div.l1 { margin-left: 5px; }
#footer div.l2 { margin-left: 3px; }
#footer div.l3 { margin-left: 2px; }
#footer div.l4 { margin-left: 1px; }
/* FIX FOR GOOGLE CHROME */

div.middle, div.cb {
	background-color: #b3bae6;
}

div.ct, div.h2, div.h3, #title div.cb, #footer div.cb, #footer div.middle {
	background-color: #25138d;
}

div.h2, div.h3 {
	height: 12px;
}

#title div.h2 {
	overflow: hidden;
	height: 8px;
}

div.l1, div.l2, div.l3, div.l4 {
	margin: 0px auto;
	overflow: hidden;
	width: 100%;
	height: 1px;
}

#column1 select.navigation {
	font-size: 10px;
	width: 150px;
}

div.bottom {
	height: 10px;
}

#customfooter {
	text-align: center;
}

#footer {
	height: 18px;
}

#footer div.middle {
	height: 10px;
	overflow: hidden;
}

#footer div.middle div {
	width: 890px;
	text-align: center;
	margin: 0px auto;
	margin-top: -2px;
}

#footer div.middle p {
	color: #ffffff;
	font-size: 10px;
	padding: 0px;
}

#footer a, #footer a:hover, #footer a:link, #footer a:active, #footer a:visited {
	color: #ffffff;
	text-decoration: none;
}

#subfooter {
	padding: 2px 0px 5px 0px; /* top right bottom left */
	text-align: center;
	font-size: 9px;
}

#subfooter p {
	padding: 0px;
}

#subfooter a, #subfooter a:hover, #subfooter a:link, #subfooter a:active, #subfooter a:visited {
	color: #000000;
	text-decoration: none;
}

#advertentie div.cb, #advertentie div.middle {
	background-color: #ffffff;
}

