/* CSS Document */

* { margin: 0; padding: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	background: #FFF;
	}

html, body { height: 100%; }

body#page,
body#home {
	background: none;
	}

img, a img { border: none; }

a, a:link, a:visited { text-decoration: underline; color: #666; }
a:hover { text-decoration: none; }
a:active { }

.clear { clear: both; height: 1%; visibility: hidden; font-size: 1px; }

ul { padding-left: 1.3em; margin: .5em 0; padding-bottom: 1em; list-style-type: disc; }
ol { padding-left: 2.5em; margin: .5em 0; }
li { margin-bottom: .2em; }

u { text-decoration: none; }

h1, h2, h3, h4, h5, h6, h7 { font-size: 1em; color: #000; }
h1 { font-size: 1.4em; padding-bottom: .8em; font-family: "Times New Roman", Times, serif; }
h2 { font-size: 1.1em; padding-top: .5em; padding-bottom: .7em; color: #000; }
h3 { font-size: 1em; padding-top: .5em; }
h4 { font-size: 1em; padding-top: .5em; }

p { padding-bottom: 1em; }

hr { height: 1px; color: #666; background-color: #666; border: none; }

em, i { font-size: 96%; }

table, td, th {
	text-align: left;
	font-size: 1em;
	}

.blue {
	color: #000;
	}
.green {
	color: #000;
	}

/* CONTAINER */

#container {
	width: auto; padding-top: 80px;
	}

/* HEADER */
#header {
	display: none;
	}

#logo {
	display: none;
	}

#logo_print {
	display: block; position:absolute; right: 0; top: 0; height: 80px; overflow: hidden;
	}
#logo_print img {
	margin-top: -40px;
	}


/* search */


	
/* MAIN */
#main {
	width: auto;
	}
	
/* LEFTNAV */
#leftnav {
	display: none;
	}

	
/* CONTENT */
#content {
	float: none; width: auto; overflow: visible;
	background: none;
	}
#home #content {
	background: none;
	}

#content_inner {
	padding: 0;
	}

#column_1 { 
	float: none; padding: 0; width: auto;
	}
* html #column_1 {
	width: auto;
	w\idth: auto;
	}
	
#column_2 { 
	float: none; padding: 0; width: auto; 
	}
* html #column_2 {
	width: auto;
	w\idth: auto;
	}

#home #column_2 { 
	float: left; padding: 0; width: auto; 
	}

#home #column_2 h1 {
	padding-left: 0; padding-right: 0;
	}

#home #column_2 .news,
#home #column_2 .agenda,
#home #column_2 .project {
	padding: 7px 0; padding-bottom: 0; display: block;
	text-decoration: none;
	color: #000;
	}

#home #column_2 .news h4,
#home #column_2 .agenda h4,
#home #column_2 .project h4 {
	padding: 0;
	font-family:"Times New Roman", Times, serif;
	color: #666;
	}

#home #column_2 .news h3,
#home #column_2 .agenda h3,
#home #column_2 .project h3 {
	padding: 0;
	}
	
#home #column_2 .news:hover h3,
#home #column_2 .agenda:hover h3,
#home #column_2 .project:hover h3 {
	text-decoration: underline;
	}

#home #column_2 .project {
	padding: 10px;
	border: 1px solid #666;
	color: #000; background: none;
	}
#home #column_2 .project h3 {
	color: #000;
	}
#home #column_2 .project h4 {
	color: #666;
	}

#home #column_2 .links {
	margin-left: 0; padding-top: 1em;
	}

/* RIGHTBAR */
#rightbar {
	display: none;
	/* float: none; padding-left: 0; width: auto; height: auto; */
	}
* html #rightbar {
	width: auto;
	w\idth: auto;
	}

#rightbar_inner {
	padding: 20px 0; padding-bottom: 20px;
	background: none;
	}


#rightbar h4 {
	padding-bottom: .5em;
	font-size: .9em; font-family: "Times New Roman", Times, serif; text-transform: uppercase;
	color: #666;
	}

