/* RESET */

body {
	font: 15px "Open Sans", Raleway, Arial; 
	color: #000000;
	margin: 0;
	padding: 0;
	background-color: #FFF;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover, a:active {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
    cursor: pointer;
}	

/* CLEARFIX */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

td {
	vertical-align: top;
}

/* WIDTHS and WORKAROUNDS*/
.pad3 { padding: 3px; }
.w100 { width: 100px; }
.w150 { width: 150px; }
.h150 { height: 150px; }
.w175 { width: 175px; }
.h175 { height: 175px; }
.w200 { width: 200px; }
.w220 { width: 220px; }
.h200 { height: 200px; }
.w250 { width: 250px; }
.centerv {vertical-align: middle;}
.centerh {text-align: center;}
.disable { cursor: wait; }

/* CONTAINERS */
#maincontainer
{
	background-color: transparent;
	border-right: 2px solid #111; 
	border-left: 2px solid #111; 

	margin-left: auto;
    margin-right: auto;
}

#header {	

}

#headerimage {	
	height: auto;
	margin-left: auto;
    margin-right: auto;
}

#topnav {
	background-color: #111;
	margin-left: auto;
    margin-right: auto;
	height: 0px;
	visibility: hidden; 
}

#boxcontent {	
	background-color: transparent;
	margin-left: auto;
    margin-right: auto;
}

#leftboxcontainer {
	position: relative;
	width: 267px;
	float: left;
	background-color: transparent;
	margin: 10px;
	margin-left: 0px;
	margin-top: 0px;
}

#rightboxcontainer {
	position: relative;
	width: 525px;
	float: right;
	background-color: transparent;
	margin: 10px;
	margin-right: 0px;
	margin-top: 0px;
}

.backlinkscontent li {
	float: left; padding: 0px; 
}

.backlink {
	font-size: 14px;
}

.backlink a {	
	text-decoration: underline;
	padding-left: 0px;
}

#backlinkscontainer {
	margin-left: auto;
    margin-right: auto;
}

#footercontainer {
	margin-left: auto;
    margin-right: auto;
}

#footer {
	margin-left: auto;
    margin-right: auto;
}
#footer a:hover, #footer a:active {
	font-weight: normal;
	text-decoration: underline;
    cursor: pointer;
}	

.footercontent {	
	text-align: center;
	padding: 5px;
}

/*LOGIN FORM */
#loginform a {
	text-decoration: underline;
}

/* ZOEKBOX */
.zoekbox {
	background: url(/images/zoek.jpg);
	min-height: 335px;
	color: #000;
	font-weight: bold;
	font-size: 13px;
}


/* MYMENU */ 
.mymenukader {
	background: #FFFFFF;
}

.mymenu li {
	list-style-type: none;
	margin-bottom: 5px;
	margin-left: -40px;
	padding: 5px;
	border-bottom: 1px solid #CCC;
}

.mymenu li:last-child {
	border-bottom: none;
}

.mymenu a {
	font-size: 16px;
	color: #111222;
	text-decoration: none;
}

.badge {
	float: right;
	color: white;
	background: red;
	display: inline;
	font-weight: bold;
	font-size: 12px;
	padding: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 6px;
	border-radius: 5px;
	margin-left: 5px;
}

.badgenew {
	color: #FFF;
	background: #22E622;
}
.badgeerror {
	color: #FFF;
	background: red;
}
.badgeinfo {
	color: #FFF;
	background: #30415C;
}

.badgecredits {
	color: #FFF;
	background: #FC8442;
}

.hidden {
	visibility: hidden; 
}

.mymenu a:hover {
	text-decoration: underline;
}

.mymenu table,.mymenu th, .mymenu td {
	border: 0px solid black;
	text-align: left;
	font-weight: bold;
}

.mymenu td a {
	font-weight: normal;
}

.mymenu img {
	border-radius: 5px;
}
.mymenu h6 {
	font-size: 19px;
}

.mymenu .logoff {
	color: #000; font-size: 12px; text-decoration: underline;
}

.introtekst li
{
	list-style-type: disc;
	list-style-position: outside;
}

/* KADERS */
.kaderheader {	
	top: 5px;
	font-weight: bold;
	text-align:left;
	color: #FFF;
	background-color: #444;
	border-radius: 5px;
	border-style: solid;
    border-width: 1px;
	border-style: solid;
	border-color: #BBB;
	padding-left: 10px;
	padding-right: 10px;
	height: 35px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
}

