/* clear all */
* {
margin: 0;
padding: 0;
font-family: Arial;
font-size: 1em;
}
a {
outline: none;
color: #000;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
img {
border: 0;
}
ul {
list-style-type: none;
}
body {
font-size: 62.5%;
color: #000;
background: #fff url("../images/site_background.png") repeat-x 0 0;
}
button {
cursor: pointer;
}
.end {
clear: both;
}
/* site */
#site {
width: 964px;
margin: 0 auto;
}
/* top menu */
#top_menu {
margin: 11px 0 15px 0;
height: 25px;
background: transparent url("../images/top_menu_off.png") no-repeat 0 0;
}
#top_menu li {
display: inline;
}
#top_menu a {
display: block;
height: 25px;
float: left;
margin-right: 2px;
text-indent: -5000px;
}
#top_menu a#tm_1 {
width: 118px;
}
#top_menu a#tm_2 {
width: 116px;
}
#top_menu a#tm_3 {
width: 182px;
}
#top_menu a#tm_4 {
width: 116px;
}
#top_menu a#tm_5 {
width: 116px;
}
#top_menu a#tm_6 {
width: 116px;
}
#top_menu a#tm_1:hover {
background: transparent url("../images/top_menu_on.png") no-repeat 0 0;
}
#top_menu a#tm_2:hover {
background: transparent url("../images/top_menu_on.png") no-repeat -120px 0;
}
#top_menu a#tm_3:hover {
background: transparent url("../images/top_menu_on.png") no-repeat -238px 0;
}
#top_menu a#tm_4:hover {
background: transparent url("../images/top_menu_on.png") no-repeat -422px 0;
}
#top_menu a#tm_5:hover {
background: transparent url("../images/top_menu_on.png") no-repeat -540px 0;
}
#top_menu a#tm_6:hover {
background: transparent url("../images/top_menu_on.png") no-repeat -658px 0;
}
/* columns */
#menu_column {
float: left;
width: 200px;
}
#contents {
float: left;
width: 565px;
}
#sidebar {
float: right;
width: 185px;
}
/* menu */
#menu_column #menu {
width: 181px;
height: 244px;
background: transparent url("../images/left_menu_background.png") no-repeat 0 0;
}
#menu_column #menu h5 {
padding: 20px 0 10px 25px;
color: #fff;
font-size: 1.8em;
font-weight: normal;
}
#menu_column #menu ul li a {
margin: 0 0 4px 13px;
padding: 6px 0 0 28px;
display: block;
width: 128px;
height: 20px;
color: #4e4f45;
font-size: 1.3em;
background: transparent url("../images/left_menu_item.png") no-repeat 0 0;
}
#menu_column #menu ul li a:hover {
text-decoration: none;
}
#menu_column #menu .meer {
display: block;
float: right;
margin: 5px 12px 0 0;
padding: 0 0 0 10px;
background: transparent url("../images/left_menu_pijl.png") no-repeat 0 3px;
}
/* contents */
#contents #heading {
width: 565px;
height: 117px;
margin-bottom: 15px;
background: transparent url("../images/heading_background.png") no-repeat 0 0;
color: #fff;
}
#contents #heading h2 {
padding: 10px 20px 10px 20px;
font-size: 2.3em;
}
#contents #heading p {
color: #fff;
padding: 0 20px;
font-size: 1.3em;
}
#contents h3 {
margin: 20px 0 0 0;
font-weight: normal;
font-size: 1.4em;
line-height: 1.4em;
color: #f78f1e;
}
#contents h4 {
margin: 5px 0 10px 0;
font-weight: normal;
font-size: 1.1em;
line-height: 1.1em;
color: #999;
}
#contents p {
color: #4e4f45;
font-size: 1.1em;
line-height: 1.1em;
}
#contents p a {
font-weight: bold;
color: #3d9bde;
padding-left: 12px;
background: transparent url("../images/pijl.png") no-repeat 4px 3px;
}
/* sidebar*/
#sidebar div {
margin-bottom: 15px;
}
#actievoorwaarden {
width: 165px;
height: 25px;
padding: 226px 10px 12px 10px;
background: transparent url("../images/actievoorwaarden.png") no-repeat 0 0;
}
#actievoorwaarden a {
display: block;
text-indent: -5000px;
width: 165px;
height: 25px;
}
#reseller_worden {
width: 185px;
height: 126px;
background: transparent url("../images/reseller_worden.png") no-repeat 0 0;
}
#reseller_worden a {
display: block;
text-indent: -5000px;
width: 185px;
height: 126px;
}
/* footer */
#footer {
clear: both;
border-top: 85px solid #fff;
border-bottom: 15px solid #fff;
}
#footer p {
color: #8E8E86;
text-align: right;
height: 14px;
padding: 4px 7px;
font-size: 1.1em;
background: transparent url("../images/footer_background.png") no-repeat 0 0;
}
#footer a {
color: #8E8E86;
}