/* layout */

body.bg {
	/* background-color: #3b3835; */
	background-color : #000000;
}

div#MainFrame {
	width : 1000px;
	background-color:#000000;
	/* border : thick solid #000000; */
}

div#Header { 
	width : 100%;
	background-color: #000000;
}

div#Contents {
	width : 99%;
	padding : 0em;
	/* background-color: #FFFFFF; */
	background-image: url(images/DeBixons_logo_main_grey.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: center;
}

div.LeftFrame {	
	float : left;
	width : 65%;
	margin : 0.0em;
}

div.RightFrame {
	float : right;
	width : 33%;
	margin : 0.0em;
	border-left : thin solid #b2b2b2;
}

div.LeftFrame50 {	
	float : left;
	width : 50%;
	margin : 0.0em;
}

div.RightFrame50 {
	float : right;
	width : 49%;
	margin : 0.0em;
	border-left : thin solid #b2b2b2;
}

div.Full {
	clear : left;
	text-align: center;
}

div.photoalbum {
	clear : left;
	text-align: center;
}

div#Footer {
	clear : left;
	width : 100%;
	text-align: center;
	background-color: #FFFFFF;
}

img.border {
	width: 270px;
	border : thick solid #FFFFFF;
}

img#ploegfoto {
	width: 500px;
	border : thick solid #FFFFFF;
}

img.speler {
	width:  150px;
	border : thick solid #FFFFFF;
}

img.links {
	margin-bottom : 1em;
	text-decoration: none;
	border: 0;
}

/* MENU */

/* MenuLayout */

table#menu{
    width: 100%;
    text-align: center;
	
}

td.MenuButton{
    /*background-color: #8f0007;*/
    background-image: url(images/button.png);
    background-color: #face25;
    color: #000000;
    margin-right : 0em;
    padding : 0em;
    /* border: thin solid #FFFFFF; */
}

td.MenuButtonSelected{
    /*background-color: #a4797b;*/
    background-color :#ffffff;
    color: #000000;
    margin-right : 0em;
    padding : 0em;
    /* border: thin solid #FFFFFF; */
}

a.menuLink{
    font-family: sans-serif;
    color: #000000;
    text-decoration:none;
}

div#Nieuws {
    clear : left;
    width : 100%;
    margin : 0em;
}


/*								 */
/* text opmaak: Algemeen */
/*								 */

h1{
    /*color : #FFFFFF;*/
    color: #fbca21;
    text-align: left;
    font-size: 22px;
    font-family: sans-serif;
}

h2{
    color : #FFFFFF;
    margin-left: 10px;
    text-align: left;
    font-size: 20px;
    font-family: sans-serif;
}

p{
    color : #FFFFFF;
    margin-left:2Opx;
    margin-right:2Opx;
    text-align: justify;
    font-family: sans-serif;
    font-size:  14px;
}

ul{
    text-align: left;
    color: #FFFFFF;
}

table {
    color : #FFFFFF;
}

th {
    color : #000000;
    background-color: #FFFFFF;
    text-align: center;
}

a {
	color : #FFFFFF;
}
/* text opmaak: specifiek */

p#Footer {
	color : #000000;
	text-align: center;
	font-size: 10px;
	font-family: sans-serif;
}

p#nieuwsdatum {
	text-align: right;
	font-size: 12px;
}


table.klassementT {
	color : #FFFFFF;
	text-align: center;
	margin-right: 20px;
}

.klassementTB {
	color : #fbca21; /*#FFFFFF;*/
	text-align: center;
	font-weight: bold;
	margin-right: 20px;
}

table td.klassement{
	color : #FFFFFF;
	margin: 20px;
	padding: 5px;
}


hr {
	 color: #FFFFFF;
	 border: 0;
	 background-color: #FFFFFF;
    height: 2px;
    margin-right : 3px;
    padding: 0px;
}

.footerText {
	margin-top : 20px;
	background-color: #DDDDDD;
	opacity: .8;
	filter: alpha(opacity=80);
	font-size: 0.8em;
}
