/******STYLESHEET - STANDARD********/

/**************HTML*****************/
	html{
		background-color: #D5DEFF;
		background: url(zwemmen_bg.jpg) no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size:cover;    
	}
		
	body{
		overflow-y:scroll;
	}

	#container{
		width:1000px;
		margin:10px auto;		/*Margin --> auto = center*/
		padding: 10px 0px 0px 0px; 
		text-align:center;
		background: url(lees_achtergrond.png);
	} 

/**************MENU*****************/
	#mainmenu {
		width:100%;
		border-bottom:0px solid #000;
		overflow:hidden;
		position:relative;
		background: url(lees_achtergrond.png); /*voor de iets wittere achtergrond*/
		text-transform:uppercase;
		font-weight:bold;
		padding:5xp 0px;

	}

	#mainmenu ul {
	
		clear:left;
		float:left;
		list-style:none;
		margin:10px 0px 10px 0px; /*boven en onder moet 4 px verschillen door een iets te groot logo*/
		padding:0px;/*moet nul zijn*/
		position:relative;
		left:50%; /*ul: left:50% - li: right:50% ---> zorgt voor precies midden in scherm*/
		text-align:center;
	}

	#mainmenu ul li {
		display:block;
		float:left;
		list-style:none;
		margin:0px 0px;
		padding:0px;
		position:relative;
		right:50%;
	}

	#mainmenu ul li a {
		display:block;
		margin:0px;
		padding:0px;
		color:#333333;
		font-family: sans-serif, Trebuchet MS;
		font-size: 22px;
		text-decoration:none;
		width:150px;
	}

	#mainmenu ul li a:hover {
		color:#5A5A5A;
	}

	/*Main and Sub menu spacer*/
	#menuspacer{
		width:100%;
		height: 10px;
		border-bottom:0px solid #000;
		overflow:hidden;
		position:relative;
		background: none;
	}

	/*submenu alleen zichtbaar na inloggen*/
	#submenu {
		width:100%;
		border-bottom:0px solid #000;
		overflow:hidden;
		position:relative;
		background: url(lees_achtergrond.png); /*voor de iets wittere achtergrond*/
		text-transform:uppercase;
		font-weight:bold;
	}

	#submenu ul {
		clear:left;
		float:left;
		list-style:none;
		margin:10px 0px 10px 0px; /*boven en onder moet 4 px verschillen door een iets te groot logo*/
		padding:0px;/*moet nul zijn*/
		position:relative;
		left:50%; /*ul: left:50% - li: right:50% ---> zorgt voor precies midden in scherm*/
		text-align:center;
	}

	#submenu ul li {
		display:block;
		float:left;
		list-style:none;
		margin:0px 15px;
		padding:0px;
		position:relative;
		right:50%;
	}

	#submenu ul li a {
		display:block;
		margin:0px;
		padding:0px;
		color:#333333;
		font-family: sans-serif, Trebuchet MS;
		font-size: 22px;
		text-decoration:none;
		width: auto;
	}

	#submenu ul li a:hover {
		background:#;
		color:#5A5A5A;
	}

	#submenu ul li a.active {
		color:#fff;
		background:#000;
		font-weight:bold;
	}
	
/**************MAIN*****************/
	#main {
		color:#333333;
		font-size: 13px;
		font-family: sans-serif, Trebuchet MS; /*Niet: Arial, Verdana, Comic Sans (MS), Courier New  */
		text-align:left;
		width:900px;
		margin: auto;
		padding: 13px 0px 10px 0px;
		line-height:1.5em;
	}

	#main_center{
		color: #333333;
		font-size: 13px;
		font-family: sans-serif, Trebuchet MS; /*Niet: Arial, Verdana, Comic Sans (MS), Courier New  */
		text-align: center;
		width: 900px;
		margin: auto;
		padding: 13px 0px 10px 0px;
		line-height: 1.5em;
	}

/**************TABLES***************/
	table#table_lied {
		margin:0 auto; 
		width:700px;
		font-size: 13px;
	}

	table.namenlijst{
		white-space: normal;
		line-height: normal;
		font-weight: normal;
		font-size: 13px;
		font-variant: normal;
		font-style: normal;
		color: -webkit-text;
		text-align: start;
	}

	table.login{
		margin: 0;
		padding:0;
		border-spacing:0px;
	}
	table.login td{
		padding-left:0px;
		padding-right:5px;
	}

	tr,td {
		text-align:left;
	}

