/*Style sheet for EGhO, kinderergotherapiebreda.nl*/

/* {
	outline: 1px solid red;
	}*/

/*General Element Lay-out*/

* {
	margin: 0;
	padding: 0;
	border: none;
	}

html {
	height: 100%;
	}

body {
	height: 100%;
	text-align: center;
	color: #111111;
	font-size: 12px;
	background: #FFFFAF url(images/buttonh.png) -9999px -9999px no-repeat;
	font-family: "Comis Sans MS", arial, sans-serif; 
	}

a {
	color: #333333;
	text-decoration: none;
	}

	a:hover {
		color: #333333;
		}

	a:visited {
		color: #333333;
		}

/*Block Element Lay-out*/

#wrapper {
	position: relative;
	width: 800px;
	margin: 0 auto;
	text-align: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #FFFFAF url(images/bg2.png) 0 0 repeat-y;
	}

#header {
	background: url(images/bgh.png) 0 60px repeat-x;
	height: 63px;
	margin: 0 0 30px 65px;
	padding: 60px 0 0 23px;
	}

	#title {
		font-size: 35px;
		}

	#tagline {
		font-size: 15px;
		padding: 0 0 0 15px;
		}

#main {

	}

	#leftc {
		float: left;
		width: 149px;
		background: url(images/buttonkh.png) -9999px -9999px no-repeat;
		}
		
		#nav {
			width: 125px;
			margin: 0 auto;
			}

			#nav ul {
				list-style-type: none;
				}

			#nav ul li {
				margin: 0 0 3px 0;
				}

				#nav a {
					display: block;
					height: 30px;
					width: 125px;		
					background: url(images/button.png) 0 0 no-repeat;
					}

				#nav a:hover {
					display: block;
					background: url(images/buttonh.png) 0 0 no-repeat;
					}

				#nav li ul {
					margin: 0 0 0 25px;
					}

					#nav li ul a {
						display: block;
						height: 24px;
						width: 100px;
						background: url(images/buttonk.png) 0 0 no-repeat;
						}

					#nav li ul a:hover {
						display: block;
						background: url(images/buttonkh.png) 0 0 no-repeat;
						}

		#adres {
			margin: 15px auto 0 auto;
			width: 117px;
			height: 120px;
			font-size: 11px;
			background: url(images/bga.png) 0 0 repeat-x;
			padding: 10px 0 0 10px;
			}
	
		#adres ul {
			list-style-type: none;
			}

	#content {
		margin: 0 0 0 165px;
		}

		#content a {
			color: #800000;
			}

		#content a:hover {
			color: #800000;
			text-decoration: underline;
			}
		
		#content ul, ol {
			margin: 0 0 0.5em 15px;
			}

		#content h1, h2, h3, h4, h5 {
			margin: 0 0 1em 0;
			}

/*		#content h2 {
			width: 200px;
			height: 30px;
			margin: 0 auto 1em auto;
			text-align: center;
			background: url(images/kopbg.png) 0 0 no-repeat;	
			}*/

		#content p {
			margin: 0 0 0.5em 0;
			line-height: 1.5em;
			}

	.voetnoot {
		font-style: italic;
		}

#footer {
	position: absolute;
	bottom: 0px;
	left: 20px;
	width: 110px;
	}

		#footer ul {
			list-style-type: none;
			}

		#footer ul li {
			display: inline;
			}

/*specific .inc.php lay-out*/

.contactul {
	list-style-type: none;
	margin: 0 0 0.8em 0;
	}

	#contact li {
		margin: 0 0 0.3em 0;
		}

	#gmaps {
		width: 300px;
		height: 200px;
		margin: 0 0 5px 0;
		}

#links ul {
	list-style-type: none;
	}

	#links li{
		margin: 0 0 0.3em 0;
		}