/* Edited with EditCSS */
/**** LINK-tag style sheet sc_route.css ****/

* {
					margin					: 0px;
					padding					: 0px;
}

body {
					font-family				: Verdana, Arial;
					text-align				: center;
					background-color		: #FFFFFF;
}

html {
					height					: 100%; 
					margin-bottom			: 1px;
}

#wrapper {
					width					: 95%;
					margin-top				: 30px;
					margin-right			: auto;
					margin-left				: auto;
					text-align				: left;
					background-color		: #FFFFFF;
}



#menu {
					display					: none;

}

#titel {
					display					: none;

}

#navlist li {
					display					: inline;
					list-style-type			: none;
					margin-right			: 10px; 
					text-transform			: capitalize;
}

#navlist a {
					text-decoration			: none;
					color					: #FFFFFF;
					font-size				: 15px;
					font-weight				: bolder;
}

#navlist a:hover {
					color					: #FFCC33;
}


#binnenpagina {
 			/*		float					: left;			*/
					width					: 95%;
					height					: 95%;
					margin					: 10px;
					}

#content {
					float					: left;
					width					: 95%;
					height					: 95%;
					background-color		: #FFFFFF;

			/*		overflow-x				: hidden;
					overflow-y				: auto;
					overflow				: inherit; 		*/
					
					border					: 1px solid #000000;
					margin-top				: 5px;
					margin-right			: 5px;
					}

#footer {
					clear					: both;
					width					: 95%;
					margin					: 5px;
					}


/* OPMAAK TEKST & BEELD */


.image {
					padding					: 5px;
					border					: 1px solid #000000;
					background-color		: #FFFFFF;
					align					: center;
}

p {
					color					: #000000;
					font-size				: 90%;
					line-height				: 140%;
					padding					: 10px;
}

#footer p {
					color					: #000000;
					font-size				: 65%;
					text-align				: left;
					padding					: 5px;
}

#footer a:link {	
					color					: #000000; 
}

li {
	margin-bottom: 10px;
	color: #000000;
	font-size: 90%;
	line-height: 110%;
	text-align: justify;
}

h1 {
	font-size: 36px;
	color: #000000;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

h2 {
	font-size: 20px;
	color: #000000;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

a:link {
	color:#000000;
}

a:visited {
	color:#000000;
}

a:hover {
	color:#D37511;
}

a:active { color:#00000;
}