/****TABLE MEMBERLIST FROM MYSQL****/	
	table.memberlist{
		margin:0px;
		padding:0px 0px 0px 0px;
		border-collapse: collapse;
		border-left: 1px solid black;
		border-right: 1px solid black;
	}
	
	table.memberlist td{
		border-top :1px solid black;
		border-bottom :1px solid black;
		padding:0px 5px 0px 5px;
	}
	
	table.memberlist th{
		border-top :1px solid black;
		border-bottom :1px solid black;
		padding:0px 5px 0px 5px;
	}

/**************ERROR****************/
	.error{
		color:red;
	}

/**************INPUT****************/
	input[type=submit] {
		margin:0px;
		padding:5px 5px;
		background:#CCCCCC;
		border:0 none;
		cursor:pointer;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
	
	input[type=text]{	
		margin:2px 0px;
		padding:5px 5px; 
		background:#DDDDDD; 
		width: 200px;
		border:0 none;
		cursor:text;
		-webkit-border-radius: 5px;
		border-radius: 5px; 
	}
	
	input[type=password] {
		margin:2px 0px;
		padding:5px 5px; 
		background:#DDDDDD; 
		width: 200px;
		border:0 none;
		cursor:text;
		-webkit-border-radius: 5px;
		border-radius: 5px; 
	}

/***********ALL LINKS***************/
	a:link{
		color:#333333;
		text-decoration: underline;
	}

	a:visited{
		color:#333333;
		text-decoration: underline;
	}

	a:hover{
		text-decoration:underline;
	}

	a:active{
		color: #000000;
	}

/********IMAGE GALLERY LIST*********/
	span.datum{
		color:black;
	}
	
	table.gallery_list{
		border-spacing: 0px;
		margin: 0px auto;
		padding:0px;
	}
	
	table.gallery_list img{
		/*padding = space between border and image*/
		/*margin  = space between border and td (in td as padding)*/
		/*margin  = top, right, buttom, left*/
		margin: 0px 5px 5px 0px;
		padding:0px;
		height:74px;
		width:100px;
		cursor: pointer;
		border: 0px solid darkgrey;
	}
	
	table.gallery_list td{
		/*padding  = space between border and td */
		/*margin   = doesn't exist*/
		padding:0px;
		line-height: 0em;	
	}

	table.gallery_list td.gallery_list_text{
		/*inherit from table td*/
		/*padding  = space between border and td */
		/*margin   = doesn't exist*/
		line-height: 1.5em;
	}

/*Voor het automatisch galerei maken*/
	.thumbnail{
		height:80px;
		width:60px; 
		/*margin origineel
		margin: 0px 3px 6px 3px; */
		margin:1px;
		cursor:pointer;
		border: 0px solid black;
	}

	.foto{
		border:0px solid red;
		max-width:600px;
		max-height:600px;
	}

	table.fotoalbum{
		line-height: 0em;
	}
	
	table.fotoalbum tr td{
		padding: 0px;
	}
	
	table.fotoalbum td.fotoalbum_text{
		/*inherit from table td*/
		/*padding  = space between border and td */
		/*margin   = doesn't exist*/
		line-height: 1.5em;
	}

/******voor de fotos van leden******/
	.doorzichtig {
		height: 80px; 
		width:  60px;
		margin: 0px 6px 6px 0px;
	}

	table.ledenfotos{
		border-spacing: 0px;
		margin: 0px auto;
		padding:0px;
	}
	
	table.ledenfotos img{
		/*padding = space between border and image*/
		/*margin  = space between border and td (in td as padding)*/
		/*margin  = top, right, buttom, left*/
		margin: 0px 1px 1px 0px;
		padding:0px;
		height: 80px; 
		width:  60px;
		cursor: pointer;
		border: 0px solid darkgrey; 
	}
	
	table.ledenfotos img.vergroot{
		/*inherit from table.ledenfotos img*/
		margin: 0px 0px 0px 10px;
		height: 300px;
		width:  200px;
		cursor: default;
	}
	
	table.ledenfotos td{
		/*padding  = space between border and td */
		/*margin   = doesn't exist*/
		padding:0px;
		line-height: 0em;
	}
	
	table.ledenfotos td.ledenfotos_tekst{
		/*inherit from table td*/
		/*padding  = space between border and td */
		/*margin   = doesn't exist*/
		line-height: 1.5em;
	}