/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block}
mark, rp, rt, ruby, summary, time {display:inline}

a:link {color: black}
a:visited {color: black}
a:active {text-decoration: none; color: black}
a:hover {text-decoration: none; color: black}
.bold {font-weight: bold;}
.underlined {text-decoration: underline;}

.main {
	width: 1000px;
	margin: 0 auto;
}

.txtrepl {
    text-indent: -9999px;                 /* sends the text off-screen */
    white-space: nowrap;                  /* because only the first line is indented */
	overflow:hidden;
	outline: none;
	cursor: pointer;
}

h1 {
	padding:10px 0 10px 30px;
	position:relative;
	float: left;
}

header h1 .logo {
	display:inline-block;
	width: 364px;
	height: 118px;
	background: url(../images/assets.png) 0 0 no-repeat;
	margin:0 20px 0 0;
	vertical-align:text-bottom;
}

header div.login {
	width: 420px;
	height:125px;
	float:right;
}

.login-form {
	margin-top: 15px;
	color: rgb(78,78,78);
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
}

.login-form p {
	margin-bottom: 2px;
}

.login-form .login-label{
	width: 105px;
	display: inline-block;
	padding-right: 3px;
	padding-left: 5px;
}

.login-form .login-input {}


.login-form .loginsubmit{
	width: 44px;
	background: url("../images/assets.png") no-repeat -98px -125px;
	height: 22px;
	border: none;
}

.login-form .loginsubmit:hover{
	background: url("../images/assets.png") no-repeat -98px -157px;
}

.login-form .loginsubmit:active{
	background: url("../images/assets.png") no-repeat -98px -192px;
}

.login-form .socialmedia-button {
	width: 26px;
	height: 26px;
	border: none;
	cursor:pointer;
}

.login-form .socialmedia-button.facebook {
	background: url("../images/assets.png") no-repeat -65px -125px;
}

.login-form .socialmedia-button.facebook:hover {
	background: url("../images/assets.png") no-repeat -65px -157px;
}

.login-form .socialmedia-button.facebook:active {
	background: url("../images/assets.png") no-repeat -65px -192px;
}

.login-form .socialmedia-button.twitter {
	background: url("../images/assets.png") no-repeat 0px -125px;
}

.login-form .socialmedia-button.twitter:hover {
	background: url("../images/assets.png") no-repeat 0px -157px;
}

.login-form .socialmedia-button.twitter:active {
	background: url("../images/assets.png") no-repeat 0px -192px;
}

.login-form .socialmedia-button.linkedin {
	background: url("../images/assets.png") no-repeat -33px -125px;
}

.login-form .socialmedia-button.linkedin:hover {
	background: url("../images/assets.png") no-repeat -33px -157px;
}

.login-form .socialmedia-button.linkedin:active {
	background: url("../images/assets.png") no-repeat -33px -192px;
}

.loggedin-p {
	text-align: right;
	padding-right: 20px;
	line-height: 22px;
}

.loggedin-p.first {
	margin-top:10px;
}

header .row-2 {
	height: 26px;
	background-repeat: repeat;
	padding: 4px 10px 2px;
	background-image: url("../images/balk.png");
}

header .row-2 .left {
	float: left;
}

header .row-2 .right {
	float: right;
}

.search-form .query{
	width: 340px;
}

.search-form .searchsubmit{
	margin-right: 35px;
	width: 50px;
	background: url("../images/assets.png") no-repeat -148px -125px;
	height: 22px;
	border: none;
}

.search-form .searchsubmit:hover{
	background: url("../images/assets.png") no-repeat -148px -157px;
}

.search-form .searchsubmit:active{
	background: url("../images/assets.png") no-repeat -148px -192px;
}

.search-form .distance{
	width:80px
}


.search-form .query, .search-form .distance{
	border: 1px solid rgba(150,150,150,0.5);
	box-shadow: inset -1px -1px 3px rgb(200,200,200), -1px -1px 3px rgb(200,200,200);
	height: 19px;
}
header .row-2 .clear {
	clear: both;
}

footer .row-top {
	height: 40px;
	background: #999;
	margin: 10px 0;
	padding: 5px 20px;
	text-align:center;
}

footer .row-top ul li {
	display: inline-block;
	padding: 10px 0 0 20px;
	color: #333;
}

footer .row-top ul li:after {
	content : "";
	display:inline-block;
	background: url("../images/bullet.gif");
	width:13px;
	height:19px;
	margin: 0 0 0 20px;
}

footer .row-top ul li:last-child:after {
	background: none;
}

footer .row-bot {
	margin: 0 0 5px 0;
}

footer .row-bot p {
	color: #666;
	text-align:right;
	padding-right: 25px;
}

#content {
	padding: 10px;
}

.left, .right {
	height: 20px;
}

.newgroup {
	background: url("../images/assets.png") -205px -125px;
	height: 22px;
	border: none;
	margin-top: 1px;
	width: 200px;
}

.newgroup:hover {
	background: url("../images/assets.png") -205px -157px;
}

.newgroup:active {
	background: url("../images/assets.png") -205px -192px;
}

.groep, .groep-row-first-innertable {
	display: table;
}

