﻿/* layout */

#head {
	/*background-image: url(/files/all/ctp/images/head_home_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;*/
}

#main {
/*	min-height: 400px; /*530
	height: auto !important;
	height: 400px;*/
	background: transparent url(/files/all/ctp/images/main_home_bg.jpg) no-repeat 0 16px;
	padding-top: 0;
}

	#content_start {
		position: relative;
		height: 224px; /*270*/
	}

		#start {
			position: absolute;
			right: 630px;
			top: 20px;
			background-color: #f49f20;
			display: none;
		}

		#start_go {
			position: absolute;
			right: 40px;
			top: 155px;
			z-index: 2;
		}

		#start_go .defaultButton input {
			padding: 5px 20px 5px 20px;
		}

	#content_container {
		background-image: url(/files/all/ctp/images/main_home_faux_bg.gif);
		background-repeat: repeat-y;
		float: left;
		min-height: 200px;
		height: auto !important;
		height: 200px;
	}

		#content_info {
			float: left;
			width: 360px; /*410*/
			margin: 0 10px 0 0;
		/*	_margin: 0 10px 10px 10px; /* IE6 fix */
			padding: 10px;
			background-color: #fbd1a9;
		}

		#content_login {
			float: left;
			width: 220px;
			margin: 0 10px 0 10px;
		/*	_margin: 0 10px 10px 10px; /* IE6 fix */
			padding: 10px;
			background-color: #f49f20;
		}
		
			#content_login_box {
			/*	position: relative;
			width: 181px;*/
			}
		
		#content_login p 
		{
			padding: 0;
			margin: 0;	
		}
		
		#content_info_small 
		{
			position: relative;
			float: left;
			width: 240px;
			min-height: 300px;
			height: auto !important;
			height: 300px;
			margin: 0 0 0 10px;
			padding: 0 0 30px 0;
			background-color: #9d9ea0;
		}
		

.pre_readmore {
	margin-bottom: 0;
}

.readmore {
	margin-top: 5px;
}

/* elements */

.login {
	width: 210px;
	background-color: #fedf99;
}

#content_info_small li {
	margin-left: 0;
}

/* text markup */

.login_text {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
/*	letter-spacing: -1px;*/
	line-height: 20px;
}

#content_info, #content_login, #content_info_small, #content_info a, #content_login a, #content_info_small a {
	color: #583119;
}

.defaultButton input {
	color: #ffffff;
	background: #f49f20;
}

.defaultButton input:hover {
	color: #583119;
}


#content_info_small .input {
	background-color: #ffdd89;
	width: 214px;
}

#content_info_small .button {
	background-color: transparent;
}

#content_info h2 
{
	font-size: 30px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

/* advertentie */

#ctp_ad_head
{
	position: relative;
}

#ctp_ad_head_link
{
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #9d9ea0;
	padding: 6px 8px 6px 8px;
}

#ctp_ad_head_link a
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#ctp_ad_body
{
	position: relative;
	padding: 10px 10px 0 10px;
}

#ctp_ad_footer
{
	position: absolute;
	bottom: 0;
	_bottom: -1px; /* IE6 fix */
	right: 0;
	background-color: #ffffff;
	padding: 6px 8px 6px 8px;
}

#ctp_ad_footer a
{
	text-decoration: none;
	font-weight: bold;
}