* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	background-color: #FFF;
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
	text-align: left;
}

img.logoPrint {
	display: block;
	clear: both;
}


ul {
	list-style: none;
}
a, a:hover {text-decoration:none;
	color: #000;}

/* h1 logo topfind */
h1 {
	display: none;
}

/* --------------- typo ----------------- */

h2 {
	font-size:14px;
	color: #7cbbe9;
	font-weight: bold;
	padding: .5em 0 0 0;
}

h3 {
	font-size:12px;
	color: #6DB43F;
	font-weight: bold;
	padding: 10px 0 5px 0;
}

/* ----------container to center the layout-------------- */
#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto ; /* the bottom margin is the negative value of the footer's height */
}

/* ----------header with logo-------------- */
#header {
	display: none;
}

/* -----------------navigation------------------ */
#navigation {
	display: none;
}
#navTop {
	display: none;
}


/* -----------------content--------------------- */
#content {
	float: left;
	line-height: 1.7em;
}

#content #breadCrumbs {
	display: none;
}

#content h2 {
	margin-bottom: .5em;
}

#content p {
	padding-bottom: 1em;
}

#content ul {
	list-style: circle;
	margin-bottom: 1em;
}

#content ul li {
	margin-left: 20px;
	line-height: 1.7em;
	
}

#content ul ul {
	padding-left: 1em;
}

#content div.newsItem {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
}

#content .footerTeam {
	width: 100%;
	clear: both;
	text-align: center
}

#content a.portfolioItem {
	padding: 10px;
	border: 1px solid #CCC;
}

/* table styles */
th {
	text-align: left;
}

td {
	vertical-align: text-top;
	width: 50%;
}

table#faq td {
	padding: 1em 0;
	border-bottom: 1px solid #CCC;
}

table#faq td a {
	font-weight: bold;
	text-decoration: none;
}

table#faq td a:hover {
	color: #000;
}


/* --------------left navi------------- */
#left {
	display: none;
}


/* --------------right navi ------------ */
#right {
	display: none;
}

/* -----------footer--------------------------- */

#footer, .push {
	display: none;
}


/* --------------- form styles -------------------- */
/* form styles */

#responseForm {
}

#responseForm .required {
	color: #FF0000;
}
#responseForm .field_title {
	font-size: 12px;
	width: 100px;
	vertical-align: top;
	text-align:right;
}
#responseForm .textfield {
	font-size: 12px;
	width: 200px;
	border: 1px solid #CCC;
}
#responseForm .textarea, #responseForm select {
	font-size: 12px;
	width: 200px;
	height: 100px;
	border: 1px solid #CCC;
}
#responseForm .field_heading {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
	color: #666;
}
#responseForm .select {
	font-size: 12px;
}
#responseForm .checkbox_label {
	font-size: 11px;
	cursor: pointer;
}
#responseForm .radio_label {
	font-size: 11px;
	cursor: pointer;
}
form#responseForm .email {
	font-size: 12px;
	width: 200px;
}

#responseForm label {
	text-align: left;
	width: 200px;
	padding-right: 20px;
	display: block;
	float: left;
}

#nieuwsbrief label{
	text-align: left;
	width:50px;
	padding-right: 20px;
	display: block;
	float: left;

}

/* domaincheck form */
#domainCheck input {
	width: auto;
	height: auto;
}

.domainString {
	width: 100px;
}

/* search form */
.search_string {
	width: 150px;
	border: 2px solid #CCC;
}

.search_string_active {
	width: 150px;
	border: 2px solid #999999;
}

/* coffee */
div#coffee {
	float: right;
	margin-left: 10px;
}

/*WIZARD DOMEIN REGISTREREN*/
#wizard_voorwaarden a, #wizard_aanmelden a, #domainFree a{
	text-decoration:underline
}

#wizard_voorwaarden{
	width:400px;
	overflow:auto;
}

#wizard_voorwaarden li {
	margin-bottom:10px;
}

#wizard_aanmelden label {
	width:150px;
	display:block;
	float:left;
	line-height:2.1em;
}

#wizard_aanmelden fieldset {
	margin-bottom:10px;
	padding:10px;
}

#wizard_aanmelden  table td{
	font-size:11px;
	padding:5px;
}


#wizard_aanmelden  table td.titel{
	color: #1a2e5b;
	font-weight:bold;
}


/*PORTFOLIO MOOTOOLS */

#contentPort{

	margin:15px;
	line-height:1.6em;
}

#contentPort h3{
	font-weight:normal;
	/*background:#6DB43F;*/
	background:#EFEFEF;	
	border-bottom:1px solid #CCC; 
	padding:2px 5px;
	margin-bottom:1px;
}

#contentPort h3 a {
	text-decoration:none;
	display:block;
}

#contentPort h3 a:hover {
	text-decoration:underline;
	display:block;
	background: #53BDEC;
	color: #FFF;
}

.blokPort {
	padding:5px;

}

.blokPort img {
	float:left;
	margin:10px 10px 0 0;
	padding:3px;
	background-color:#FFF;
	border:1px solid #CCC

}

#errors{
	color:#FF0000;
	background-color:#EFEFEF;
	border:1px solid #CCC;
	padding:10px;
	margin-bottom:10px;
}

input.domain{
	background-image:url(http://www.topfind.nl/site/modules/user_login/domein.gif);
	background-repeat:no-repeat;
	background-position:-1px;
	padding-left:63px;
	width:86px;
}

/* portfolio */

table#portfolio {
	width: 100%;
}

table#portfolio td {
	width: 50%;
	vertical-align: text-top;
	padding: 5px;
}

table#portfolio td ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

table#portfolio ul li {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #E6E6E6;
}

table#portfolio td ul li a {
	text-decoration: none;
}

table#portfolioImages td {
	width: 50%;
	vertical-align: middle;
	text-align: center;
	padding-bottom: 20px
}

table#portfolioImages td img {
	border: 1px solid #E6E6E6;
	padding: 5px;
}

/* table domain extensions */
td.domainExtension {
	width: 20px;
	color: #009933;
}
