/**
 *  main stylesheet to apply styles
 *  for a standard exousia page
 *  (c) 2007 Benjamin Mack 
 **/

@import url('base.css');
@import url('content.css');

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/*** layouting ***/

html, body {
	background: url('../g/bg_page.png') 0 0 repeat-y;
}

div#header {
	width: 100%;
	border-top: 22px #cccccc solid;
	height: 150px;
	background: url('../g/bg_header.png') 0 0 repeat-x;
}

div#logo {
	float: left;
	border-top: 25px solid #ffffff;
	border-right: 21px solid #ffffff;
	border-bottom: 24px solid #ffffff;
	border-left: 22px solid #ffffff;
}

div#banner {
	height: 150px;
	float: left;
}

div#banner img {
	margin: 19px 0 0 0;
	border: 0;
	padding: 0;
}

div#body {
	clear: both;
	width: 765px;
	float: left;
}


/*** Navigation ***/
div#nav {
	width: 255px;
	float: left;
}

div#nav ul {
	margin: 30px 0px 50px 60px;
	padding: 0;
	list-style: none;
}

div#nav li {
	margin: 0;
	padding: 10px 0 10px 20px;
	background: url('../g/nav_no.png') no-repeat 0 11px;
}

div#nav li:hover,
div#nav li.on {
	background: url('../g/nav_act.png') no-repeat 0 11px;
}

div#nav li a {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

div#nav li:hover a,
div#nav li.on a {
	color: #e47a0e;
	text-decoration: none;
}


div.popupmenu {
	margin: 10px 0 0 100px;
	border: 1px solid #ffffff;
}

div.popupmenu a {
	font-size: 12px;
	color: #ffffff;
	background: #999999;
	text-decoration: none;
	border: 1px solid #ffffff;
	display: block;
	padding: 3px 40px 3px 10px;
	line-height: 20px;
}

div.popupmenu a:hover {
	background: #ff9900;
}

div#main {
	background: url('../g/bg_content.png') no-repeat 0 0;
	margin: 0 0 30px 0;
	width: 500px;
	float: right;
}

/*** default form styles ***/
.tx_powermail_pi1_form {
	width: 100%;
}

.tx-powermail-pi1_fieldset {
	margin: 0.5em 0 1em;
}

.tx_powermail_pi1_form legend {
	font-size: 14px;
	background: url('../g/box_green.gif') no-repeat 0 5px;
	color: #666666;
	padding-left: 18px;
}

div.tx_powermail_pi1_fieldwrap_html {
	width: 50%;
	float: left;
	border: 0;
	margin: 0.3em 0 0.7em;
}

.tx_powermail_pi1_fieldwrap_html label {
	width: 100%;
	float: left;
}

.tx_powermail_pi1_fieldwrap_html input.powermail_text {
	float: left;
	width: 200px;
}

.tx_powermail_pi1_fieldwrap_html input.validation-failed {
	border: 1px solid #c00000;
}

.tx_powermail_pi1_fieldwrap_html textarea.powermail_textarea {
	width: 200px;
	height: 80px;
}

.tx_powermail_pi1_fieldwrap_html input.powermail_submit {
	float: left;
	width: auto;
	margin: auto;
	padding: auto;
	border: 1px solid #666666;
	background: #7BAC1B;
	padding: 4px 15px;
	color: #fff;
	font-weight: bold;
}
.validation-advice,
.powermail_mandatory_js {
	position: absolute;
	color: #7BAC1B;
	width: 200px;
	margin-top: 1.6em;
	text-align: right;
}

.tx_powermail_pi1_fieldwrap_html input.powermail_uid5 { width: 50px; }


/** checkboxes **/
.tx_powermail_pi1_fieldwrap_html .powermail_check_inner {
	margin: 0 0 1em;
	float: left;
	width: 100%;
}

.tx_powermail_pi1_fieldwrap_html .powermail_check_inner label {
	float: right;
	width: 80%;
	margin-right: 10%;
}

.tx_powermail_pi1_fieldwrap_html input.powermail_check {
	float: left;
	border: 0;
}

.hide-legend legend { display: none; }
