/* Fonts */
h1 {
	display: inline;
	line-height: 32px;
	
	font-size: 20px;
	font-weight: normal;
}
h2 {
	display: inline;
	line-height: 26px;
	font-size: 12px;

	color: #000000;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

/* formulieren */
input{

}

select {

}

/* Tabellen */
table {
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -190px -295px;
    width: Wpx;
    height: Hpx;
}
.table_promo {
	border: 0px;
	
	background-image: url('/img/table_bg.gif');
}
.table_promo2 {
	border: 0px;
	
	background-image: url('/img/table_bg2.gif');
}
th {
	background-color: #AADA4D;

	height: 20px;
	line-height: 20px;
	
	padding-left: 20px;

	text-align: left;
	color: #FFFFFF;
}
td {
	padding-left: 20px;
	padding-right: 20px;
	border: 0px;

}
.table_promo td,
.table_promo2 td{
	border: 0px;
}
.table_promo_top {
	background-image: url('/img/table_top.gif');
	background-repeat: no-repeat;
	
	font-size: 0px;
	height: 4px;
}
.table_promo_bottom {
	background-image: url('/img/table_btm.gif');
	background-repeat: no-repeat;
	
	font-size: 0px;
	height: 4px;
}
.table_promo_top2 {
	background-image: url('/img/table_top2.gif');
	background-repeat: no-repeat;
	
	font-size: 0px;
	height: 4px;
}
.table_promo_bottom2 {
	background-image: url('/img/table_btm2.gif');
	background-repeat: no-repeat;
	
	font-size: 0px;
	height: 4px;
}

th {
	padding-left: 2px;
}

pre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	display: inline;
	white-space: pre;
	
}


/* Formulieren */
form {
	display: inline;
}
.mini_input{
	width: 125px;
	height: 14px;
	
	font-size: 12px;
	padding: 2px;
	margin-bottom: 6px;
	border: 1px solid #AADA4D;
}

a {
	/* text-decoration: none; */
	color: #333333;
}
#bottom_bar a{
	color: #FFFFFF;
}
.inner_select {
	width: 150px;
}
.inner_form {
	width: 150px;
}

.bestel_form {
	width: 300px;
}
.bestel_select {
	width: 305px;
}
