1. /* clear all */
  2.  
  3. * {
  4.         margin: 0;
  5.         padding: 0;
  6.         font-family: Arial;
  7.         font-size: 1em;
  8. }
  9.  
  10. a {
  11.         outline: none;
  12.         color: #000;
  13.         text-decoration: none;
  14. }
  15.  
  16. a:hover {
  17.         text-decoration: underline;
  18. }
  19.  
  20. img {
  21.         border: 0;
  22. }
  23.  
  24. ul {
  25.         list-style-type: none;
  26. }
  27.  
  28. body {
  29.         font-size: 62.5%;
  30.         color: #000;
  31.         background: #fff url("../images/site_background.png") repeat-x 0 0;
  32. }
  33.  
  34. button {
  35.         cursor: pointer;
  36. }
  37.  
  38. .end {
  39.         clear: both;
  40. }
  41.        
  42. /* site */
  43.  
  44. #site {
  45.         width: 964px;
  46.         margin: 0 auto;
  47. }
  48.        
  49. /* top menu */ 
  50.        
  51. #top_menu {
  52.         margin: 11px 0 15px 0;
  53.         height: 25px;
  54.         background: transparent url("../images/top_menu_off.png") no-repeat 0 0;
  55. }
  56.  
  57. #top_menu li {
  58.         display: inline;
  59. }
  60.  
  61. #top_menu a {
  62.         display: block;
  63.         height: 25px;
  64.         float: left;
  65.         margin-right: 2px;
  66.         text-indent: -5000px;
  67. }
  68.  
  69. #top_menu a#tm_1 {
  70.         width: 118px;
  71. }
  72.  
  73. #top_menu a#tm_2 {
  74.         width: 116px;
  75. }
  76.  
  77. #top_menu a#tm_3 {
  78.         width: 182px;
  79. }
  80.  
  81. #top_menu a#tm_4 {
  82.         width: 116px;
  83. }
  84.  
  85. #top_menu a#tm_5 {
  86.         width: 116px;
  87. }
  88.  
  89. #top_menu a#tm_6 {
  90.         width: 116px;
  91. }
  92.  
  93. #top_menu a#tm_1:hover {
  94.         background: transparent url("../images/top_menu_on.png") no-repeat 0 0;
  95. }
  96.  
  97. #top_menu a#tm_2:hover {
  98.         background: transparent url("../images/top_menu_on.png") no-repeat -120px 0;
  99. }
  100.  
  101. #top_menu a#tm_3:hover {
  102.         background: transparent url("../images/top_menu_on.png") no-repeat -238px 0;
  103. }
  104.  
  105. #top_menu a#tm_4:hover {
  106.         background: transparent url("../images/top_menu_on.png") no-repeat -422px 0;
  107. }
  108.  
  109. #top_menu a#tm_5:hover {
  110.         background: transparent url("../images/top_menu_on.png") no-repeat -540px 0;
  111. }
  112.  
  113. #top_menu a#tm_6:hover {
  114.         background: transparent url("../images/top_menu_on.png") no-repeat -658px 0;
  115. }
  116.  
  117. /* columns */
  118.  
  119. #menu_column {
  120.         float: left;
  121.         width: 200px;
  122. }
  123.  
  124. #contents {
  125.         float: left;
  126.         width: 565px;
  127. }
  128.  
  129. #sidebar {
  130.         float: right;
  131.         width: 185px;
  132. }
  133.  
  134. /* menu */
  135.        
  136. #menu_column #menu {
  137.         width: 181px;
  138.         height: 244px;
  139.         background: transparent url("../images/left_menu_background.png") no-repeat 0 0;
  140. }
  141.  
  142. #menu_column #menu h5 {
  143.         padding: 20px 0 10px 25px;
  144.         color: #fff;
  145.         font-size: 1.8em;
  146.         font-weight: normal;
  147. }
  148.  
  149. #menu_column #menu ul li a {
  150.         margin: 0 0 4px 13px;
  151.         padding: 6px 0 0 28px;
  152.         display: block;
  153.         width: 128px;
  154.         height: 20px;
  155.         color: #4e4f45;
  156.         font-size: 1.3em;
  157.         background: transparent url("../images/left_menu_item.png") no-repeat 0 0;
  158. }
  159.  
  160. #menu_column #menu ul li a:hover {
  161.         text-decoration: none;
  162. }
  163.  
  164. #menu_column #menu .meer {
  165.         display: block;
  166.         float: right;
  167.         margin: 5px 12px 0 0;
  168.         padding: 0 0 0 10px;
  169.         background: transparent url("../images/left_menu_pijl.png") no-repeat 0 3px;
  170. }
  171.        
  172. /* contents */
  173.  
  174. #contents #heading {
  175.         width: 565px;
  176.         height: 117px;
  177.         margin-bottom: 15px;
  178.         background: transparent url("../images/heading_background.png") no-repeat 0 0;
  179.         color: #fff;
  180. }
  181.  
  182. #contents #heading h2 {
  183.         padding: 10px 20px 10px 20px;
  184.         font-size: 2.3em;
  185. }
  186.  
  187. #contents #heading p {
  188.         color: #fff;
  189.         padding: 0 20px;
  190.         font-size: 1.3em;
  191. }
  192.  
  193. #contents h3 {
  194.         margin: 20px 0 0 0;
  195.         font-weight: normal;
  196.         font-size: 1.4em;
  197.         line-height: 1.4em;
  198.         color: #f78f1e;
  199. }
  200.  
  201. #contents h4 {
  202.         margin: 5px 0 10px 0;
  203.         font-weight: normal;
  204.         font-size: 1.1em;
  205.         line-height: 1.1em;
  206.         color: #999;
  207. }
  208.  
  209. #contents p {
  210.         color: #4e4f45;
  211.         font-size: 1.1em;
  212.         line-height: 1.1em;
  213. }
  214.  
  215. #contents p a {
  216.         font-weight: bold;
  217.         color: #3d9bde;
  218.         padding-left: 12px;
  219.         background: transparent url("../images/pijl.png") no-repeat 4px 3px;
  220. }
  221.        
  222. /* sidebar*/   
  223.  
  224. #sidebar div {
  225.         margin-bottom: 15px;
  226. }
  227.  
  228. #actievoorwaarden {
  229.         width: 165px;
  230.         height: 25px;
  231.         padding: 226px 10px 12px 10px;
  232.         background: transparent url("../images/actievoorwaarden.png") no-repeat 0 0;
  233. }
  234.  
  235. #actievoorwaarden a {
  236.         display: block;
  237.         text-indent: -5000px;
  238.         width: 165px;
  239.         height: 25px;
  240. }
  241.  
  242. #reseller_worden {
  243.         width: 185px;
  244.         height: 126px;
  245.         background: transparent url("../images/reseller_worden.png") no-repeat 0 0;
  246. }
  247.  
  248. #reseller_worden a {
  249.         display: block;
  250.         text-indent: -5000px;
  251.         width: 185px;
  252.         height: 126px;
  253. }
  254.        
  255. /* footer */
  256.  
  257. #footer {
  258.         clear: both;
  259.         border-top: 85px solid #fff;
  260.         border-bottom: 15px solid #fff;
  261. }
  262.  
  263. #footer p {
  264.         color: #8E8E86;
  265.         text-align: right;
  266.         height: 14px;
  267.         padding: 4px 7px;
  268.         font-size: 1.1em;
  269.         background: transparent url("../images/footer_background.png") no-repeat 0 0;
  270. }
  271.  
  272. #footer a {
  273.         color: #8E8E86;
  274. }
  275.