body  {
	background-attachment: fixed;
	background-color: #687c27;
	background-image: url(/images/back_voetbal.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
	width: 960px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header {
	height: 190px;
} 

/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColLiqHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/

#sidebar1 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 22%; /* top and bottom padding create visual space within this div  */
}

#sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 23%; /* top and bottom padding create visual space within this div */
}

#sidebar1 p,  #sidebar1 h3,  #sidebar2 p,  #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/

#mainContent {
	margin: 0 24% 0 23%;
}

#mainContentbreed {
	margin: 0 0 0 23.5%;
}

#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height:35px;
	z-index:7;
	background-image: url(/images/footer_back.png);
	padding-top: 15px;
	background-repeat: no-repeat;
} 

#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.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 its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#logobloknew {
	position:absolute;
	width:200px;
	height:186px;
	z-index:61;
}

#Inlogblok {
	position:absolute;
	width:300px;
	height:91px;
	z-index:2;
	top: 15px;
	margin-left: 450px;
}

#addthis-symbaloo {
	position: relative;
	left: 0px;
	top: 5px;
}

#topmenu {
	width:950px;
	height:25px;
	z-index:24;
	left: 466px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	padding-top: 10px;
	text-align: right;
}

#toppop {
	width:748px;
	height:115px;
	z-index:2;
	left: 476px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 200px;
}

#mainmenu {
	width:748px;
	height:35px;
	z-index:2;
	left: 476px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 200px;
}

.top-left, .top-right, .bottom-left, .bottom-right { 
	background-image: url(/images/corners-double1280x18.png); /* CHANGE: path and name of your image1 */
	height: 13px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
}

.top-left, .bottom-left { 
	margin-right: 13px; /* CHANGE: replace by the width of one of your corners */
}

.top-right, .bottom-right { 
	margin-left: 13px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -13px;  /* CHANGE: replace by the height of one of your corners */
}

.top-right {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
}

.bottom-left  { 
	background-position: 0 -13px;    /* CHANGE: replace second number by negative height of one of your corners */
}

.bottom-right { 
	background-position: 100% -13px; /* CHANGE: replace second number by negative height of one of your corners */
}

.inside {
	margin-left: 10px;              /* CHANGE: replace by the width of one of your corners */
	margin-right: 10px;             /* YCC: default text-color of the inside */
	padding-left: 10px;             /* YCC: all texts at some distance of the left border */
	padding-right:10px;             /* YCC: all texts at some distance of the right border */
	text-align: left;               /* YCC: position of all texts inside */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}

.notopgap { 											/* DNC: to avoid splitting of the box */
	margin-top: 0;
}    

.nobottomgap {										/* DNC: to avoid splitting of the box */
	margin-bottom: 0;
}

.insideleft, .insideright {
	background-image: url(/images/borders-lr-double18x1.png); /* CHANGE: path and name of your image2 */
	background-repeat: repeat-y;   /* DNC: to pile the image2 as much as needed */
}

.insideright {										/* DNC: position right corner */
	background-position: 100% 0;
} 

a img{
border:0 none;
}

.tekstveld {
	border: 1px solid #CCC;
	width: 260px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input.tekstveld:hover {
	border: 1px solid #666;
}

select.tekstveld:hover {
	border: 1px solid #666;
}

.tekstveld_contact {
	border: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input.tekstveld_contact:hover {
	border: 1px solid #666;
}

select.tekstveld_contact:hover {
	border: 1px solid #666;
}

.tekstveld-error {
	border: 1px solid #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	background-attachment: scroll;
	background-image: url(../images/formulier_error.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.radio-error {
	color: #FF0000;
}

.uitklapmenu_aanmelden {
	border: 1px solid #CCC;
	width: 270px;
}

.uitklapmenu_aanmelden:hover {
	border: 1px solid #666;
}

.geboortedatum {
	border: 1px solid #CCC;
	width: 87px;
}

.geboortedatum:hover {
	border: 1px solid #666;
}
			
.memoveld {
	border : 1px solid #CCC;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

.memoveld-error {
	border: 1px solid #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea.memoveld:hover {
	border: 1px solid #666;
}

.verzend, .reset {
	border-left: 1px solid #666;
	border-top: 1px solid #666;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;			
	background-color: #FFF;
	margin-top: 5px;
}

input.verzend:hover, input.reset:hover {
	background-color: #F68203;
}

.tekstveld-inlog {
	border: 1px solid #CCC;
	width: 125px;
}

.inlogverzend {
	border: 0px;		
	background-color: #F88503;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
	width: 128px;
}

input.inlogverzend:hover {
	background-color: #336600;
}

.nieuw-wachtwoordverzend {
	border: 0px;		
	background-color: #F88503;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
	width: 200px;
}

input.nieuw-wachtwoordverzend:hover {
	background-color: #003399;
}

.invoer_voorspelling {
	width: 25px;
	text-align: center;
	border: 1px solid #CCC;
}

.zoekfunctie {
	width: 150px;
	text-align: left;
	border: 1px solid #CCC;
}

.zoekfunctieverzend {
	border: 0px;		
	background-color: #F88503;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
	width: 100px;
}

input.zoekfunctieverzend:hover {
	background-color: #003399;
}

.ranglijst_speelronde {
	width: 50px;
	font-size:1.3em;
	font-weight:bold;
	color: #006600;
	text-align:center;
}

.eerstedatum {
	background-color:#F88503;
	color:#FFF;
}

.ranglijst_totaal_eigen_regel {
	color: #FF6600;
	font-weight: bold;
}
	
#SearchBox {
	background: url(../images/search_box.png);
	float: left;
	height: 60px;
	width: 305px;
}

#SearchButton {
	float: left;
	height: 60px;
	width: 70px;
}

#SearchInput {
	background: none;
	border: none;
	color: #999999;
	font-size: 16px;
	outline: none;
	margin: 20px;
	width: 280px;
}

#SearchResults {
	background: #F88503;
	display: none;
	overflow: auto;
	position: absolute;
	width: 330px;
	z-index: 99;
}

#SearchResults a {
	color: #FFFFFF;
	display: block;
	padding: 5px 5px 5px 15px;
	text-decoration: none;
}

