/* CSS Document */
html {
	overflow:auto;
}
body, td, th {
	font-family : Verdana, Arial, Helvetica, Sans-serif;
	font-size: 10pt;
	/*font-size-adjust:0.58;*/
	line-height:1.2em;
}

body {
	margin: 0px auto;
	background-color: #A7988D;
	scrollbar-face-color: #F29400;
	scrollbar-shadow-color: white;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: #A7988D;
	scrollbar-darkshadow-color: #A7988D;
	scrollbar-arrow-color: #816C5B;
	scrollbar-track-color: #816C5B;
	overflow:auto;
}

textarea {
	scrollbar-face-color: #F29400;
	scrollbar-shadow-color: white;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: #A7988D;
	scrollbar-darkshadow-color: #A7988D;
	scrollbar-arrow-color: #816C5B;
	scrollbar-track-color: #816C5B;
}

h1, h2 {
	line-height: 1.2em;
}
h1 {
	font-size: 150%;
	margin-bottom: 1.8em;
}

/* SOME DEFAULTS */
table {
    border-collapse:separate;
}
td {
    vertical-align:top;
}
col.number {
    text-align:right;
}

a {
  color: white;
  font-size: inherit;
}
a:hover {
  text-decoration: underline;
}


div {
    position: relative;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
}

ul {
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
	margin-bottom: 0.8em;
}
img {
	border: 0px;
}
img.left-block {
	float:left;
	display:block;
}


* {
	margin-top: 0px;
}

div {
	position: relative;
}
table {
	margin-bottom: 1em;
}

table table {
	margin-bottom: 0px;
}

/* copied from existing website of storemax.eu */

font,h3,h4,body,p,ul,b,i {
	font-family: Verdana, Arial, Helvetica, Sans-serif; 
	font-size: 10pt; 
	color: #FFFFFF;
}

.RodeTekst {
	font-family: Verdana, Arial, Helvetica, Sans-serif; 
	font-size: 9pt; 
	font-weight: bold;
	color: red;
}
h1 {
	font-size: 12pt; 
}

th {
	background-color: #A7988D;
}
td {
	background-color: #816C5B;
}

a:link {
	color: #FFFFFF;
}
a.linkSubmenu:link {
	text-decoration: none;
	color: #000000;
}
a.checkLink:link {
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
}
a.linkSubmenu:visited {
	text-decoration: none;
	color: #000000;
}
a.checkLink:visited {
	text-decoration: none;
	color: #FFDE00;
}
a:active {
	color: #F29400;
}
a.linkSubmenu:active
{
	text-decoration: none;
	color: #000000;
}
a.checkLink:active {
	text-decoration: none;
	color: #FFDE00;
}
a:hover {
	color: #F29400;
}
a.linkSubmenu:hover {
	text-decoration: none;
	color: #000000;
}
a.checkLink:hover {
	text-decoration: none;
	color: red;
}
input {
	background-color: #A7988D;
	font-size: 9pt;
	color: #FFFFFF;
}
select {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 9pt;
	background-color: #A7988D;
	color: #FFFFFF;
	scrollbar-face-color: #F29400;
	scrollbar-shadow-color: white;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: #A7988D;
	scrollbar-darkshadow-color: #A7988D;
	scrollbar-arrow-color: #816C5B;
	scrollbar-track-color: #816C5B;
}
hr {
	color: #F29400;
}
.hidden {
	display : none;
}