HTML, BODY {
	font-family: Verdana, Arial, Courier;
	font-size: 0.9em;
	line-height: 18px;
}
BODY {
	background-color: #c8c8c8;
	background-image: url('img/bg.gif');
	margin: 0px;
	padding: 0px;
}
#content {
	position: relative;
	width: 950px;
	background-color: #f2f2f2;
	margin: 0 auto;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	background-image: url('img/menu_bg.jpg');
	background-position: right;
	background-repeat: repeat-y;
}

#content .banner_top {
	position: absolute;
	top: 5px;
	right: 40px;
}

H1 {
	background-image: url('img/logo.jpg');
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	width: 700px;
	height: 20px;
	padding-top: 60px;
	text-align: center;
	font-size: 0.9em;
	color: #728ac2;
}
#left_content {
	float: left;
	width: 720px;
}
	#left_content .block1 {
		position: relative;
		width: 720px;
		clear: both;
	}
	
	.block1 .alinea1 {
		padding-left: 5px;
		text-align: justify;
		padding-bottom: 10px;
	}
		.block1 .alinea1 h2 {
			padding: 0;
			margin: 0;
		}
		.block1 .alinea1 h2 a {
			color: #016ecb;
			font-size: 0.9em;
		}
		
	.block1 .alinea2 {
		padding-left: 5px;
		text-align: justify;
		padding-bottom: 10px;
	}
	.block1 .alinea1 IMG  {
		float: left;
		margin-bottom: 3px;
		margin-right: 3px;
		border: 1px solid #000;
	}
	.block1 .alinea2 IMG  {
		float: right;
		margin-bottom: 3px;
		margin-left: 3px;
		border: 1px solid #000;
		
	}
	
	.nieuwe_verhalen {
		padding-left: 5px;
		width: 450px;
	}
		.nieuwe_verhalen h2 {
			padding: 0px;
			margin: 3px;
			font-size: 1.1em;
			color: #e639a7;
		}
		.nieuwe_verhalen .verhaal {
			position: relative;
			width: 450px;
			text-align: justify;
			padding-bottom: 10px;
		}
		.nieuwe_verhalen .verhaal a {
			color: #e66ab9;
			font-weight: Bold;
			font-size: 0.8em;
		}
		.nieuwe_verhalen .verhaal a:hover {
			color: #e66ab9;
			font-size: 0.8em;
		}
		.nieuwe_verhalen .verhaal H3 {
			padding: 0px;
			margin: 0px;
			font-size: 0.9em;
			color: #565656;
			text-align: left;
		}
		.nieuwe_verhalen .verhaal H3 a {
			font-size: 0.9em;
			color: #565656;
			text-decoration: none;
		}
		.nieuwe_verhalen .verhaal H3 a:hover {
			font-size: 0.9em;
			color: #000000;
			text-decoration: none;
		}
		.nieuwe_verhalen .suba IMG {
			float: right;
			margin-left: 3px;
			margin-bottom: 3px;
			border: 1px solid #000;
		}
		.nieuwe_verhalen .subb IMG {
			float: left;
			margin-right: 3px;
			margin-bottom: 3px;
			border: 1px solid #000;
		}
	
	.gratis {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 235px;
	}
		.gratis .links2 a {
			font-family: Arial;
			font-size: 0.9em;
			color: #4e4e4e;
			text-align: left;
			text-decoration: none;
			display: block;
		}
		.gratis .links2 a:hover {
			color: #000000;
			text-decoration: underline;
		}
		.gratis .links2 H3 {
			padding: 0px;
			margin: 0px;
			font-size: 0.9em;
			color: #e639a7;
			text-align: left;
		}
		
		.gratis .links a {
			font-family: Arial;
			font-size: 0.9em;
			color: #ff17ab;
			text-align: left;
			text-decoration: none;
			display: block;
		}
		.gratis .links a:hover {
			color: #4a4a4a;
			text-decoration: underline;
		}
		.gratis .links H3 {
			padding: 0px;
			margin: 0px;
			font-size: 0.9em;
			color: #565656;
			text-align: left;
		}
	
	#left_content .promofotos {
		clear: both;
		position: relative;
		padding-left: 60px;
		padding-bottom: 20px;
	}
	#left_content .promofotos h2 {
		padding: 0px;
		margin: 0px;
		font-size: 0.9em;
		color: #e639a7;
		text-align: left;
	}
	#left_content .promofotos IMG {
		width: 148px;
		height: 98px;
		border: 1px solid #000000;
	}
	#left_content .promofotos IMG:hover {
		border: 1px solid #f398d2;
	}

	
#right_menu {
	float: right;
	width: 200px;
	text-align: left;
	color: #FFF;
}
	#right_menu strong {
		margin-left: 10px;
	}
	#right_menu a {
		display: block;
		margin-left: 15px;
		color: #FFF;
		text-decoration: none;
	}
	#right_menu a:hover {
		color: #FFF;
		text-decoration: underline;
	}
	#right_menu .partners a {
		display: block;
		margin-left: 15px;
		color: #a0a0a0;
		text-decoration: none;
	}
	#right_menu .partners  a:hover {
		color: #f3f3f3;
		text-decoration: underline;
	}
	#right_menu .text  {
		margin-left: 15px;
	}
	#right_menu .text b  {
		color: #f883ce;
	}
	
a {
	font-size: 0.9em;
	color: #d303c2;
	text-decoration: underline;
}
a:hover {
	font-size: 0.9em;
	color: #97008b;
	text-decoration: underline;
}