/*  LAYOUT  */
body {
  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 */
  background:#ededed; 
  color:#000000;
  background-image:url("http://www.downloadfreeplayers.com/_images/bg_blue3.gif");
  background-repeat:repeat-x;
  font-size:11px;
}
#mijncontainer { 
	width:980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#fff;
    color:#000;
	margin:10px auto; /* the auto margins (in conjunction with a width) center the page */
    padding:0;
	/* border:1px solid #808080; */
	text-align:left; /* this overrides the text-align: center on the body element. */
} 
#headerforum {margin:0; padding:0; background:#fff; color:#000;} 
#headerforum #headerbar { 
	width:980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin:0 auto;
    padding:0;
	text-align:left; /* this overrides the text-align: center on the body element. */
} 
#headerforum #menubartot { margin:0; padding:0; 
  background:#1E6698; /* kleur links en rechts van menu */ 
  font:12px Arial, Helvetica, sans-serif; font-weight:bold;
  border-style:solid; border-color:#777; border-width:1px 0 1px 0;
  } 
#headerforum #menubar { 
	width:980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin:0 auto;
    padding:0;
	text-align:left; /* this overrides the text-align: center on the body element. */
} 
#headerforum h1 {
	margin:0; /* zeroing the margin of the last element in the #header div will avoid margin collapse */
	padding:10px 0; /* using padding instead of margin */
}
#sidebar1 {
  float:left; /* since this element is floated, a width must be given */
  width:175px; /* the background color will be displayed for the length of the content in the column, but no further */
  margin:0;
  padding:0;
  border-style:solid;
  border-color:#3C7FAF;
  border-width:1px 0 0 0;  
}
#mainContent { margin:0 0 0 175px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */ padding:0 0 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */ border-style:solid; border-color:#3C7FAF; border-width:1px 0 0 0; 
} 
#footer {
  width:980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
  margin:3px auto 5px auto; /* the auto margins (in conjunction with a width) center the page */
  padding:0;
} 
#footer p {
	margin:0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding:10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.clearfloat {clear:both; height:0; font-size:1px; line-height:0px; } /* 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 */

/*  PRESENTATIE  */
#headerforum #headerbar .text {margin:30px 0 0 0; text-align:left; width:680px; float:left; font-family:Arial,Helvetica,sans-serif;}
#headerforum #headerbar .text .logo {margin:0;  padding: 0 0 0 10px; text-align:left; width:320px; float:left;}
#headerforum #headerbar .text .logo .dfg { margin:1px 0 0 5px; text-align:left; font-size:28px; font-weight:bold;}
#headerforum #headerbar .text .logo .dfg .download {color:#999;}
#headerforum #headerbar .text .logo .dfg .free     {color:#0177c1;}
#headerforum #headerbar .text .logo .dfg .players  {color:#ec8103;}
#headerforum #headerbar .text .logo .dfg .space {font-size:7px;}
#headerforum #headerbar .text .logo .com {margin:6px 0 0 265px; font-size:14px; font-weight:bold; color:#ccc;}
#headerforum #headerbar .extra {margin:-20px 0 0 0; text-align:center; font-size:17px; font-weight:bold; line-height:21px;}
#headerforum #headerbar .extra .regel1 {color:#999;}
#headerforum #headerbar .extra .regel2 {color:#0177c1;}
#headerforum #headerbar .extra .regel3 {color:#999;}
#headerforum .pic { margin:0; text-align:right;}
#headerforum .bartext {margin:0; padding:1px; background:#1E6698; color:#ffffff; text-align:left; background-image:url("http://www.downloadfreeplayers.com/_images/bluebar.jpg"); }
#headerforum .bartext .text1 {
  width:980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
  margin:0 auto; /* the auto margins (in conjunction with a width) center the page */
  padding:4px 0 3px 0;
  font-family:Arial,Helvetica,sans-serif;
  font-size:11px;
  line-height:100%;
  color:#fff;
  text-align:center;
  font-weight:bold;
}
#headerforum .bartext .text1 a:link    {color:#eee; text-decoration:underline;}
#headerforum .bartext .text1 a:visited {color:#eee; text-decoration:underline;}
#headerforum .bartext .text1 a:hover   {color:#eee; text-decoration:none;}
#headerforum .bartext .text1 a:active  {color:#eee; text-decoration:underline; }

#bottomborder {margin:0; padding:10px 10px 10px 10px; font-size:11px; text-align:center;}	
#bottomborder .copyright {margin-top:10px; font-size:11px; color:#505050;}

.forumplusone {margin:10px 0 7px 0;}
.forumspaminfo {margin:10px 0 7px 0; padding:5px; color:#FF0000; background-color:#FFFF55; font-weight:bold; width:610px;}