#rightbar ul { margin: 0; padding: 0; padding-bottom: 1em; list-style: none; }
#rightbar li { padding-bottom: .5em; color: #000; font-weight: bold; }

#rightbar li a,
#rightbar li a:link,
#rightbar li a:visited {
	padding-left: 15px;
	text-decoration: none;
	color: #000; background: none;
	}

#rightbar li a:hover {
	text-decoration: underline;
	}

/* FOOTER */
#footer {
	padding: 10px;
	border-top: 1px solid #666; border-bottom: 1px solid #666;
	color: #666; background: #FFF;
	}

#footer a,
#footer a:link,
#footer a:visited {
	text-decoration: underline;
	color: #FFF;
	}
#footer a:hover {
	text-decoration: none;
	}

/* FORMS */
form {
	color: #000;
	margin: 0 !important;
	padding: 0 !important;
}

fieldset { margin: 0; padding: 10px 0; border: none; } 
fieldset br { display: none; }
fieldset div { margin: 10px 0; padding: 0; clear: both; }
fieldset legend { display: none; }

fieldset .removed { display: none !important; }

/* labels */
fieldset label, fieldset div.cr p {
	float: left;
	display: block;
	text-align: left;
	margin: 0;
	padding: 0;
	padding-top: 3px;
	padding-right: 6px;
	width: 100px;
}

fieldset div.cr {  }

fieldset div.cr p {
	position:absolute;
	top: -2px;
	left: 0;
}
* html fieldset div.cr p {
	left: -106px;
}

fieldset div.cr label {
	float: none;
	text-align: left;
	margin: 0;
	margin-left: 109px;
	padding: 0;
	width: auto;
}

fieldset div.cr label.otherlabel {
	float:left; 
}
* html fieldset div.cr label.otherlabel {
	width:0.1em;
	margin-left: 54px;
}


fieldset div span {
	display: block;
	margin-left:109px;
	color:#8288AB;
}

fieldset div.cr_label label {
	margin-top: -2px;
}

/* mandatory labels */
fieldset .mandat { color: #000; }
fieldset .mandatr { color: #000; }

/* inputs */
fieldset input, fieldset select, fieldset textarea { width: 350px;  font-size: 12px; margin: 0; padding: 1px 0 0 2px; border: 1px solid #666; }
fieldset input { height: 16px; }
fieldset div.cr input { border: none; width: auto; margin-right: 5px; }
fieldset div.cr input.otheranswer { border: 1px solid #666; margin-left: 5px;}
fieldset div.cr_label input { border: none; width: auto; }

fieldset input.day { width: 30px; }
fieldset select.month { width: 110px; margin-left: 0;}
fieldset input.year { width: 50px; margin-left: 0;}

fieldset select { width: 353px;}

fieldset textarea { font-family: Arial, Helvetica, sans-serif; }

/* buttons */
fieldset.buttons { padding: 5px 0; padding-right: 20px; }
fieldset.buttons label { width: 100px; }
fieldset.buttons input { width: 100px; height: 24px; padding: 0; border: 1px solid #007041; color: #FFF; background: #007041 url(../img/kw_button.gif) repeat-x; font-weight: bold; }

/* badinput */
fieldset .badinput { color: #D54B12;}
fieldset label.badinput, fieldset div.cr p.badinput { /* background: url(../img/warning.gif) no-repeat left 5px; */ }
fieldset div.cr label.badinput { background: none; }

fieldset input.badinput, fieldset select.badinput, fieldset textarea.badinput {
	background: #FEF1ED;
	color: #000;
	border: 1px solid #D54B12;
}

/* LINKS */
.links { margin: 0; margin-left: 1.5em; padding: 0; padding-bottom: 1em; list-style: none; }
.links li { list-style-image: none; list-style:disc; }

.links li a,
.links li a:link,
.links li a:visited {
	text-decoration: underline;
	}
.links li a:hover {
	text-decoration: underline;
	}

.links li.back { list-style-image: none; list-style:disc; }

.next { float: right; }

ul .next { float: none; }