* {
	padding:0px;
	margin:0px;
	zoom:1;
}
body, html {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
}
body {
	background:url('/images/body-background.png') repeat-x;
	padding-bottom:20px;
}
img {
	border:0px none;
}
ul,ol {
	list-style:none;
	list-style-image:none;
}
fieldset {
	border:0px none;
}
p {
	padding:5px 0px;
}
a {
	zoom:0;
}	
a:link, a:visited {	
	text-decoration:none;
}
a:hover {
}
.clear {
	clear:both;
	float:none !important;
	font-size:1px;
}

/* Website */
#website {
	width:980px;
	padding-bottom: 30px;
	margin:0px auto;
}

/* Top filter */
.filter {
	float:left;
	width:442px;
	height:104px;
	padding-left:22px;
	padding-top:10px;
	padding-bottom:10px;
	color: #402848;
	position:relative;
}
.filter ul li {
	height:15px;
	margin-bottom:5px;
}
.filter ul li input {
	width:15px;
	height:15px;
}
.filter ul li span {
	line-height:15px;
	vertical-align:top;
}
.filter fieldset legend {
	margin-left: -5px;
	font-weight: bold;
	color: #402848;
	padding-bottom: 5px; 
}
.filter .language {
	float:left;
	width:197px;
}
.filter .language ul {
	float:left;
	width:90px;
}
.filter .sex {
	float:left;
	width:88px;
}
.filter .age ul {
	float:left;
	width:70px;
}

.filter .age ul .submit_button {
	background:url('/images/submit.jpg') no-repeat;
	height: 30px;
	width: 106px;
	border: 0px;
	color: #fff;
	font-weight: bold;
	cursor: hand;
}

.submit_button {
	background:url('/images/submit.jpg') no-repeat;
	height: 30px;
	width: 106px;
	border: 0px;
	color: #fff;
	font-weight: bold;
	cursor: hand;
}

small {
	padding: 4px;
}


/* Top newsletter */
#top .newsletter {
	float:left;
	width:200px;
	padding-left:101px;
	padding-top:69px;
	position:relative;
}
#top .newsletter .newsletter-email {
	border:0px none;
	width:144px;
	background-color:#fff;
	height:19px;
	vertical-align:top;
	padding:2px 3px 0px 3px
}
#top .newsletter .newsletter-submit {
	border:0px none;
	height:21px;
	color:#fff;
	width:26px;
	background-color:#000;
	vertical-align:top;
	text-align:center;
	font-weight:bold;
	font-size:12px;
}
/* Top advertising */
#top .advertising {
	height:87px;
	position:relative;
}
#top .advertising .ad-one {
	height:58px;
	width:371px;
	position:absolute;
	left:111px;
	top:13px;
}
#top .advertising .ad-two {
	height:58px;
	width:232px;
	position:absolute;
	left:492px;
	top:13px;
}

/* Content */
#content {
	position:relative;
	color:#000;
	overflow:hidden;
	padding:17px;
	background:#fff;
}
#content .shadow-left {
	position:absolute;
	width:5px;
	height:9999px;
	top:0px;
	left:0px;
	background:url('/images/content-shadow-left.png') repeat-y;
	line-height:0px;
	font-size:0px;
}
#content .shadow-right {
	position:absolute;
	width:5px;
	height:9999px;
	top:0px;
	right:0px;
	background:url('/images/content-shadow-right.png') repeat-y;
	line-height:0px;
	font-size:0px;
}
#content .shadow-top {
	position:absolute;
	width:9999px;
	height:5px;
	top:0px;
	right:0px;
	background:url('/images/content-shadow-top.png') repeat-x;
	line-height:0px;
	font-size:0px;
}
#content .shadow-bottom {
	position:absolute;
	width:9999px;
	height:5px;
	bottom:0px;
	right:0px;
	background:url('/images/content-shadow-bottom.png') repeat-x;
	line-height:0px;
	font-size:0px;
}
#content .shadow-bottom-left {
	position:absolute;
	width:17px;
	height:17px;
	bottom:0px;
	left:0px;
	background:url('/images/content-shadow-bottom-left.png') no-repeat;
	line-height:0px;
	font-size:0px;
}
#content .shadow-bottom-right {
	position:absolute;
	width:17px;
	height:17px;
	bottom:0px;
	right:0px;
	background:url('/images/content-shadow-bottom-right.png') no-repeat;
	line-height:0px;
	font-size:0px;
}
#content .shadow-top-right {
	position:absolute;
	width:17px;
	height:17px;
	top:0px;
	right:0px;
	background:url('/images/content-shadow-top-right.png') no-repeat;
	line-height:0px;
	font-size:0px;
}
#content .shadow-top-left {
	position:absolute;
	width:17px;
	height:17px;
	top:0px;
	left:0px;
	background:url('//images/content-shadow-top-left.png') no-repeat;
	line-height:0px;
	font-size:0px;
}