.groep-row-first, .groep-row-first-innertable-row, .groep-row { 
	display: table-row;
}

.groep-row-first-cell-left, .groep-left-image, .groep-row-first-innertable-middle, .groep-left, .groep-right, .groep-row-first-cell-right, .groep-row-first-innertable-middle-message  {
	display: table-cell;
}

.groep, .lijst {
	margin: 0 auto;
	width: 940px;
	font-size: 13px;
	font-family: sans-serif;
	line-height: 18px;
}

.imgw210h160 {
	width: 200px;
	height: 152px;
}

.groep-row-first-cell-right {
	vertical-align:middle;
	background: black;
	border: 1px solid black;
	width:300px;
	color: white;
	text-align: center;
}

.groep-left-image, .groep-left {
	width: 200px;
	padding: 3px 5px;	
}

.groep-row-first-innertable-middle-message {
	background: #ddd;
	padding: 3px 5px;
}

.groep-row-first-innertable {
	width: 630px;
	border: 1px solid #ccc;
}
.groep-info-top{
	background: #ddd;
	padding: 3px 5px;
}

.groep-info-middle {
	font-size: 12px;
}

.groep-info-middle-left {
	float: left;
	width: 290px;	
	padding: 3px 5px;
}

.groep-info-middle-right {
	float: right;
	width: 100px;
	padding: 3px 5px;
}

.groep-info-middle-right p {
	margin-bottom: 15px;
}

.groep-info-middle-break {
	clear: both;
}

.groep-info-bottom {
	
}

.groep-row.msg .groep-left {
	background: #ddd;
	border: 1px solid #ccc;
	border-right:none;
}

.groep-row.msg .groep-right {
	border: 1px solid #ccc;
	border-left:none;
	padding: 3px 5px;
}

.groep.messages {
	margin-top: 25px !important;
}

.groep-social {
	border: none;
	height: 26px;
	margin-right: 7px;
	display: inline-block;
	cursor:pointer;
}

.groep-social#social_FB  {
	width: 64px;
	background: url("../images/assets.png") no-repeat -371px 0;
}

.groep-social#social_FB:hover {
	background: url("../images/assets.png") no-repeat -371px -37px;
}

.groep-social#social_FB:active {
	background: url("../images/assets.png") no-repeat -371px -74px;
}

.groep-social#social_TW  {
	display: inline-block;
	width: 35px;
	background: url("../images/assets.png") no-repeat -441px 0;
}

.groep-social#social_TW:hover {
	background: url("../images/assets.png") no-repeat -441px -37px;
}

.groep-social#social_TW:active {
	background: url("../images/assets.png") no-repeat -441px -74px;
}

.groep-social#social_GO  {
	width: 26px;
	background: url("../images/assets.png") no-repeat -487px 0;
}

.groep-social#social_GO:hover {
	background: url("../images/assets.png") no-repeat -487px -37px;
}

.groep-social#social_GO:active {
	background: url("../images/assets.png") no-repeat -487px -74px;
}

.groep-social#social_HY  {
	width: 26px;
	background: url("../images/assets.png") no-repeat -519px 0;
}

.groep-social#social_HY:hover {
	background: url("../images/assets.png") no-repeat -519px -37px;
}

.groep-social#social_HY:active {
	background: url("../images/assets.png") no-repeat -519px -74px;
}

.groep-social#social_LI  {
	width: 26px;
	background: url("../images/assets.png") no-repeat -551px 0;
}

.groep-social#social_LI:hover {
	background: url("../images/assets.png") no-repeat -551px -37px;
}

.groep-social#social_LI:active {
	background: url("../images/assets.png") no-repeat -551px -74px;
}

.groep-social#social_MA  {
	width: 39px;
	height: 28px;
	background: url("../images/assets.png") no-repeat -582px 0;
}

.groep-social#social_MA:hover {
	background: url("../images/assets.png") no-repeat -582px -37px;
}

.groep-social#social_MA:active {
	background: url("../images/assets.png") no-repeat -582px -74px;
}

.groep-social#social_EX {
	background: url("../images/assets.png") no-repeat -628px -0px;
}

.groep-social#social_EX:hover {
	background: url("../images/assets.png") no-repeat -628px -37px;
}

.groep-social#social_EX:active {
	background: url("../images/assets.png") no-repeat -628px -74px;
}

.groep-button-aansluiten {
	width: 77px;
	height: 22px;
	background: url("../images/assets.png") no-repeat -412px -125px;
}

.groep-button-aansluiten:hover {
	background: url("../images/assets.png") no-repeat -412px -157px;
}

.groep-button-aansluiten:active {
	background: url("../images/assets.png") no-repeat -412px -192px;
}

.groep-button-reactie {
	width: 104px;
	height: 22px;
	background: url("../images/assets.png") no-repeat -614px -125px;
}

.groep-button-reactie:hover {
	background: url("../images/assets.png") no-repeat -614px -157px;
}

.groep-button-reactie:active {
	background: url("../images/assets.png") no-repeat -614px -192px;
}

.ad {
	vertical-align: middle;
	background: black;
	border: 1px solid black;
	color: white;
	height:90px;
	text-align: center;
}

