@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #000;
/*	background-image: url(../images/Domino_Mat_Zwart_vierkant.jpg);
	background-repeat: repeat;*/
	background-attachment: fixed;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #fff;
}

.thrColFixHdr #container { 
	width: 1000px;  
	background: #000; 
	margin: 0 auto; 
	border: none;
	text-align: left; 
}

.thrColFixHdr #header { 
	/*background: #a6a6a6;*/
	background-image: url(../images/Header2.png);
	height: 450px;
	padding: 0;
} 

/*.thrColFixHdr #header h1 {
	margin: 0; 
	padding: 0;
}*/

.thrColFixHdr #nav {
	width: 992px;
	height: 50px;
	background: #a6a6a6;
	border-left: 4px solid #ed1c24;
	border-right: 4px solid #ed1c24;
    float: left;
}

.thrColFixHdr #nav ul {
    margin-left: 113px;
/*    margin-right: 113px;  */
    padding: 0;
    list-style: none;
}

/* float each list element inline */
.thrColFixHdr #nav li {
    float: left;
    display: inline;
}

/* style the links in the nav list */
.thrColFixHdr #nav a {
    display: block;
    margin: 0;
    padding-left: 25px;
    padding-right: 25px;
    text-decoration: none;
    font-weight: bold;
    font-size: 100%;
    color: #FFF;
}
  
.thrColFixHdr #nav a:link, .thrColFixHdr #nav a:visited {
    color: #000;
}
   
.thrColFixHdr #nav a:hover, .thrColFixHdr #nav a:active {
    color: #666;
}

.thrColFixHdr #thispage a:link, .thrColFixHdr #thispage a:visited,
.thrColFixHdr #thispage a:hover, .thrColFixHdr #thispage a:active {
	color:#000;
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 113px;
	height: 539px;
	/*background-image:url(../images/Left-column.jpg);*/
	border-left: 4px solid #ed1c24;
	/*width: 150px;*/ /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #a6a6a6; /* the background color will be displayed for the length of the content in the column, but no further */
	/*padding: 15px 10px 15px 20px;*/ /* padding keeps the content of the div away from the edges */
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 113px;
	height: 539px;
	/*background-image:url(../images/Right-column.jpg);*/
	border-right: 4px solid #ed1c24;
	/*width: 160px;*/ /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #a6a6a6; /* the background color will be displayed for the length of the content in the column, but no further */
	/*padding: 15px 10px 15px 20px;*/ /* padding keeps the content of the div away from the edges */
}

.thrColFixHdr #mainContent { 
	margin: 0 117px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 90%;
	/*background: #000;*/
	background-image: url(../images/main.png);
	background-repeat: no-repeat;
}


.thrColFixHdr #mainContent h1{
	padding-top: 50px;
	font-size: 100%;
}

.thrColFixHdr #mainContent img{
	border: none; 
}

.contact {
	color: #999;
}

.email {
	color: #fff;
}




.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #a6a6a6;
	height: 112px;
	border-bottom: 4px solid #ed1c24;
	border-left: 4px solid #ed1c24;
	border-right: 4px solid #ed1c24;
} 

.thrColFixHdr #footer p {
	margin: 0; 
	padding-top: 50px;
	text-align: center;
	font-size: 60%;
	color: #333;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}