/* Content left */
#content-left {
	float:left;
	width:700px;
	margin-right:2px;
	margin-top:35px;
}
/* Content left box */

#content-left .box {
	width:177px;
}
#content-left .box h3 {
	text-indent:-9999px;
	display:block;
	height:36px;
}
#content-left .box .content {
	background:url('/images/box-background.png') repeat-y;
	text-align:center;
	padding:10px 15px 0px 20px;
	color:#fff;
}
#content-left .box .content a:link,
#content-left .box .content a:visited {
	color:#fff;
}
#content-left .box .bottom {
	height:15px;
}
#content-left .box.favorites ul li {
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}

/* Content right */
#content-right {
	float:left;
	width:850px;
}
/* Content right paging */
#content-right .paging {
	height:25px;
	text-align:center;
	padding-top:10px;
}
#content-right .paging ol {
	display:inline;
}
#content-right .paging ol li {
	display:inline;
}
#content-right .paging ol li a:link,
#content-right .paging ol li a:visited {
	background-color:#3a3a3a;
	color:#fff;
	line-height:20px;
	font-weight:bold;
	padding:2px 5px;
	margin-right:4px;
}
#content-right .paging ol li a:hover {
	background-color:#670d5a;
}
/* Content right webcams */
#content-right .webcams li {
	float:left;
	width:138px;
	height:142px;
	margin-right:1px;
	position:relative;
	margin-bottom:2px;
}
#content-right .webcams li .background {

	width:123px;
	height:132px;
	padding:10px 0px 0px 15px;
}
#content-right .webcams li .link {
	width:123px;
	height:132px;
	display:block;
	position:relative;
}
#content-right .webcams li a {
	width:138px;
	height:142px;
	display:block;
	position:absolute;
	top:0px;
	z-index:3;
}
#content-right .webcams li .name img {
	margin-right:5px;
	position:relative;
}
#content-right .webcams li .name a:link,
#content-right .webcams li .name a:visited {
	color:#fff;
}
#content-right .webcams li .webcam-view {
	margin-top:5px;
	margin-left:5px;
}
/* Content right search */
#content-right .search {
}
#content-right .search .top,
#content-right .search .bottom {
	height:16px;
}
#content-right .search .content {

	padding:0px 15px;
	padding-right:0px;
	font-size:9px;
	position:relative;
	width:682px;
}
#content-right .search .content .background-gradient {
	position:absolute;
	top:0px;
	left:6px;
	height:101px;
	width:685px;

}
#content-right .search .content form {
	position:relative;
}
#content-right .search .content fieldset.float {
	float:left;
	width:130px;
	margin-right:4px;
	margin-bottom:14px;
}
#content-right .search .content fieldset.float label {
	display:block;
	margin-bottom:3px;
}
#content-right .search .content fieldset.float input,
#content-right .search .content fieldset.float select {
	width:125px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:3px;
}
#content-right .search .content fieldset.checkboxes input {	
	width:15px;
	height:15px;
}
#content-right .search .content fieldset.checkboxes label {
	vertical-align:top;
	line-height:15px;
}

.nieuw {
color: #805e8b;
}

.image_ {
border: 1px solid #805e8b;
}

.tekst_space {
padding: 5px;
line-weight: 15px;
}

