/* Veloshop Deluxe Style Sheet
	 ( c ) 2009 Ruben Hendrickx 
	 ruben.hendrickx@dnsmaster.be
	 */
	 
body {
	padding-right: 0px;
	padding-bottom: 0px;
	background-image: url("/09/lay/back.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #3F0000;
}
	 
td {
	vertical-align: top;
}

p, li, th, td {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 12px;
	color: 586062;
	padding: 0px;
	margin: 0px;
	text-align: left;
	line-height: 1.2em;
}

h1 {
	font-family: Arial, sans-serif;
	font-weight: normal;
	color: #b10b00;
	padding: 0px;
	margin: 0px;
	letter-spacing: -4px;
	font-size: 42px;
	line-height: 1.2em;
	padding-bottom: 10px; 
}

h2 {
	font-family: Arial, sans-serif;
	padding: 0px;
	margin: 0px;
	letter-spacing: -1px;
	font-size: 20px;
	font-weight: bold;
	color: #8e9698;
	line-height: 1em;
}

h3, .t {
	font-family: Arial, sans-serif;
	color: #586062;
	font-size: 26px;
	font-weight: normal;
	letter-spacing: -2px;
	padding: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin: 0px;	
}

.headline {
	font-family: Trebuchet MS, Arial, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 15px;
}

legend {
	font-family: Trebuchet MS, Arial, sans-serif;
	color: #909090;
	font-size: 15px;
	padding: 6px;
}

fieldset {
	padding: 10px;
}

hr {
	border: none; 
	border-bottom: 1px solid #ccc; 
	height: 0;
	padding: 0px;
	margin: 0px;
}

.ofs_s {
	text-decoration: none;
	padding: 4px;
	border: 1px solid #e0e0e0;
	background-color: #0167b1;
	color: #ffffff;
	font-size: 10px;
	line-height: 1.8em;
}

/* tabel */
table.cn {
	background-image: url("/09/lay/cn_top.jpg");
	background-repeat: no-repeat;
	background-position: top center;
}

td.cn {
	background-image: url("/09/lay/cn_loop.jpg");
	background-repeat: repeat-y;
	background-position: top center;
}

td.ft {
	background-image: url("/09/lay/ft_back.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	padding-left: 120px;
	padding-right: 120px;
	padding-top: 80px;
}

/* div styles */

div.hl {
	padding: 4px;
	margin: 4px;
	border: 1px solid #e0e0e0;
	background-color: #f7f7f7;
	color: #333333;
	font-size: 10px;
	float: left;
}

div.pg {
	padding: 10px;
	border: 1px solid #d0d0d0;
	background-image: url("/09/lay/pg_back.jpg");
	background-repeat: no-repeat;
	background-position: bottom left;
}

/* tekststijlen */

p.ft {
	font-size: 11px;
	color: #606060;
	line-height: 2em;
}

.sub, sub {
	font-size: 11px;
}

.cn p { 
	padding-bottom: 6px; 
}

.sft {
	color: #909090;
}

p.menu {
	font-family: helvetica, arial, sans-serif;
	text-align: right;
	font-size: 28px;
	letter-spacing: -2px;
	font-weight: normal;
	margin-right: 10px;
}

.wit p, .wit h1, .wit h2, .wit h3 {
	color: #ffffff;
}

.bc {
	color: #c0c0c0;
	font-size: 10px;
	padding: 6px;
}

p.pg_t {
  font-family: georgia, serif;
	text-align: left;
	font-size: 36px;
	letter-spacing: -2px;
	font-weight: normal;
	margin-bottom: -6px;
}

h1.pg_t {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: 1px solid #e0e0e0;
	text-align: left;
	margin-left: 70px;
	margin-right: 70px;
	padding-left: 20px;
}

.p_t {
  font-family: georgia, serif;
	text-align: left;
	font-size: 20px;
	letter-spacing: -1px;
	font-weight: normal;
	margin-bottom: -6px;
}

/* afbeeldingen */

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.dia {
	padding: 4px;
	margin: 4px;
	border: 1px solid #e0e0e0;
	background-color: #f7f7f7;
	color: #333333;
	font-size: 10px;
	float: left;
}

img.tsr {
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
}

/* highlight */
.highlight {
	background-color: #f4f4b1;
	padding-left: 4px;
	padding-right: 4px;
}

/* forms */
form {
	padding: 0px;
	margin: 0px;
}

input, textarea, select {
	font-size: 11px;
	background-color: #f0f0f0;
	border: 1px inset;
}

input.submit {
	font-size: 11px;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	padding: 4px;
	margin: 4px;
	border: 1px outset; 
	background-color: #640000;
}

/* lists */

ul {
	list-style-type: square;
	display: inline-block;
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 30px;
	padding-right: 10px;
	border: 1px solid #e5e5e5;
	background-color: #f5f5f5;
}

li {
	padding-bottom: 6px;
}

/* hyperlinks */
a, a:link, a:visited {
	color: 303030;
	text-decoration:none;
}

a:hover {
	background-color: #ffd9d6;
	color: #000000;
}

p a, a.p {
	border-bottom: 1px #ffd9d6 solid;
}

a.l, a.l:link, a.l:visited {
	background-color: #ffd9d6;
	padding-left: 4px;
	padding-right: 4px;	
	border: none;
}

p.t a, p.t a:link, p.t a:visited {
	color: #65c801;
	border-bottom: 0px;
	background-repeat: no-repeat; 
	background-position: 100% 2px;
	padding-right: 20px;
	border-bottom: none;
}

p.t a:hover {
	background-color: #ffd9d6;
	color: #000000;
}

a.ofs, a.ofs:link, a.ofs:visited {
	text-decoration: none;
	padding: 4px;
	border: 1px solid #e0e0e0;
	background-color: #ffeae7;
	color: #333333;
	font-size: 10px;
	line-height: 1.8em;
}

a.ofs:hover {
	text-decoration: none;
	background-color: #ffd9d6;
	color: #000000;
}

a.lang, a.lang:link, a.lang:visited {
	text-decoration: none;
	padding: 4px;
	border: 1px solid #5e2221;
	background-color: #551817;
	color: #ffffff;
	font-size: 10px;
	line-height: 1.8em;
}

a.lang:hover {
	text-decoration: none;
	background-color: #ffd9d6;
	color: #000000;
}

a.pg_l, a.pg_l:link, a.pg_l:visited {
	text-decoration: none;
	padding: 4px;
	border: 1px solid #e0e0e0;
	border-top: 1px solid #d0d0d0;
	background-color: #a0a0a0;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.8em;
}

a.pg_l:hover {
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #f0f0f0;
	border-top: 1px solid #d0d0d0;
	color: #000000;
}

a.s:hover img {
	border: 0px;
	position: relative;
	top: -2px;
}

p.menu a, p.menu a:link, p.menu a:visited {
	color: #8b9294;
	border: none;
	padding: 2px 10px 0px 10px;
	height: 24px;
}

p.menu a:hover {
	background-color: #f0f0f0;
	color: #303030;
}

p.ft a, p.ft a:link, p.ft a:visited {
	color: #505050;
	font-weight: bold;
	border-bottom: 0px;
	padding: 4px;
}

.bc a, .bc a:link, .bc a:visited { 
	color: #e0e0e0; 
	font-weight: bold;
	padding: 2px;
	border-bottom: none;
}
.bc a:hover { color: #000000;

