/* HTMlL specs */
html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0px;
	background: #fff1dc;
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
}

a, a:visited {
	color: darkblue;
	text-decoration: none;
}

a:hover {
	font-style: italic;
	cursor: pointer;
}

img {
	margin: 0px;
	border: 0px;
}

hr {
	margin: 0px;
}

/* Lay-Out specs */
#Header {
	width: 100%;
	height: 155px;
	border-bottom: 1px solid #a3623a;
}

#Menu {
	float: left;
	width: 15%;
	height: 620px;
}

#Content {
	float: left;
	width: 84%;
	min-height: 620px;
	background: url('http://www.sgrijswijk.nl/images/background.jpeg') fixed no-repeat 50% 50%;
	border-left: 1px solid #a3623a;
	text-align: justify;
}

#Footer {
	clear: both;
	border-top: 1px solid #a3623a;
	font-size: 11px;
}

/* Header specs */
#Header img {
	float: left;
}

#HeaderText {
	float: left;
	margin-top: 55px;
	margin-left: 25px;
	cursor: pointer;
	font-size: 34px;
	font-weight: bold;
	color: #a3623a;	
}

/* Menu specs */
#Menu a {
	font-size: 13px;
	color: #a3623a;	
}

#Menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#Menu ul ul {
	margin-left: 25px;
	display:none;
}

#Menu .MenuKop:hover {
	font-style: italic;
}

/* Content specs */

#Content h1 { /* Page title */
	margin: 0px;
	font-size: 15px;
	color: #29541c;
}

#Content h2 { /* Weekbericht titles */
	margin: 0px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-size: 14px;
}

#Content .BlackLink a {
	color: #000000;
}

#Content .BoldLink a {
	font-weight: bold;
}

#Content .B {
	font-weight: bold;
}

#Content .I {
	font-style: italic;
}

#Content .U {
	text-decoration: underline;
}

#Content .Small {
	font-size: 11px;
}

#Content .Brown {
	color: #a3623a;
}

	/* table specs */
	#Content table {
		font-size: 13px;
	}

	#Content td {
		border-bottom: 1px solid #000000;
		height: 17px;
	}

	#Content .NB td {
		border: 0px;
	}

	#Content .NH  {
		height: 0px;
	}
	
/* Home page agenda */
#Agenda td {
	border: 0px;
	vertical-align: text-top;
}

/* Footer specs*/
#Footer a{
	color: darkblue;
}