.kadercontent {	
	padding: 10px;
	background-color: #FFF;
	text-align: left;
	border-radius: 5px;
	border-style: solid;
    border-width: 1px;
	border-style: solid;
	border-color: #BBB;
}

.thumbkadercontent {	
	padding: 5px;
}

.smallkadercontent {	
	font-size: 13px;
}


 /* BUTTONS */ 
 .cbutton {
	display: block; 
	background-color: #000;
	border-radius: 7px;
	border-style: solid;
    border-width: 0px;
	border-style: solid;
	border-color: #FFF;
	padding: 10px;
	height: 42px;
	text-align: center;
	color: #FFF;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
}

.cbutton:hover, .cbutton:active  {
	color: #CCC;
	text-decoration: none;
}

.iconbutton {
    background-repeat: no-repeat;
	background-position: 180px 6px;
	text-align: left;
}

.iconmail {
	background-image: url(/images/icons/mail.png);
}
.iconflirt {
	background-image: url(/images/icons/heart.png);
}
.iconfavorite {
	background-image: url(/images/icons/favorite.png);
}


/* ALERTS */

.alert-box {
    color:#555;
    border-radius:5px;
	padding: 10px 10px 10px 36px;
    margin: 5px;
}
.alert-box span {
    font-weight:bold;
}
.error {
    background:#ffecec url('/images/notification-icons/error.png') no-repeat 10px 50%;
    border:1px solid #f5aca6;
	color: darkred;
}
.success {
    background:#e9ffd9 url('/images/notification-icons/success.png') no-repeat 10px 50%;
    border:1px solid #a6ca8a;
	color: darkgreen;
}
.warning {
    background:#fff8c4 url('/images/notification-icons/warning.png') no-repeat 10px 50%;
    border:1px solid #f2c779;
	color:  darkorange;
}
.notice {
    background:#e3f7fc url('/images/notification-icons/notice.png') no-repeat 10px 50%;
    border:1px solid #8ed9f6;
	color: darkblue;
}








/* promothumsblist */
.promothumbslist  { 
	max-height: 110px;
	width: 100%;
	overflow:hidden;
	white-space:nowrap;  
}
.promothumbslist img { 
	width: 75px; 
	height: 75px;
	
	-moz-border-radius:6px; 
	-webkit-border-radius:6px; 
	border-radius:6px;
	
	border:1px solid #e0e0e0;
	box-shadow: 0px 0px 7px #958365;
	-webkit-box-shadow: 0px 0px 7px #e6e6e6;
	-moz-box-shadow: 0px 0px 7px #e6e6e6;
	
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.promothumbslist img:hover { 
 -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.promothumbslist a:hover {
	text-decoration: none;
	font-weight: normal;
}

.promothumbslist ul { 
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.promothumbslist li {
	text-align: left;
	margin: 0px;
	display:inline-block;
	text-align: top;
	max-width: 80px;
	width: 80px;
	height: 105px;
	max-height: 105px;
	overflow:hidden;
	white-space:nowrap;  
	font-size: 12px;
	font-weight: normal;
}


.profilefoundcontainer ul { 
	text-align:center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.profilefoundcontainer img
{
	width: 150px; height: 150px;
	-moz-border-radius:6px; 
	-webkit-border-radius:6px; 
	border-radius:6px;
	border:1px solid #e0e0e0;
	box-shadow: 0px 0px 7px #958365;
	-webkit-box-shadow: 0px 0px 7px #e6e6e6;
	-moz-box-shadow: 0px 0px 7px #e6e6e6;
	
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
	
}

.profilefoundcontainer img:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  border-radius:6px;
  border:1px solid #e0e0e0;
}

.profilefoundcontainer li { 
	text-align: left;
	display: inline-block;
	max-width: 150px;
	overflow:hidden;
	white-space:nowrap;  

}


.profiledetailpage img  {
	width: 220px; height: auto;
	-moz-border-radius:6px; 
	-webkit-border-radius:6px; 
	border-radius:6px;
	border:1px solid #e0e0e0;
	box-shadow: 0px 0px 7px #958365;
	-webkit-box-shadow: 0px 0px 7px #e6e6e6;
	-moz-box-shadow: 0px 0px 7px #e6e6e6;
	
}

.pagenav
{

}

.pagenav  ul {
	margin-left: -20px;
	margin-top: 20px;
	width: 100%;
	text-align: center;
	
}

.pagenav li
{
	font-size: 13px;	
	display: inline-block;
	border-radius: 5px;
	border-style: solid;
    border-width: 1px;
	border-style: solid;
	border-color: #AAA;
	background-color: #CCC;
	list-style: none;
	
	padding: 4px;
	padding-left: 5px;
	padding-right: 5px;

}

.pagenav .activepage
{
	color: #FFF;
	background-color: #AAA;
}

.pagenav a
{
	color: #000;
	text-decoration: none;
}



.pagenav a:hover
{
	/* text-decoration: underline; */
}


/* INPUTS */
select {
	color: #000;
}
#contactform select {	
  padding: 10px;
  border: solid 1px gainsboro;
  -webkit-transition: box-shadow 0.3s, border 0.3s;
  -moz-transition: box-shadow 0.3s, border 0.3s;
  -o-transition: box-shadow 0.3s, border 0.3s;
  transition: box-shadow 0.3s, border 0.3s;
  color: #000;
}


input[type="text"],input[type="password"] {
  padding: 10px;
  border: solid 1px gainsboro;
  -webkit-transition: box-shadow 0.3s, border 0.3s;
  -moz-transition: box-shadow 0.3s, border 0.3s;
  -o-transition: box-shadow 0.3s, border 0.3s;
  transition: box-shadow 0.3s, border 0.3s;
  color: #000;
}

input[type="text"]:focus, input[type="text"].focus, input[type="password"]:focus, input[type="password"].focus {
  border: solid 1px #707070;
  -webkit-box-shadow: 0 0 5px 1px #969696;
  -moz-box-shadow: 0 0 5px 1px #969696;
  box-shadow: 0 0 5px 1px #969696;
  color: #000;
}


textarea {
	font-family: 'Courier New', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace;
	font-weight: normal;
	font-size: 18px;
	padding: 10px;
	background-color: #FFF;
	color: #000; #000;
}

.receivedmsg {
	font-family: 'Courier New', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace;
	font-weight: normal;
	font-size: 18px;
	padding: 10px;
	background-color: #FFF;
	color: #000;
}


#contactform {
	padding: 10px;
}

#contactform .formlabel {
	font-weight: bold;
	padding: 20px;
}