#content_left {
float: left;
}

#content_left a {
color: #402848;
}

#content_right a {
color: #402848;
}

#content_right {
background-color: #F2F2F2;
float: right;
width: 200px;
}

.content_right_top {
background:url('/images/content-back.png') repeat-x;
background-color: #402848;
height: 30px;
color: #ffffff;
}

#content_right h1 {
color: #ffffff;
padding: 5px;
font-size: 14px;
text-transform: uppercase;
}

#content_right h2 {
color: #ffffff;
padding: 5px;
text-align: center;
font-size: 14px;
}

#content_left h2 {
color: #ffffff;
padding: 5px;
font-size: 14px;
}

.hrd {
color: #f15acc;
height: 1px;
}

.small {
font-size: 7pt;
}

#telefoon {
margin-top: 5px;
width: 280px;
height: 100px;
background-image: url(/images/tel.jpg);
}

.bold {
color: #402848;
font-weight: bold;
}

.genres {
padding-left: 10px;
padding: 3px;
}

#pic_language {
position: absolute;
left: 792px;
}

#pro_tr {
height: 20px;
}

#white {
color: #ffffff;
padding: 5px;
font-size: 14px;
text-transform: uppercase;
}

#white a {
color: #ffffff;
padding: 5px;
text-transform: uppercase;
font-size: 14px;
}

#nav {
color: #ffffff;
}

.dropdown {
margin: 20px 5px 20px 5px;
width: 190px;
padding: 5px;
}

.center {
text-align: center;
}

.right {
text-align: center;
}

.aligntop {
vertical-align: top;
}

h3 {
font-size: 11px;
font-weight: normal;
}

.table_color {
background-color: #F2F2F2;
background-image: url(/images/background_table.jpg);
background-position: bottom;
background-repeat: no-repeat;
}

/* Tabs */
#tabs {
	position:relative;
	top: 5px;
	z-index:2;
	padding-left:2px;
}
#tabs ul {
}
#tabs ul li {
	float:left;
}
#tabs ul li a:link,
#tabs ul li a:visited {
	float:left;
	display:block;
	text-align:center;
	font-weight: bold;
	color:#FFF;
	line-height:33px;
	background:url('/images/tab.png') no-repeat;
	width:112px;
	height:33px;
}
#tabs ul li.active a:link,
#tabs ul li.active a:visited {
}
#tabs ul li a:hover {
	
	background:url('/images/tab_hover.png') no-repeat;
}

.text-footer {
color: #402848;
font-size: 7pt;
text-align: center;
}

.text-footer a{
color: #402848;

}

.spacer {
height: 30px;
}

.background-input {
background:url('/images/background-input.jpg') repeat-x;
height: 18px;
width: 190px;
padding-top: 4px;
color: #fff;
padding-left: 4px;
border: 1px solid #402848;
}

.cats li{
float: left;
width: 200px;
padding: 7px;
}

.titels li{
width: 400px;
padding: 7px;
}

.hiddenDiv {
	display: none;
	width: 300px;
	}
.visibleDiv {
	display: block;
	width: 300px;
	border: 1px #402848 solid;
	}
	
	.number {
	color: #805e8b;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	}
	
	.footer
{
	position:absolute;
	width:100%;
	height: 25px;
	bottom: 0px;
	color:#fff;
	font-family: Verdana, sans-serif;
	font-size:13px;
	left: 0px;
	background: #402848;
	padding-top: 8px;
	padding-left: 5px;
	font-weight: bold;
	border-top: 1px solid #CCC;
}

.footer a {
color:#fff;
}

.message
{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #CCC;
	background:#FCFCFC;
	padding: 10px;
	width: 200px;
	text-align: center;
	color: #666;
	position: absolute;
	right: 20px;
	bottom: 40px;
	display: none;
}

.message {
color: #805e8b;
}

 @media screen{
  body>div.footer{
   position: fixed;
  }
 }
 * html body{
  overflow:hidden;
 } 
 * html div#website{
  height:100%;
  overflow:auto;
 }

 .submit_class {
 font-family: Verdana; font-size: 9pt;
 }
