/*  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. */
} 
#header {margin:0; padding:0; background:#fff; color:#000;} 
#header #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. */
} 
#header #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;
  } 
#header #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. */
} 
#header 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  */
#header .text {margin:20px 0 0 0; text-align:left; width:680px; float:left; font-family:Arial,Helvetica,sans-serif;}
#header .text .logo {margin:0;  padding: 0 0 0 10px; text-align:left; width:320px; float:left;}
#header .text .logo .dfg { margin:1px 0 0 5px; text-align:left; font-size:28px; font-weight:bold;}
#header .text .logo .dfg .download {color:#696969;}
#header .text .logo .dfg .free     {color:#1e6698;}
#header .text .logo .dfg .players  {color:#1e6698;}
#header .text .logo .dfg .space {font-size:7px;}
#header .text .logo .com {margin:-5px 0 0 283px; font-size:14px; font-weight:bold; color:#696969;}
#header .extra { margin:0; text-align:center; font-size:20px; font-weight:bold; color:#696969;}
#header .pic { margin:0; text-align:right;}
#header .bartext { margin:0; padding:1px; background:#1E6698; color:#ffffff; text-align:left; background-image:url("http://www.downloadfreeplayers.com/_images/bluebar.jpg"); }
#header .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;
}
#header .bartext .text1 a:link    {color:#eee; text-decoration:underline;}
#header .bartext .text1 a:visited {color:#eee; text-decoration:underline;}
#header .bartext .text1 a:hover   {color:#eee; text-decoration:none;}
#header .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;}