.lijst-table {
	width: 900px;
	color: white;
}

.lijst-table tr {
	float: left;
	width: 900px;
	height: 25px;
}

.lijst-table tbody tr {
	background: transparent url("../images/listbg.png")no-repeat 0% 100% !important;
	height: 110px !important;
	margin-bottom: 15px;
}

.lijst-table thead tr {
	/*background: transparent url("../images/bgtest.png")no-repeat 0% 100%;*/
	background-size: 900px 25px;
	margin-bottom: 10px;
}

.lijst-table thead tr th {
	height: 25px;
}
.lijst-table tr td, .lijst-table tr th{
	/*padding: 3px 0 5px 12px;*/
	background: transparent;
	width: 105px;
	margin:0 0 0 2px;
}
.lijst-table tr td {
	padding-top: 35px;
	text-align:center;
}

.lijst-table td.first, .lijst-table th.first {
	/*width: 118px;*/
	width: 164px !important;
	margin-left: 0;
	color: black;
	position: relative;
	padding-top: 0 !important;
}

.lijst-table tr td p:last-child {
	font-weight: bold;
	margin-top: 5px;
	font-size: 12px;
}

.list-header {
	width: 105px;
	height:23px;
}

.list-header.location {
	background: url("../images/assets.png") no-repeat 0px -224px;
}


.list-header.start {
	background: url("../images/assets.png") no-repeat -112px -224px;
}


.list-header.end {
	background: url("../images/assets.png") no-repeat -224px -224px;
}


.list-header.interest {
	background: url("../images/assets.png") no-repeat -336px -224px;
}


.list-header.messages {
	background: url("../images/assets.png") no-repeat -448px -224px;
}


.list-header.offers {
	background: url("../images/assets.png") no-repeat -560px -224px;
}

.list-title {
	position: absolute;
	top: 0;
	left: 164px;
	width: 736px;
	padding:5px 10px;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
}

.list-img {
	height: 100px;
	width: auto;
}

.search-result {
	width: 400px;
	height: 50px;
	font-family: sans-serif;
	padding-top: 10px;
	padding-left: 10px;
}

.search-result p {
	font-size: 13px;
	vertical-align: bottom;
}

.search-result p  span{
	font-size: 15px;
}

#video_infomercial {
	margin: 10px auto !important;
	height: 180px;
	width: 980px;
	overflow:hidden;
	display: block;
	border: 1px solid #999 !important;
	box-shadow: 1px 1px 5px #ccc, -1px -1px 5px #ccc;
}

/*tmp*/ .lijst-table th {color: black;}

.popup-wrap {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.1);
}

.popup {
	position: fixed;
	top: 50%;
	left: 50%;
	width:784px;
	height:304px;
	margin-left:-392px;
	margin-top:-200px;
	background: url("../images/popup.png") no-repeat 0% 100%;
}

.popup-email div.popup-inner, .popup-reactie div.popup-inner, .popup-aansluiten div.popup-inner{
	margin:38px 29px 38px 19px;
	height:238px;
	width:726px;
}

.popup-inner p:first{
	color: rgb(78,78,78);
	font-weight: bold;
}

.popup-inner p.popup-middle{
	margin-top:17px;
}

.popup-inner form {
	margin-top: 20px;
}

.popup-inner form p{
	margin-top:17px;
	margin-left: 150px;
}

.popup-form-label {
	display: inline-block;
	width: 90px;
	margin-left: 10px;
	font-weight: bold;
	color: rgb(78,78,78);
	vertical-align: text-bottom;
}
.popup-form-input {
	width: 275px;
}

.popup-close {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 8px;
	right: 8px;
	cursor: pointer;
}

.popup-last {
	position: absolute;
	bottom: 25px;
	right: 25px;
	text-align: right;
}

#form-message {
	display: block;
	padding: 8px 0 0 105px;
	color: red;
	font-weight: bold;
}

#video_infomercial_player {
	margin-bottom: 30px;
}

.popup-textarea {
	margin-top:17px;
	margin-left:10px !important;
}

.reactie-textarea {
	width:715px;
	height:150px;
}

.register {
	
}

.register-text {
	text-align: center;
	font-weight: bold;
	margin: 10px auto 20px;
}

.register-form {
	padding-left:150px;
}

.register-form p label {
	display: inline-block;
	width: 140px;
	margin-left: 10px;
	font-weight: bold;
	color: rgb(78,78,78);
	vertical-align: text-bottom;
	text-align: right;
	padding-right: 10px;
}
.register-form p input {
	width: 275px;
}

.register-submit {
	width: auto !important;
}

.new-group-text {
	text-align: center;
	font-weight: bold;
	margin: 10px auto 20px;
}

.new-group-form {
	padding-left:125px;
}

.new-group-form p label {
	display: inline-block;
	width: 190px;
	margin-left: 10px;
	font-weight: bold;
	color: rgb(78,78,78);
	vertical-align: text-bottom;
	text-align: right;
	padding-right: 10px;
}
.new-group-form p input {
	width: 275px;
}

.new-group-submit {
	width: auto !important;
}

