/*
Theme Name: EvTA
Description: specialy made theme for EvTA
Version:1.0.1
Author:Stefan Schoonhoven
Author URI:http://www.hetopenvizier.nl
*/
/*algemeen*/
* {
	padding:0;
	margin:0;
}

body {
	position: relative;
	text-align: center;
	background-color: lightgray;
	background-image: url(afbeelding/achtergrond.png);
	background-repeat:repeat-x;
	margin: 0px;
	font-size: 100%;
	background-attachment:fixed;
	}
	
a, a:active, a:visited, img {text-decoration:none;color:0064ff;}

hr {
	color: black;
	height: 1px;
	border-top: 1px dashed lightblue;
	border-bottom: 0px;
	}
	


h1 {font-size:100%;margin:0px;}
h2 {font-size:100%;border-bottom:1px dashed lightblue;}
h5 {font-size:80%;border-bottom:1px dashed lightblue;}

.alignright {
	float:right;
}

#main {
	position: relative;
	background-color: white;
	width:900px;
	min-height:400;
	height:auto!important;
	height:400;
	margin: 40 auto 10 auto;
	padding-top:20;
	z-index:0!important;
	z-index:-1;
	}


/* Menu  */

#top {
	text-align: left;
	width: 900;
	margin: 0px auto;}	

#access {
	text-align: left;
	position: fixed;
	_position:absolute;
	top:0;
	_top:expression(eval(document.body.scrollTop));
	width:900px;
	height:30;
	background: lightblue;
	display: block;
	margin: 0px auto;
	z-index:2;
	border-top:2px solid gray;
	border-bottom:2px solid gray;
	}

#access .menu-header,div.menu {
	font-size: 20px;
	margin-left: 20%;
	}
 
#access .menu-header ul,div.menu ul {
	list-style: none;
	}
 
#access .menu-header li,div.menu li {
	float: left;
	position: relative;
	}
 
#access a {
	color: gray;
	display: block;
	line-height: 30px;
	padding: 0 10px;
	text-decoration: none;
	}
 
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 25px;
	left: 0;
	float: left;
	width: 160px;
	z-index: 99999;
	}
 
#access ul ul li {
	min-width:180px;
	}
 
#access ul ul ul {
	left: 100%;
	top: 0;
	}
 
#access ul ul a {
	background: lightblue;
	line-height: 25px;
	padding: 0 10px;
	min-width: 150;
	height: 25px;
	}
 
#access li:hover > a, 
#access ul ul :hover > a {
	color: #0064ff;
	}


#access ul li:hover ul {
	display: block;
	}
 
#access ul li.current_page_item > a, 
#access ul li.current-menu-ancestor > a, 
#access ul li.current-menu-item > a, 
#access ul li.current-menu-parent > a {
	color: #fff;
	}
 
* html #access ul li.current_page_item a, 
* html #access ul li.current-menu-ancestor a, 
* html #access ul li.current-menu-item a, 
* html #access ul li.current-menu-parent a{
	color: #fff;
	}

* html #access ul li a:hover {
	color: #0064ff;
	}



#foto {
	position: relative;
	width:800;
	height: 350;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10;
	}

#fotopagina, #fotosingle {
	position: relative;
	width:800;
	height: 200;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10;
	}

#cimy_div_id_0, #cimy_div_id_1 {
	width: 100%;
	height: 100%;
	
	}


#teksthome {
	position: relative;
	text-align: left;
	position: relative;
	width:800;
	margin:0px auto;
	}

#tekstpagina {
	position: relative;
	text-align: left;
	position: relative;
	width:600;
	margin:10px auto;
	min-height:400px;
	}

#tekstsingle h1, #tekstpagina h1 {font-size:22;}
	
#tekstsingle {
	position: relative;
	text-align: left;
	position: relative;
	width:600;
	margin:10px auto;
	}

#tekstsingle p,#tekstpagina p,#tekstsingle h5,#tekstpagina h1 {margin-bottom:10px;}

#newshome {
	position: relative;
	text-align: left;
	width: 800;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10;
	
	}

#linkshome {
	position: relative;	
	width:800;
	margin:0 auto;
	height: 200;
	}

.blokken {
	cursor:hand; 
	position: relative;
	width: 200;
	height: 180;
	float: left;
	text-align: center;
	margin-left: 50px;
	padding-top:10px; 
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	background-color: lightgray;
	}

.blokken:hover {
	background-color: lightblue;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-top:1px solid gray;
	border-left:1px solid gray;
	}

	/*footer*/
#footer {
	font-size:80%;
	position: absolute;
	border-top:1px solid lightblue;
	width:900;
	bottom:-1px;
	left:0px;
} 

#made {
	position: absolute;
	top:20;
	right:0;
	color:gray;
}

#made a {text-decoration:none;color:black;}