@charset "UTF-8";
/*
	KamaSutrA Stylesheet v3.0
*/

/*
	Styles voor page_header
*/
body 
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url('../../images/v3.0/background_body.png');
	background-repeat: repeat-x; 
	background-color: #210707;
	padding:0px; 
	margin:0px; 
}

/*
	Style voor pagina
*/
#page {
	width: 1000px;
	margin: auto;
	text-align: left;
}

.page-holder{
	width:100%;
}

.page-wrapper{
	margin:0 -25px;
	width:1050px;
}

.top-shadow {
	background: url("../../images/v3.0/shadow-top.png") no-repeat top;
	height: 76px;
	margin-top: 10px;
	float: left;
	width: 100%;
}

.container-shadow {
	background: url("../../images/v3.0/container-shadow.png") repeat-y;
	float: left;
	width: 100%;
	margin: 0; 
	padding: 0;
}

.bottom-shadow {
	background: url("../../images/v3.0/shadow-bottom.png") no-repeat bottom;
	height: 50px;
	float: left;
	width: 100%;
	margin-bottom: -25px;
}


.container {
	background-image: url('../../images/v3.0/background_body_agecheck.png');
	background-repeat: repeat-x; 
	background-color: #210707;
	margin: 0 25px; 
	margin-top: -51px;
	margin-bottom: -25px;
	float: left;
	display: inline;
	width: 1000px;
	height: 900px;
}
.agecheck_container
{
	background-image: url('../../images/v3.0/background_agecheck_container.png');
	background-repeat: no-repeat;
	background-position: top right;
	width: 1000px;
	height: 900px;	
}

/*
	Style voor header
*/
#header {
	background: url("../../images/v3.0/background_header.png") no-repeat top;
	height: 200px;
}


#header .logo {
	padding: 17px 0px 8px 17px;
}

#header .toegang {
	padding: 28px 0px 0px 8px;
	float: left;
}

#header .container-advertentie {
	background: url("../../images/v3.0/background_advertentie.png") no-repeat top;
	margin-left: 28px;
	height: 60px;
	width: 468px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 10px;
	padding-bottom: 15px;
}


#header .container-nextbeurs {
	float: right;
	background: url("../../images/v3.0/background_nextbeurs.png") no-repeat top;
	margin-right: 145px;
	height: 92px;
	width: 304px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 10px;
	padding-bottom: 15px;
}

#header .container-sponsor {
	float: right;
	background: url("../../../images/v3.0/background_nextbeurs.png") no-repeat top;
	background-color: #000000;
	margin-right: 145px;
	height: 92px;
	width: 304px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 10px;
	padding-bottom: 15px;
}

/*
	Style voor content_container
*/
#content_container{
  background-color:#ffffff;
  float:left;
  width:330px;
  border-left:196px solid #5b0f0e;  
  /* The width and color of the left rail */
  border-right:470px solid #ffffff;  
  /* The width and color of the right rail */
}
#left_column{
  float:left;
  width:196px;
  margin-left:-196px;
  position:relative;
}
#center{
  	float:left;
  	width:320px;
  	margin-right:-330px;
	background-color: #ffffff;
	color: #000000;
	min-height: 1000px;
	padding-right: 10px;
}
#right_column{
  float:right;
  width:470px;
  margin-right:-470px;
  position:relative;
}
/*
	Style voor content_container Page
*/

#content_container_page{
  background-color:#ffffff;
  float: left;
  width: 804px;
  border-left: 196px solid #5b0f0e;  
  vertical-align: top;
  padding-bottom: 60px;
}


/*
Style voor lijsten
*/

.forabg {
	background: #e9e9e9 none repeat-x 0 0;
	margin-bottom: 4px;
	padding: 0 5px;
	clear: both;
}

span.corners-top, span.corners-bottom, span.corners-top span, span.corners-bottom span {
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 5px;
	background-repeat: no-repeat;
}

span.corners-top {
	background-image: none;
	background-position: 0 0;
	margin: 0 -5px;
}

span.corners-top span {
	background-image: none;
	background-position: 100% 0;
}

span.corners-bottom {
	background-image: none;
	background-position: 0 100%;
	margin: 0 -5px;
	clear: both;
}

span.corners-bottom span {
	background-image: none;
	background-position: 100% 100%;
}

span.corners-top {
	background-image: url("../../images/video/corners_left.png");
}

span.corners-top span {
	background-image: url("../../images/video/corners_right.png");
}

span.corners-bottom {
	background-image: url("../../images/video/corners_left.png");
}

span.corners-bottom span {
	background-image: url("../../images/video/corners_right.png");
}

.forabg {
	background-color: #580e0e;
	background-image: url("../../images/v3.0/bg_list.png");
}
ul.topiclist {
	display: block;
	list-style-type: none;
	padding: 0px;
	margin: 0px;	
}

ul.topiclist li.row  {
	background-image: url("../../images/v3.0/background_li_row.png");
	background-repeat: repeat-x;
	background-color: #e9e9e9;
	position: relative;
	margin: 0;	
	border-bottom: 1px solid #bdbdbd;
}
ul.topiclist li.header  {
	color: #ffffff;
	font-size: 14px;
	height: 17px;	
}



ul.topiclist li a,ul.topiclist li a:visited,ul.topiclist li a:active
{
	display: block;
	padding: 5px 5px 5px 5px;
	color: #9d0709;
	text-decoration: none;
	width: 100%;
	font-weight: bold;

}

html>body ul.topiclist li a { width: auto; }

ul.topiclist  li a:hover
{
	color: #9d0709;
}

hr {
	border: 0 none #FFFFFF;
	border-top: 1px solid #bdbdbd;
	height: 1px;
	margin: 0px;
	padding: 0px;
	display: block;
}

.content-index {
	background-image: url("../../images/v3.0/background_li_row.png");
	background-repeat: repeat-x;
	background-color: #e9e9e9;
	position: relative;
	margin: 0;	
	border-bottom: 1px solid #bdbdbd;
	padding: 10px;
}

.video-index {
	background-image: url("../../images/v3.0/background_li_row.png");
	background-repeat: repeat-x;
	background-color: #e9e9e9;
	position: relative;
	margin: 0;	
	border-bottom: 1px solid #bdbdbd;
	height: 93px;
	padding: 4px;
}
#video
{
	float: left; 
	width: 256px;
}

#video_left
{
	float: left; 
	width: 130px; 
}

#video_right
{
	float: left; 
	width: 115px; 
	padding-left: 10px;
	border-left: 1px solid #bdbdbd;
}
#video ul {
	display: block;
	list-style-type: none;
	padding: 0px;
	margin: 0px;	
}

#video ul li.row  {
	margin: 0;	
}

#video ul li a,#video ul li a:visited,#video ul li a:active
{
	color: #9d0709;
	text-decoration: none;
	font-weight: bold;
	display: block;
	text-decoration: none;
	width: 100%;

}

html>body #video ul li a { width: auto; }

#video ul li a:hover
{
	color: #f18900;
}

a,a:visited,a:active
{
	color: #9d0709;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color: #f18900;
}