#signupform  .formlabel {
	text-align: right;
	font-weight: bold;
	padding: 20px;
}

.signupformtable {
	border: 1px solid black;
	border-radius: 5px;
	background: transparent;
	width: 90%;
	padding: 10px;
	margin: 0 auto;
}





#searchboxform select {
	height: 30px; color: #000;
}
#searchboxform tr {
	height: 32px;
}

#myprofileform select {
	height: 29px;
}

#myprofileform td {
	padding: 5px;
}




/* MAILBOXEN */
.mailboxtable , .mailboxtable tr, .mailboxtable td , .mailboxtable th {
	border-spacing: 0; 
	border-collapse: collapse;
	border: 1px dashed darkgray;
	padding: 5px;
}

.newmessage {
	font-weight: bold;
}

.mailboxtable .data  {
	font-weight: bold;
}

.mailboxtable .formlabel {
	width: 20px;
	font-weight: normal;
}


.dummy  table , .dummy td, .dummy tr {
	border: none;
	text-align: center;
	vertical-align: top;
	margin: 0 auto; /* or margin: 0 auto 0 auto */
}


/* FAVORIETEN */
.favoritestable table, .favoritestable th, .favoritestable td ,.favoritestable th
{
	border-spacing: 0; 
	border-collapse: collapse;
	border: 1px dashed darkgray;
	padding: 5px;
}

.favoritestable img {
	border-radius: 5px;
}

.favoritestable th {
	text-align: left;
	font-weight: bold;
	
}
.favbutton {
	height:18px; 
	width: 65px; 
	font-size: 11px; 
	padding: 0px;
	padding-top: 3px;
}

#myprofileform select {
	width: 200px;
	padding: 3px;
}



#ppc_form_table , #ppc_form_table tr, #ppc_form_table  td , #ppc_form_table  th {

	border: none;
}

.formerror {
	border: solid #841616 1px;
	background-color: #EEAAAA;
}


/* MISC */
#changeemailsettingform select {
	height: 33px;
	width: 300px;
}


.linkex  table {
	width: 827px;
	font-size: 14px;
	font-weight: normal;
	border: none;
	padding: 0px;
}
.linkex  td {
	padding: 0px;
	border: none;
}
.linkex  a {
	text-decoration: underline;
	
}

.tariff  {
	border: 1px solid gray;
	border-collapse: separate;
    border-spacing: 15px 15px;
}

#responsivemenu { display: none; } 

.modal {
}

.modal-body {
	font-size: 24px;
}

.modal-dialog {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width:500px;
    height:300px;
}

.redborder {
	border: 3px solid red;
}

