@charset "utf-8";

.scroll{
	
	width:800px;
	overflow:auto;
	margin:0; padding:5px; border:0;
	scrollbar-face-color: #6095C1;
	scrollbar-highlight-color: #C2D7E7;
	scrollbar-3dlight-color: #85AECF;
	scrollbar-darkshadow-color: #427AA8;
	scrollbar-shadow-color: #315B7D;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #4DECF8S;
	text-align:justify;
}
* html .scroll{
	overflow-y: scroll; 
	overflow-x: hidden;
}

body {

	background-color: #464646;

	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */

	padding: 0;

	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

	color: #000000;

}

img {
border:0px;
}



.hoofding {								/*Template: Supporterclub Lierse-Boven*/

font-style:normal;

font-size: 50px;

color: #FFFF00;

text-decoration:none

}



.indextitel {							/*Home: Titeltjes*/

font-style:normal;

font-size: 20px;

color: #000000;

text-decoration:underline;

font-family:"Arial Narrow";

text-transform:uppercase;

font-weight:bold

}

.indextitelsmall {							/*Home: Kleine titeltjes*/

font-style:normal;

font-size: 18px;

color: #000000;

text-decoration:underline;

font-family:"Arial Narrow";

text-transform:uppercase;

font-weight:bold

}

a.indextitel:link {							/*Home: Titeltjes*/

font-style:normal;

font-size: 20px;

color: #000000;

text-decoration:underline;

font-family:"Arial Narrow";

text-transform:uppercase;

font-weight:bold

}

a.indextitel:visited {							/*Home: Titeltjes*/

font-style:normal;

font-size: 20px;

color: #000000;

text-decoration:underline;

font-family:"Arial Narrow";

text-transform:uppercase;

font-weight:bold

}

a.indextitel:hover {							/*Home: Titeltjes*/

font-style:normal;

font-size: 20px;

color: #000000;

text-decoration:underline;

font-family:"Arial Narrow";

text-transform:uppercase;

font-weight:bold

}

a.indextitel:active {							/*Home: Titeltjes*/

font-style:normal;

font-size: 20px;

color: #000000;

text-decoration:underline;

font-family:"Arial Narrow";

text-transform:uppercase;

font-weight:bold

}





.standaard {							/*standaard lettertype voor gewone tekst*/

font-style:normal;

font-size: 13px;

color: #000000;

text-decoration:none;

font-family:Arial;

font-weight: 100;

}

.standaardindex {							/*standaard lettertype voor gewone tekst*/

font-style:normal;

font-size: 13px;

color: #000000;

text-decoration:none;

font-family:Arial;

font-weight: bold

}

.standaardrood {						/*standaard lettertype in het rood*/

font-style:normal;

font-size: 13px;

color: #FF0000;

text-decoration:none;

font-family:Arial

}

.standaardblauw {

font-style:normal;

font-size: 13px;

color: #0000FF;

text-decoration:none;

font-family:Arial

}





.paginatitel {							/*De titel op elke pagina*/

font-style:normal;

font-size: 24px;

color: #000000;

text-decoration:underline;

font-family:"Arial Narrow";

text-transform:uppercase

}





.referentie {							/*Made by...*/

font-style:normal;

font-size: 12px;

color: #000000;

text-decoration:none

}





.klein {

font-style:normal;

font-size: 8px;

color: #0000FF;

text-decoration:none

}





a.knoppen:link {						/*Stijl voor de knoppen op de template*/

text-decoration: none;

font-style:normal;

font-size: 22px;

color: #000000;

text-decoration:none

}

a.knoppen:visited {						/**/

text-decoration: none;

color: #000000;

font-style:normal;

font-size: 22px;

text-decoration:none

}

a.knoppen:hover {						/**/

text-decoration: none;

color: #000000;

font-style:normal;

font-size: 22px;

text-decoration:none

}

a.knoppen:active {						/**/

text-decoration: none;

color: #000000;

font-style:normal;

font-size: 22px;

text-decoration:none

}





a:link {

text-decoration: none;

color:#0000FF;

}			/**/

a:visited {								/**/

	text-decoration: none;

	color:#0000FF;

}

a:hover {								/**/

	text-decoration: none;

	color:#0000FF;

}

a:active {								/**/

	text-decoration: none;

	color:#0000FF;

}

.divrandlicht {
	
	border: 2px solid #aeac83;
	margin: 4px;
}

.divranddonker {
	
	border: 2px solid #6c6c66;
	margin: 4px;
}

.imgledenlijst {
	margin:5px;
	margin-right:15px;
	
}

.tabel {
	width: 550px;
	-moz-border-radius: 4px;
	padding: 4px;

}

.wedstrijd {
	width: 300px;
	-moz-border-radius: 4px;
	padding: 4px;
	height: 62px;

}

.oefen {
	width: 200px;
	-moz-border-radius: 4px;
	padding: 4px;
	height: 40px;

}

.ledenlijst {
	width: 300px;
	-moz-border-radius: 4px;
	padding: 4px;
	height: 85px;

}

.pagina {
	padding-left: 60px;
	padding-right: 60px
}

.floatlinks {
	float:left
}

.floatrechts {
	float:rechts
}



/* CSS Document */


