@charset "utf-8";

body{
	background: url(images/bg.png) repeat-x scroll 0 0 #2E6886;
	margin:20px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
#wrapper { background: #fff; width:770px; margin:0px auto; -moz-border-radius:25px 25px 25px 25px; border:4px solid #CCCCCC;}
.divwrap { padding-bottom:20px; padding-top:10px;}
#header { height:71px; background: #fff url(images/goedkoop_dvd_persen.png) top left no-repeat; -moz-border-radius: 20px 20px 0 0;}
#container {float:left;}
#sidebar {width:177px; float:right; height:900px; background:#20333f url(images/discman.png) top no-repeat; 
-moz-border-radius: 0 20px 20px 0;}

.boxleft { color:#04273F; float:left; padding: 0 15px; line-height:15px; width:250px; font:Arial, Helvetica, sans-serif; font-size: 11px; text-align:left;}
.boxright {float:right; width:300px;}
.buttons img {padding:5px 0; border:none;}

#menu ul{list-style-type:none; margin:12px 0; padding:0; text-align:center;}
#menu ul li {display:inline; border-left:solid 1px #CCCCCC;}
#menu ul li#firstitem{display:inline; border:none;}
#menu ul li a{color:#fff; font-size:11px; font-weight:bold;  margin:4px; padding:8px 12px; text-decoration:none;}
#menu ul li a:hover{color:yellow;}

ul#list li{ margin-left: -25px; background:url(images/disc-icon.png) no-repeat; padding-left:25px; height:23px; line-height:17px; list-style-type:none; }

#links {color: #CCCCCC; font-size:10px; padding-top:300px; text-align:center;}

#links a {color: #CCCCCC; text-decoration:none; font-size:10px; }

h1 {color:#FFFFFF;}
h2 {color:#F93333; font-size:11px; letter-spacing:1px;}
.clear {clear:both;}
.copyright {font-size:10px; color:#fff; padding-top:10px;}
