/* Login systeem */
#login_table{
	margin-left:		auto;
	margin-right:		auto;
}

/* rol_pages */
.text_shell img{
	padding: 10px;		/* Om afstand tussen de tekst en de afbeeldingen te creëren. */
}


/* rol_photobook */
.rol_pb_content{
	text-align:			center;
}
.rol_pb_content a{
	/*color:				#000000;*/
}a

/* RSS feed */
.rss a{
	color:				#ffffff;
}

/* News system */
.ne_item{
	clear: both;
}
.ne_item img{
	padding: 10px;		/* Om afstand tussen de tekst en de afbeeldingen te creëren. */
}
.ne_item_clear{
	clear: both;
}

/* News Archive system */
.ne_archive_item{
	clear: both;
	line-height: 100px;
}
.ne_archive_item img{
	padding: 10px;
}
.ne_archive_item a{
	color: #612597;
	text-decoration: none;
}


/* User Informatie Systeem */
.user_information_table{
	margin-left:		auto;
	margin-right:		auto;
	text-align:			center;
	width:				600px;
}.user_information_table_photo{
	border-left:		2px dotted #000000;
	border-top:			2px dotted #000000;
	width:				40%
}.user_information_table_name1{
	border-top:			2px dotted #000000;
	font-weight:		bold;
}.user_information_table_name{
	border-right:		2px dotted #000000;
	border-top:			2px dotted #000000;
	width:				40%
}.user_information_table_age1{
	font-weight:		bold;
	width:				20%
}.user_information_table_age{
	border-right:		2px dotted #000000;
	width:				40%
}.user_information_table_function1{
	font-weight:		bold;
}.user_information_table_function{
	border-right:		2px dotted #000000;
	width:				40%
}.user_information_table_profile{
	border:				2px dotted #000000;
}

/* ROL_guestbook #FFCC00; */
.rol_guestbook_table{
	border:				1px solid #000000;
	width:				500px;
	color:				#ffffff;
}.rol_guestbook_table_name{
	width:				400px;
	background-color:	#006699;
	border-bottom:		1px dotted #000000;
}.rol_guestbook_table_message{
	width:				400px;
	background-color:	#006699;
	text-align:			left;
}.rol_guestbook_table_date{
	width:				400px;
	background-color:	#006699;
	border-bottom:		1px dotted #000000;
}.rol_guestbook_table_ip{
	width:				400px;
	background-color:	#006699;
	border-bottom:		1px dotted #000000;
}.rol_guestbook_table a{
	color:				#ffffff;
}

/* Vertical Suckerfish CSS */
#nav, #nav ul { /* all lists */
	padding:			0;
	margin:				0;
}#nav li { /* all list items */
	list-style:			none;
	position:			relative;
	float:				left;
	width:				130px;
}#nav li a { /* Menu items */
	color:				#ffffff;
	width:				130px;
	display:			block;
	text-decoration:	none;
	padding:			1px 0px;
}

/* Start Horizontale menu CSS */
#nav_h, #nav_h ul {
	padding:			0;
	margin:				0;
	list-style:			none;
	z-index:			100;		/* Required to keep the menu items on top. */
	color:				#ffffff;
}#nav_h a {
	display:			block;
	width:				120px;
	text-decoration:	none;		/* Required to keep underlines and hover effects of the menu. */
	color:				#ffffff;		/* If the color is black only the (a) fields have to get an assigned color. */
}#nav_h li {
	float:				left;		/*  */
	width:				80px;		/*  */
}#nav_h li ul {
	position:			absolute;	/*  */
	width:				120px;		/*  */
	left:				-900em;		/*  */
	background-color:	#612597;	/* Background for the submenu items. */
	border:				1px solid #FFFFFF;	/* Border for the submenu column */
}#nav_h li:hover ul {
	left:				auto;
}#nav_h li:hover ul, #nav_h li.sfhover ul {
	left:				auto;
}

#nav_h li:hover, #nav_h li.hover {  
  position: static;  
} 