/* Page scheme::hosting */

@import url("/css/squeezebox/SqueezeBox.css");
@import url('/system/seo/aanvragen/contact.form.css');

#branding{
	background: transparent url('/images/hosting.jpg') no-repeat top left;
}

#contentWrapper {
	background: #D8D8D8 url('/css/default/content_bg.gif') repeat-y 0 0;
}

/* Comparisation table */

table a,
table a:link,
table a:visited {
	border:none;
}

img {
	border:0;
}

table {
	width:50%;
	border-top:1px solid #e3f1fe;
	border-right:1px solid #e3f1fe;
	margin:1em auto;
	border-collapse:collapse;
}

thead th {
	background:#8cc2d7;
	text-align:center;
	color:#57a6c4;

}
tr.odd td,
tr.odd .column1 {
	background:#f4f9fe url(/images/hosting-tr.jpg) repeat-x;
	height: 25px;
}

.column1{
	background:#f9fcfe;
}

td {
	color:#57a5c3;
	background-color: #fff;
	border-bottom: 1px solid #e3f1fe;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
	text-align:center;
}
	
th {
	font-weight: normal;
	font-size: .9em;
	color: #616161;
	text-align:left;
	border-bottom: 1px solid #e3f1fe;
	border-left:1px solid #e5eff8;
	padding:.2em .5em;
}	

tfoot th {
	color:#616161;
	background:#f4f9fe;
	text-align:center;
}

tfoot th strong {
	margin:.5em .5em .5em 0;
}

tfoot th em {
	color:#57a5c3;
}

.hint {
	visibility: hidden;
	position: absolute;
	z-index: 50;
	width: 250px;
	background: transparent url('/images/hint_topborder.gif') no-repeat;
	margin: 15px 0 0 60px;
	padding: 14px 0;
}

.hint div {
	background-color: #fff;
	border-left: solid 1px #c3c3c3;
	border-right: solid 1px #c3c3c3;
	border-bottom: solid 1px #c3c3c3;
	padding: 5px;
}

.packages { 
	padding: 0;
}

/* Global content */

#contentWrapper {
	background-color: #d9d9d9;	
}

.information {
	color: #000;
}

/* Left content */



/* Right content */

div.mainContent a {
	text-decoration: none;
	color: #6f7e84;
}

div.mainContent a:hover {
	color: #000;
}