/* @override 
	http://typodev2.kandesign.com/fileadmin/interfaces/css/consc.css
	http://www.consciencebuurt.be/fileadmin/interfaces/css/consc.css
*/

body {
	background: #330000;
	color: #666666;
	font: normal 12px/1.5em Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	color: #cc6600;
	line-height: 1.5em;
}

h2 {
	font-size: 14px;
}

a {
	text-decoration: underline;
	color: #cc6600;
}

a:hover {
	text-decoration: none;
	color: #cc6600;
}

#header {
	display: none;
}


#center {
	position: relative;
	left: 50%;
	margin-left: -361px;
	width: 782px;
	background-color: white;
}

#content {
	min-height: 418px;
	_height: 418px;
	margin-top: 50px;
	margin-bottom: 50px;
}

#text {
	margin-left: 210px;
	margin-right: 20px;
}

#text img {
}

#logo {
	width: 782px;
	height: 177px;
	background-image: url(../images/consciencebuurt.jpg);
}
	
#menu {
	font: bold 12px/2.25em Verdana, Arial, Helvetica, sans-serif;
	width: 200px;
	min-height: 150px;
	position: relative;
	padding-left: 0;
	margin-left: -20px;
	margin-top: -10px;
	float: left;
}
#menu a {
	color: #666666;
	text-decoration: none;
	list-style-type: none;
}
#menu a:hover {
	text-decoration: underline;
}
#menu .current {
	font-weight: bold;
}

#menu ul li.on a {
	color: #cc6600;
}
#menu ul li {
	list-style-type: none;
	left: 10px;
}

#menu ul ul li a {
	color: #9c9c9c;
	margin-left: -30px;
}



#balk {
	width: 782px;
	height: 12px;
	background-image: url(../images/balk.jpg);
}
#footer {
	font-size: 10px;
	color: white;
	height: 25px;
	background-color: #330000;
	text-align: center;
	padding-top: 5px;
}

#footer a {
	color: white;
	text-decoration: underline;
}

/* @group form */

span.powermail_mandatory {
	/* Color of mandatory error message */
	color: red;
}
input.validation-failed,
textarea.validation-failed {
	/* Background color if validation failed 
	background-color: red;*/
	background-image: url(/typo3conf/ext/powermail/img/icon_exclamation.gif);
	background-repeat: no-repeat;
	background-position: 98% 1px;
}
div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: red;
	margin: 3px 0 15px 200px;
	font-size: 9px;
}
fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	border: 1px none #aaa;
	background-color: #fff;
	padding: 0;
	margin-top: 25px;
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	font-weight: bold;
	color: black;
	display: none;
}
fieldset.tx-powermail-pi1_fieldset label {
	width: 200px;
	font-weight: normal;
	font-style: normal;
	display: block;
	clear: both;
	float: left;
}

#tx-powermail-pi1_fieldset_13 label, #tx-powermail-pi1_fieldset_14 label {
	float: none;
	clear: none;
	display: block;
	width: 500px;
	padding-left: 25px;
	margin-top: -18px;
	margin-bottom: 20px;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_text,
fieldset.tx-powermail-pi1_fieldset select.powermail_select {
	/* Input and textarea */
	width: 340px;
	height: 18px;
}

fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea {
	width: 340px;
}
fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_radio input.powermail_radio {
	/* Radiobuttons */
	margin: 5px 0;
}
div.tx_powermail_pi1_fieldwrap_html {
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	margin: 10px 0;
	padding-top: 0;
}

fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	font-weight: bold;
	margin: -10px 0 10px 24px;
	font-size: 14px;
	border: 1px solid #ffffff;
	background-color: #cc6600;
	padding: 10px;
	color: #ffffff;
	cursor: pointer;
}

fieldset.tx-powermail-pi1_fieldset input.powermail_submit:active {
	margin-top: -9px;
}

p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	margin: 0 0 10px;
	padding: 0;
	font-weight: bold;
}
div.countryzone {
	margin: 10px 0 0 200px;
}
div.tx_powermail_pi1_fieldwrap_html label a,
div.tx_powermail_pi1_fieldwrap_html p a {
	/* Description */
	cursor: help;
	text-decoration: none;
}
div.tx_powermail_pi1_fieldwrap_html label a dfn,
div.tx_powermail_pi1_fieldwrap_html p a dfn {
	/* Description */
	display: none;
	text-decoration: none;
}
div.tx_powermail_pi1_fieldwrap_html label a:hover dfn,
div.tx_powermail_pi1_fieldwrap_html p a:hover dfn {
	/* Description on mouseover */
	display: block;
	position: absolute;
	width: 250px;
	padding: 5px;
	background-color: #ddd;
	border: 1px solid red;
	color: black;
	text-decoration: none;
	font-size: 0.8em;
	text-decoration: none;
}
div.tx_powermail_pi1_fieldwrap_html img.icon_info {
	/* Description icon */
	padding: 2px 2px 0 2px;
}
fieldset.tx-powermail-pi1_fieldset div.even {
	background-color: #fff;
}


	/* Confirmation */
td.powermail_all_td {
	padding: 3px 10px 3px 0;
}

	/* THX */
td.powermail_all p.bodytext {
	margin: 0;
}



/* @end */


