@charset "utf-8";
/* CSS Document */

body {
	background-image:url(bg1.jpg);
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-align: center;
	color: #333;
}
body a{
	color:#333;
	font-size:14px;
	text-decoration:none;
	outline-style:none;
	text-align: left;
}

.hipps {
	font-size: 60px;
}
.byhipps {
	font-size: 12px;
}
.centre {
	text-align: center;
}
.tekstkleur {
	color: #666;
	padding: 35px;
	text-align: justify;
}
.centerimage{
	display: block;
	margin-left: 0px;
	margin-right: auto;
	border:none;
}
.imageborder {
	border:solid 1px #333;
}
.adrestext, a{
	color:#666;
	text-align:left;
	font-size:12px;
}
.tabelborder {
	border:1px solid #633;
	text-align: center;
}

.toplinks a{
	color:#424242;
	text-align:left;
	font-size:20px;
	padding:12px;
	text-decoration:none;
	outline-style:none;
}
.toplinks a:hover{
	color:#63C;
	text-align:left;
	font-size:20px;
	padding:12px;
	outline-style:none;
}

.onderstrepen {
	text-decoration:underline;
}
.textshop {
	color: #000;
}

.onderwerp {
	color: #000;
	font-size: 16px;
}
.tekst_algemene_voorwaarden{
	color: #333;
	font-style:normal;
	font-size:16px;
	margin: 50px;
	text-align: left;
}
.rood {
	color: #F00;
	font-style:normal;
}

.wit {
	color:#FFF;
}

.right {
	text-align:right;
}


#buttons {
	position:relative;
	width: 800px;
	margin: 0 auto;
	left: -20px;
}

a.button {
    background: transparent url('bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

 a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}
