@charset "UTF-8";

/* Tom */

/*Final Style! */
.stylishTable            { border: 1px solid #000000; }
.stylishTable tr.head td { border: 0px; background-image: url(images/tableHeader.png); font-weight: bold; }
.stylishTable td         { border-top: 1px solid black; background-color: #ECECEC; }
.stylishTable td.center  { text-align: center; }

.stylishTable td.high    { height: 50px; }
.stylishTable tr.RowA td { background-color: #EEEEBB; }
.stylishTable tr.RowB td { background-color: #FFFFAA; }

/* .optionsBar table { border-collapse: collapse; border: solid 1px #999999; display: inline-table;} */
.optionsBar {
	margin-top: 10px;
	overflow: hidden;
}
.optionsBar table{
	float: left; margin-right: 10px;
}

.ideal   { background: url(images/ideal.gif) right center no-repeat;}
.incasso { background: url(images/cart.gif) right center no-repeat;}


h1,h2,h3,h4,h5,h6{font-weight: normal;}

body{
background-color:#f6f6f6;
color: #333;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
}

.ringen {
	border: 1px solid #000;
	background-color: #EEEEBB;
}
.ringen td{
	border-top: 1px solid #000;
	text-align: center;
}
.ringen .head{
	border: 0px;
	background-image: url(images/tableHeader.png);
	text-align: center;
}
.ringen input{
	width: 95%;
	text-align: center;
}

a img{ border:0px; }

#result_form_comm input{
	width:98%;
}

input{ border: 1px solid #999999; }
input[type="radio"], input[type="checkbox"] { border: 0px; }

form p{
margin:0;padding: 0;
}

.totaltable .head td{
	text-align: center;
	background-image: url('images/tableHeader.png');
	border-bottom: 1px #000 solid;
}
.totaltable td{
}

.totaltable{
font-size: 75%;
border: 1px #000 solid;
font-size: 12px;
}

.totaltable .result td{
	background-color: #EEEEBB;
	padding-left: 2px;
	border-bottom: 1px #000 solid;
}
.totaltable .total td{
	background: url(images/tableTotal.png);
	padding-left: 2px;
	font-size:larger;
	font-weight: bold;
	height: 40px;
	text-align:center;
}
.totaltable .rv{
	text-align: center;
}
.totaltable .head .vak{
	width: 35px;
}
.bottom td{
	vertical-align:top;
}