/*

	CSS for NATM website
	
	-- produced by Minus3 BV, Amsterdam - http://www.minus3.nl/ 

	The stylesheet is divided into 3 parts:

   1. colors, backgrounds, borders, link and emphasis indication
   2. font and text properties, exclusive of link indication, alignment, text-indent
   3. box properties (exclusive of borders), positioning, alignments, list types, text-indent 

*/

/* HEADER
---------------------------------- */
#header {
	background: url(../images/bg_header_l.gif) bottom right no-repeat;
}

/* CONTENT
---------------------------------- */
h4.title {
	color: #78be00;
}
#content {
	background: url(../images/bg_content_l.gif) top right no-repeat;
}
#content.home {
	background: url(../images/bg_content_home_l.gif) top right no-repeat;
}

/* LOGUIT 
---------------------------------- */
#logout {
	position: absolute;
	top: 56px;
	left: 670px;
	width: 300px;
	font-weight: bold;
}
#logout img {
	border: 0;
}
#logout a {
	text-decoration: underline;
}
#logout .password {
	margin-right: 17px;
}

/* MEMBERNAME*/

#membername {
	position: absolute;
	left: 626px;
	top: 15px;
	text-align: right;
	width: 200px;
	color: #78be00;
	font-size: 10px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
#membername p {
	margin: 0;
	padding: 0;
}

/* CRUMBPATH 
---------------------------------- */
ul#crumbpath {
	background-color: #e4f2cc;
}

/* MAIN CONTENT */
#mainContent ul li {
	background: url(../images/content-ul-bullet_l.gif) center left no-repeat;
}
#mainContent h3 {
	color: #78be00;
}
#feedback_agenda {
	border: 1px solid #78be00;
	background-color: #f1f8e5;
	padding: 10px;
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #78be00;
}

/* IDEEENBUS */
#ideeenbus {
	background: url(../images/bg_ideeenbus.gif) top left no-repeat;
	padding: 0;
	padding-top: 10px;
	width: 420px;
}
#ideeenbus p, #ideeenbus h3 {
	padding: 0 10px;
}
#ideeenbus form {
	border: 0;
	background: none;
	padding: 0 5px;
}
#ideeenbus label {
	float: none;
	display: block;
}
#ideeenbus h3 {
	color: #092869;
	margin-bottom: 10px;
}
#ideeenbus p.bottom {
	background: url(../images/bg_ideeenbus_bottom.gif) bottom left no-repeat;
	height: 10px;
}

/* LEFT CONTENT */
#leftContent .block h3 {
	color: #78be00;
}

/* SIDE CONTENT */
#vergadering {
	background: url(../images/bg_sidecontent_roundblock.gif) top left no-repeat;
	padding: 10px 0 0 0;
	margin-bottom: 20px;
	width: auto;
}
#vergadering h3, #vergadering p {
	padding: 0 0 0 10px;
	width: 180px;
}
#vergadering p.bottom {
	background: url(../images/bg_sidecontent_roundblock_b.gif) bottom left no-repeat;
	height: 10px;
	width: 200px;
	padding-left: 0;
}
#vergadering p.bevestig a {
	background: url(../images/icon_bevestig.gif) 0 2px no-repeat;
	color: #cb172d;
	font-weight: bold;
	padding: 5px 0 5px 25px;
	text-decoration: none;
}
#vergadering p.more, #vergadering p.bevestig {
	line-height: 20px;
	margin: 2px 0;
}
