/* TBO-TEXEL.NL */
/* ==================== */


/* SITE TAGS */
/* ==================== */

body {
	margin-left: 50%;
	background-color: #404040;
	background-position: top left;
	font-size: 12px;
	color: #303030;
    overflow: auto;
}

a{
	font-family: Arial, Helvetica, sans-serif;
    text-decoration:none; 
	color: #000000;
}

a:hover{
	color: #606060;
}


/* DIV MENU */
/* ==================== */

div.menu { 
    position:relative;
    top:0; 
    left:0;
    width: 100%;
	color: #606060;
}

div.menu a {
    background: url(../images/chromebg.jpg) top repeat-x;
    text-decoration:none; 
    text-align: center;
    font-size:12px; 
    font-family: Arial;
}

div.menu a:link {
    color: #606060;
	border-top: 1px solid #ffffff;
    border-bottom: 1px solid #606060;
}

div.menu a:active { 
	border-top: 1px solid #606060;
	border-left: 1px solid #606060; 
	border-right: 1px solid #606060;
	border-bottom: 1px solid #ffffff;
}

div.menu a:visited {
    color: #606060;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #606060;
}

div.menu a:hover {
    color: #303030;
	border-top: 1px solid #606060;
	border-left: 1px solid #606060; 
	border-right: 1px solid #606060;
	border-bottom: 1px solid #ffffff;
}


/* CLASS MENUBOX */
/* ==================== */

.menubox, .menuboxlinks{
    height: auto;
	font-size: 12px;
	font-family: Arial;
	text-align:center;
	line-height: 20px;	
	border-top: 1px solid #ffffff;
    border-right: 1px solid #606060;
    border-bottom: 1px solid #606060;
	border-left: 1px solid #ffffff;
}

.menubox{
	width: 100px;
    float: right;
}

.menuboxlinks{
	width: 100%;
    float: left;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* CLASS JUSTIFIER*/
/* ==================== */

.just100 {
	width: 100px;
    float: left;
}

.just150 {
	width: 150px;
    float: left;
}

.just200 {
	width: 200px;
    float: left;
}

.just300 {
	width: 300px;
    float: left;
}

/* CLASS BOX*/
/* ==================== */

.boxheader, .box {
	width: 100%;
	font-size: 12px;
	font-family: Arial;
	text-justify: inter-word;
	text-align: justify;
	padding: 0 3 0 3;
}

.boxheader {
	margin: 15 0 15 0;
	font-weight: bold;
	line-height: 1.6em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFB900;
}

.box {
	margin: 0 0 0 0;
	line-height: 1.3em;	
}

.nawbox {
    position: absolute;
	top: 200;
	left: 0;
	height: 140px;
	width: 175px;
	line-height: 1.6em;
                border-bottom: 1px solid #ffb900;
}

.highlightbox {
	line-height: 1.6em;
                border-top: 1px solid #ffb900;
                border-left: 1px solid #ffb900;
                border-bottom: 1px solid #ffb900;
                border-right: 1px solid #ffb900;
}

.fontbox {
                position: absolute;
	top: 340;
	left: 0;
	width: 175px;
	line-height: 1.6em;
}

/* DIV ID'S */
/* ==================== */

#container {
    position: relative;
	top: 0;
	left: 0;
    height: auto;
	width: 980px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
    margin: 15 0 0 -490px;
}



/* DIV HEADER */
/* ==================== */

#header, #headerlinks, #headerrechts {
	position: relative;
	top: 0;
	left: 0;
}

#header {
	width: 980px;
	height: 113px;
}

#headerlinks {
	width: 175px;
	height: 113px;
	float: left;
}

#headerrechts {
	width: 805px;
	height: 113px;
	float: right;
}


/* DIV MENUBAR */
/* ==================== */

#menubar {
	position: relative;
	top: 0;
	left: 0;
	height: 25px;
	width: 980px;
	/*border-top: 1px solid #404040; */
    background: url(../images/chromebg.jpg) top repeat-x;
}


/* DIV MIDDEN */
/* ==================== */

#midden, #middenlinks, #middenrechts {
	position: relative;
	top: 0;
	left: 0;
}

#midden {
	float: left;
	height: auto;
	width: 980px;
    border-bottom: 1px solid #ffb900;
}

#middenlinks {
	float: left;
	height: 400px;
	width: 175px;
    padding: 25 0 25 0;
    background: url(../images/banier5.jpg) right no-repeat;
}

#middenlinksonder {
	float: left;
	border-top: 1px solid #ffffff;
    border-right: 1px solid #606060;
    border-bottom: 1px solid #606060;
	border-left: 1px solid #ffffff;
}

#middenrechts {
    float: left;
	width: 600px;
    margin: 20 20 20 20;
    /*background: url(../images/tbobg.jpg) no-repeat fixed;*/
    /*border-bottom: 1px solid #ffb900;*/
}

#rechts {
    float: left;
    width: 150px;
    margin: 20 0 20 0;
    /*border-top: 1px solid #ffb900;*/
    /*border-left: 1px solid #ffb900;*/
    /*border-bottom: 1px solid #ffb900;*/
    /*border-right: 1px solid #ffb900;*/
}

/* DIV FOOTER */
/* ==================== */

div.footer a:link {
    color: #909090;
}

#footer{
	position: relative;
	top: 0;
	left: 0;
    color: #909090;
}