#SearchResults a .highlight {
	color: #039;
}

#SearchResults a:hover {
	color: #FFFFFF;
	background: #F60;
	text-decoration: none;
}

.active {
	color: #333333;
	background: #F60;
}

#load {
	display: none;
	position: relative;
	left: -25px;
	top: -47px;
	background: url(../images/loader.gif);
	width: 32px; /*129 bij 33 is goede format*/
	height: 32px;
	text-indent: -9999em;
	z-index:99;
}

#lavaLampVariableImage {
position: relative;
width: 444px;
background: url("http://www.wijhoudenvanvoetbal.nl/images/bg.gif") no-repeat top;
padding: 15px;
padding-right:5px;
margin: 10px 0;
overflow: hidden;
height:40px;
}
#lavaLampVariableImage li {
float: left;
list-style: none;
}
#lavaLampVariableImage li.backLava {
background: url("http://www.wijhoudenvanvoetbal.nl/images/lava.gif") no-repeat right -30px;
width: 9px; height: 30px;
z-index: 8;
position: absolute;
}
#lavaLampVariableImage li.backLava .leftLava {
background: url("http://www.wijhoudenvanvoetbal.nl/images/lava.gif") no-repeat top left;
height: 30px;
margin-right: 9px; /* 7px is the width of the rounded shape */
}
#lavaLampVariableImage li a {
font: bold 14px arial;
text-decoration: none;
color: #fff;
outline: none;
text-align: center;
top: 7px;
text-transform: uppercase;
letter-spacing: 0;
z-index: 10;
display: block;
float: left;
height: 30px;
position: relative;
overflow: hidden;
margin: auto 8px;    
}
#lavaLampVariableImage li a:hover, #lavaLampVariableImage li a:active, #lavaLampVariableImage li a:visited {
color: #fff;
border: none;
}

.speechbubble {
	font-family: "Comic Sans MS", cursive;
	font-size: 13px;
	width: 468px;	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.comments {
  display: block;
	border-left: 1px solid #F88503;
	border-right: 1px solid #F88503;
  background: #FFF;
  color: #000;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.commentator {
	padding: 15px 0 0 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #000;
	margin-bottom: 25px;
	background: url(http://www.wijhoudenvanvoetbal.nl//forum/pijl.jpg) no-repeat;
	background-position: 20px 0px;
	position: relative;
	top: 0px;
}
   
.rnd_top, .rnd_bottom {display:block; background:#FFFFFF; font-size:1px;}
.rnd_b1, .rnd_b2, .rnd_b3, .rnd_b4 {display:block; overflow:hidden;}
.rnd_b1, .rnd_b2, .rnd_b3 {height:1px;}
.rnd_b2, .rnd_b3, .rnd_b4 {background:#FFF; border-left:1px solid #F88503; border-right:1px solid #F88503;}
.rnd_b1 {margin:0 5px; background:#F88503;}
.rnd_b2 {margin:0 3px; border-width:0 2px;}
.rnd_b3 {margin:0 2px;}
.rnd_b4 {height:2px; margin:0 1px;}

.uitklapmenu {
	padding: 0;
	width: 170px;
	margin-right: 0;
	margin-left: 0;
	border: none;
}

.uitklapmenu:hover {
	border: none;
}

a.menuitem {
	color: #FF6600;
	display: block;
	position: relative;
	text-decoration: none;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 0px 4px 40px;
	margin-left: -10px;
	border: none;
	background-image: url(http://www.wijhoudenvanvoetbal.nl/images/bal.jpg);
	background-repeat: no-repeat;
}

a.menuitem:hover{
	color: #000;
}

.uitklapmenu div.submenu{ /*DIV that contains each sub menu*/
	background-color: #FFF;
}

.uitklapmenu div.submenu ul{ /*UL of each sub menu*/
margin-left: 32px;
padding-left: 32px;
}

.uitklapmenu div.submenu ul li a{
	display: block;
	color: #FF6600;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 10px;
	margin-left: -8px;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	list-style-image:url(http://www.wijhoudenvanvoetbal.nl/images/bal.jpg);
}

.uitklapmenu div.submenu ul li a:hover{
	color: #000;	
}

body#subleague a.subleague,
body#krabbels a.krabbels,
body#gebruikerspagina a.gebruikerspagina,
body#profiel a.profiel {
  background-repeat: no-repeat;
  background-position: 90px center;
  background-color: #F88503;
  background-image: url(http://www.wijhoudenvanvoetbal.nl/oranje/images/arrowbullet.png);
  color: white;
  display: block;
  width: 95px;
  line-height: 15px;
  vertical-align: middle;
  padding-left: 10px;
  text-decoration: none;
}