/* For streched tables */
	/*	text-align:center;
	left: auto;
	right: auto;
	margin-left: auto;
	margin-right: auto;
	*/
	
	/*
static Default. 
An element with position: static always has the position the normal flow of the page gives it 
(a static element ignores any top, bottom, left, or right declarations) 

relative 
An element with position: relative moves an element relative to its normal position, so 
"left:20" adds 20 pixels to the element's LEFT position 

absolute 
An element with position: absolute is positioned at the specified coordinates relative to 
its containing block. The element's position is specified with the "left", "top", "right", 
and "bottom" properties 

fixed 
An element with position: fixed is positioned at the specified coordinates relative to the 
browser window. The element's position is specified with the "left", "top", "right", and 
"bottom" properties. The element remains at that position regardless of scrolling. Works in IE7 (strict mode) 
*/
html, body {
	margin:0px;
	padding:0px;
	border:none;
/*	background-image:url(../images/likefiction/back_01.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #ebeff2; */
}

#refpoint {
	position: absolute;
	bottom: 0px;
	width: 1px;
	height: 1px;
}

/* 
#content {
	width: 1005px;
	position: relative;
	margin: auto;
}
*/

#row1 {
	width:100%; 
	background-image: url(../images/likefiction/back_00.jpg);
	background-repeat: repeat-x;
	padding: 0px;
}
	.row1_cell {
		width:1005px;
		height:123px;
		vertical-align:top;
	}
		.flags {
		position: relative;
		right: 10px;
		top: 10px;
		text-align: right;
}

#row2 { 
	width:100%;
	height:38px;
	padding:0px;
	z-index:1;
	background-image:url(../images/likefiction/back_menu.jpg);
	background-repeat:repeat-x;
	background-color: #afbdc0;
}
	.row2_cell {

		width:1005px;
		height:38px;
		margin-left:auto;
		margin-right:auto;
		/*float: right; /* nieuw 14-05 */
		/*text-align:right;
		right:0px;*/
		
	}

#row3 {
	width:100%;
	background-color:#ebeff2;
}
	.row3_cell {
		width:1005px;
		height:3px;
		margin-left:auto;
		margin-right:auto;
	}
#row4 {
	bottom: 53px; /* by pierre */
	width:100%;
	background-color:#ebeff2;
}
	.row4_cell {
		width:1005px;
		border-left: 1px solid #e5e8eb;
		margin-left:auto;
		margin-right:auto;
	}
		.row4_cell_col1 {
			padding:18px;
			background-color: #ffffff;
			width:759px; /* 759 */
			vertical-align:top;
		}
		.row4_cell_col2 {
			padding:18px;
			background-color: #333333;
			background-image: url(../images/likefiction/back_02.jpg);
			background-position: bottom;
			background-repeat: no-repeat;
			vertical-align: top;
			/* invoegen indien meer hoogte gewenst */
			/* 
				min-height:400px;
				height:400px;
			*/
			width:174px;
		}
			.row4_cell_col2_table {
				width:174px;
				border:1px solid #FFFFFF;
				margin-bottom:18px;
			}
				.login_head {
					width:174px;
					padding: 3px;
					background-color:#FFFFFF;
				}
				.login_input {
					width: 100px;
					border:1px solid #0099ff;
					font-size: 10px;
					color:#0099ff;
				}
				.login_check {
					border:1px solid #0099ff;
				}
			.padding {
				padding:5px;
				padding-right:0px;
			}
				.padding_news_title {
					padding:5px;
					padding-bottom:0px;
				}
				.padding_news_item {
					padding:5px;
					padding-left:15px;
					padding-top:0px;
				}

#row5 {
	width:100%;
	padding:0px;
	background-image: url(../images/likefiction/bottom_01.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	height:53px;
}
	.row5_cell {
		width:1005px;
		margin-left:auto;
		margin-right:auto;
	}
		.spacer {
			height:38px;
			width:1005px;
		}
		.footer_left {
			width:50%;
			padding: 10px;
			font-size:10px;
			background-color:#ffffff;
		}
		.footer_right {
			width:50%;
			padding: 10px;
			font-size:10px;
			background-color:#ffffff;
			text-align:right;
		}

.shade {
	background-image:url(../images/likefiction/shade.jpg);
	background-repeat:repeat-y;
	width:7px;
}
/* HIER BEGINT ANDERE CSS */

#loginform {
	font-size: 8px;
	color: #444444;
	font-family: Arial, Helvetica, sans-serif;
}
A:link {
	FONT-SIZE: 12px;
	BACKGROUND: none transparent scroll repeat 0% 0%;
	COLOR: #0099FF;
	font-family: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	text-transform: none;
}
A:active {
	FONT-SIZE: 12px; 
	BACKGROUND: none transparent scroll repeat 0% 0%; 
	COLOR: #0099FF; 
	font-family: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none
}
A:visited {
	FONT-SIZE: 12px; 
	BACKGROUND: none transparent scroll repeat 0% 0%; 
	COLOR: #0099FF; 
	font-family: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none
}
A:hover {
	FONT-SIZE: 12px; 
	BACKGROUND: none transparent scroll repeat 0% 0%; 
	COLOR: #0066FF; 
	font-family: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none
}
INPUT,SELECT,TEXTAREA {
	font-size: 11px;
	color: #000000;
	font-family: Verdana;
	border: 1px solid #4D5A6A;
	background: #E6F7FF;
}

.submit input {
	background: #E5E5E5;
} 


/* this seems to work for IE7 */
input[type="checkbox"], input[type="radio"]{
   border: 0;
}

P, TD, BODY {
	font-size: 13px;
	/* color: #3E4B57; */
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
TD {
	vertical-align: top;
}
.Big_heading {
	font-size: 18px;
	font-weight: bold;
	color: #2D94D7;
}
.news {
	font-size: 9px;
	color: #444444;
	font-family: Arial, Helvetica, sans-serif;
}
li {
	list-style-type: square;
}

/* Text Classes */
/* Plain Text */

.text_title {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.text_h1 {
	font-size: 12px;
	font-weight: bold;
	color: #0099ff;
}
.text_login_title {
	font-size: 12px;
	font-weight: bold;
	color:#0099ff;
}
.text_login_label {
	font-size:10px;
	color:#FFFFFF;
}
.text_login_label_grey {
	font-size:10px;
	color:#999999;
}
.text_news_title {
	font-size: 12px;
	font-weight: bold;
	color:#0099ff;
}
.text_news_item_title {
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
}
.text_news_item_label {
	font-size:10px;
	font-style:italic;
	color:#FFFFFF;
}
.text_news_item_date {
	font-size:10px;
	color:#FFFFFF;
}
/* Links */
a.footer_link, a:link.footer_link, a:visited.footer_link {
	font-size:10px;
}
a:hover.footer_link {
	font-size:10px;
}
a.row4_link, a:link.row4_link, a:visited.row4_link {
	font-size:10px;
	color:#0099FF;
	text-decoration:underline;
}
a:hover.row4_link {
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
}
h1 { 
	font-size: 16px;
	font-weight: bold;
	color: #222222;
	padding-left: 20px;
	background: url(../images/likefiction/logo_title.jpg) no-repeat left 2px;
	}
h2 { 
	font-size: 14px;
	color: #222222;
	font-weight: bold;
	padding-top: 10px;
	/*padding-left: 20px;*/
	/*background: url(../images/likefiction/logo_title.jpg) no-repeat left 11px;*/
}

th {
	text-align: left;
	background-color: #f5f5f5;
	font-weight: bold;
	vertical-align: top; 
}
