table {
	width: 100%;
	margin-bottom: 1.25em;
	border-collapse: separate;
   border-spacing: 2px 2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #232323;
	font-size: 1em;
}
	th {
		border-bottom: 1px #99cc33 solid;
		padding: 2px;
	}
		th h3, th h4 {
			margin: 0;
			border: 0;
		}
		
	table td {
		padding-left: 2px;
	}
	
	table tr.row1 {
		background: #f6f6f6;
	}
	
	table tr.row2 {
		background: #ededed;
	}
	
	table tr.row1:hover, table tr.row2:hover {
		background: #E5F2CC;
	}
	
	td.body {
		background-color: #f2f2f2;
		padding: 1px 2px;
	}
	
	td.body1 {
		background-color: #f6f6f6;
		padding: 1px 2px;
	}
	
	td.body2 {
		background-color: #ededed;
		padding: 1px 2px;
	}
	
	td.body-aktion {
		background-color: #9c3;
		padding: 1px 3px;
		font-weight: bold;
	}

table.zusatzdomains {
	margin-bottom: 1.25em;
}
	table.zusatzdomains h4 {
		margin-bottom: 0;
	}

table#tarifvergleich-head {
	border-collapse: separate;
   border-spacing: 2px;
   margin-bottom: -2em;
}
	table#tarifvergleich-head th {
		width: 18%;
		border: 0;
	}
	
	table#tarifvergleich-head th.blank {
		width: 28%;
	}
	
	table#tarifvergleich-head h3 {
		margin: auto;
		width: 64px;
		height: 64px;
		text-indent:-9999px;
	}
	
	h3.tvg-s {
		background: url(/images/icons/64/ico-speicherpacket-s-64.jpg) transparent no-repeat 0 0;
	}
	
	h3.tvg-m {
		background: url(/images/icons/64/ico-speicherpacket-m-64.jpg) no-repeat 0 0;
	}
	
	h3.tvg-l {
		background: url(/images/icons/64/ico-speicherpacket-l-64.jpg) no-repeat 0 0;
	}
	
	h3.tvg-xl {
		background: url(/images/icons/64/ico-speicherpacket-xl-64.jpg) no-repeat 0 0;
	}
	
	h3.tvg-s a, h3.tvg-m a, h3.tvg-l a, h3.tvg-xl a {
		display: block;
		width: 64px;
		height: 64px;
		float: left;
		border: 0;
	}
	
table#tarifvergleich-order {
	margin-bottom: .5em;
}
	
	table#tarifvergleich-order td.button {
		width: 18%;
		border: 0;
		background: #fff;
		text-align: center;
	}

table.tarifvergleich td {
	height: 30px;
	padding: 4px;
	text-align: left;
}
	table.tarifvergleich td.value {	
		text-align: center;
		width: 18%;
	}
	
table.tarif tr.row1, table.tarifvergleich tr.row1 {
	background: #f6f6f6;
}

table.tarif tr.row2, table.tarifvergleich tr.row2 {
	background: #ededed;
}
	
table.tarif td {
	width: 50%;
	height: 30px;
	padding: 4px;
	text-align: left;
}
	table.tarif td.value {	
		text-align: center;
	}
		td.value img {
			cursor: help; /* !!! auch fuer table.tarifvergleich !!! */ 
		}
	
/* WHOIS */
table#whois {
	margin-bottom: 2em;
}

table#whois th {
	padding: 2px;
	border-bottom: 1px #99cc33 solid;
	color: #515151;
	background: #fff;
}
	
table#whois th.domain {
	width: 450px;
}

table#whois th.status {
	width: 250px;
}

table#whois th.action {
	width: 25px;
}

table#whois td {
	padding: 2px;
}

table#whois td.domain {
	font-weight: bold;
}

table#whois td.available {
	font-weight: bold;
	color: #8AB82E; /* -10 % von #9c3 // -25% = #739926 */
}

table#whois td.notavailable {
	font-weight: normal;
	color: #d83923;
}
