@charset "utf-8";
/* CSS Document */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset, img {
	margin: 0;
	padding: 0;
	font: 100%/120% Arial, Helvetica, sans-serif;
}
/* dwingt mozilla de borders in een box te leggen*/
* { 
    -moz-box-sizing: border-box; 
} 
/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
	font-weight: bold;
}
/* Miscellaneous conveniences: */

fieldset {
	border: none;
}
img {
	border: 0;
}

.clr {
clear:both;
}

/*REAL STYLES*/

/*html-restyles*/

a, a:link, a:visited, a:hover, a:active {
	color: #cd0033;
	font-weight:bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

marquee {
	width:290px;
}

h1 {
	font-size: 18px;
	font-weight:bold;
	color:#333333;
}

h2 {
	font-size: 11px;
	color: #ff900a;
	font-weight: bold;
}

ul{
	margin-left:18px
}

object {
	background-image:url(../images/loading.gif);
	background-repeat: no-repeat;
}

/*grid*/

body {
	font-size: 12px;
	line-height: 1,25em;
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	margin-left: auto;
	margin-right: auto;
}

#bgimage{
	position:fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	}
	
#visible-box {
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100%;
	text-align: center;
}

#container {
	margin-top: 10px;
	width: 932px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
}

#topbox {
	width: 932px;
	background-repeat: no-repeat;
	display: table;
	height:149px;
	overflow: hidden;
	text-align: left;
}

#contentbox{
	width: 932px;
	text-align: left;
}

#content-left {
	width: 330px;
	float:left;
}

#content-middle {
	width: 290px;
	float:left;
}

#content-right {
	width: 250px;
	overflow: hidden;
}

#content-left, #content-middle, #content-right {
	margin-left: 5px;
	margin-right: 5px;
}


#footer{
	width: 932px;
}

/*styles & classes*/

body {
	background-color:#FFFFFF;
	line-height: 1,25;
}

#flickr_icon_td {padding:0 5px 0 0 !important;}

.smalltext {
	font-size: 11px;
}

.bigtext {
	font-size:14px;
	text-transform: uppercase;
	font-weight: bold;
}

.border {
	border: 1px solid #333333;
	border-collapse: collapse;
}
