/// C9 CSS Document

.clr {
	clear: both;
}

#main_outline {
	width: 802px !important;
	width: 808px;
//	border: 2px solid #cccccc;
	padding: 2px;
//	background: #ffffff;
}

#footer {
	text-align: center;
	padding: 3px;
	background: #ffffcc;
	font-style: italic;
}

#header_area {
	width: 802px !important;
	text-align: left;
	border: 0px;
	margin: 0px;
}

#header {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 800px;
	height: 25px;
//	background: url(../images/trasah_eijsden_nederland.jpg) no-repeat;
}

#main_menu_area {
	width: 802px !important;
	width: 800px;
	text-align: left;
	border: 0px;
	margin: 0px;
	background: #ffffcc;
}
#main_menu {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 800px;
	height: 20px;
	background: #ffffcc;
//	background-color: lime;
}

#main_body_area {
	width: 802px !important;
	width: 800px;
	text-align: left;
	border: 0px;
	margin: 0px;
}
#main_body {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 800px;
	background: #ffffcc;
}

#pathway_outline {
	width: 800px !important;
	width: 798px;
	height: 40px;
	float: left;
	border: 0px solid #cccccc;
//	margin-bottom: 2px !important;
//	margin-bottom: -2px;
	background: #ffffcc;
}

#pathway {
	float: left;
	padding: 4px 3px 3px 5px;

}

#text {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 50%;
}

#pathway_main_text {
	float: right;
	color:blue;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	padding: 1px 13px 1px 1px;
}




#pathway_sub_text {
	float: right;
	color:black;
	font-size: 10px;
	font-weight: bold;
	font-style: oblique;
	padding: 1px 13px 1px 1px;
}

#info {
	float: right;
	color:black;
	font-size: 12px;
	padding: 1px 13px 1px 13px;
}

body{
//	background-color: #F5DEB3;
	background-color: olive;
	color: black;
        background-image: url(../images/c9_background.jpg);
	background-repeat: repeat;
}

body, form, table, input, select, option, textarea, th, td
{
	font:11px/18px verdana, sans-serif;
}

th
{
	color:blue;
	font-weight:bold;
}


h1
{
	padding:0;
	margin:0;
	color:black;
	font-style:italic;
	font-size:20px;
}

h2
{
	padding:0;
	margin:0;
	color:blue;
	font-style:italic;
	font-size:15px;
}


h3, h4, h5, h6
{
	padding:0;
	margin:0;
	color:blue;
	font-style:italic;
	font-size:12px;
}


