body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #003a69;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #fff;
	}
#topnav {
	background-color: #0063a7;
	height: 20px;
	text-align: right;
	padding-right: 15px;
}
#topnav ul, #topnav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#topnav li a {
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
}
#topnav li.first {
	background-image: none;
}
#topnav a:hover {
	color: #abdbfc;
}
#topnav li {
	margin-top: 5px;
	padding-left: 10px;
	margin-left: 7px;
		background-image: url(images/pipe.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
}
#bar1 {
	background-color: #abdbfc;
	height: 10px;
}
#header {
	background-color: #FFFFFF;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	height: 185px;
	background-position: 15px 3px;
	text-align: right;
	font-size: 18px;
	color: #0b8a3d;
}
#header p {
	margin: 0px;
	padding-top: 100px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content .right {
	float: right;
	width: 375px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#content .normal {
	margin-right: 375px;
	padding: 20px;
	font-size: 13px;
	color: #003a69;
}
#content .normal-sub {
	padding: 20px;
	font-size: 13px;
	color: #003a69;
}
#content .normal ul,
#content .normal-sub ul,
#content .normal li,
#content .normal-sub li {
	list-style-image: url(images/arrow_blue.gif);
}
#content {
	background-color: #FFFFFF;
}

#footer {
	clear: both;
	background-color: #abdbfc;
	height: 100px;
	font-size: 12px;
	color: #0063a7;
	text-align: center;
	padding: 20px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #0063a7;
}
#footer p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#content .csc-frame-frame1 {
	color: #0b8a3d;
	background-color: #e2f2fd;
	font-size: 12px;
	padding-bottom: 20px;
	margin-right: 20px;
}
#content .csc-frame-frame1 h1 {
	font-size: 16px;
	font-weight: normal;
	color: #0063a7;
	background-color: #abdbfc;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 20px;
}
#content .csc-frame-frame1 p {
	padding-right: 20px;
	padding-left: 20px;
}
#content p, #content h1, #content h2, #content h3, #content h4,  #content ul,  #content li {
	margin: 0px;
	padding: 0px;
}
#content ul {
	margin-left: 40px;
}
#content .csc-frame-frame1 ul {
	list-style-image: url(images/arrow_green.gif);
}
#content p {
	padding-bottom: 15px;
}
#content a {
	color: #0b8a3d;
	font-weight: bold;
}
#content a:hover {
	text-decoration: none;
	color: #0063a7;
}

#content .csc-frame-frame1 a {
	text-decoration: none;
	font-weight: bold;
}
#content h1 {
	font-size: 18px;
	padding-bottom: 10px;
	font-weight: normal;
	padding-top: 3px;
}
#content h2 {
	font-size: 16px;
	padding-bottom: 5px;
}
#content h3 {
	font-size: 16px;
	color: #0b8a3d;
	padding-bottom: 5px;
}
#content h4 {
	font-size: 14px;
	padding-bottom: 5px;
}

#globalnav {
	background-color: #0063a7;
}

#globalnav a {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
#globalnav a:hover {
	color: #0063a7;
	background-color: #abdbfc;
}
#globalnav table {
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}

table#submenu {
margin: 0px;
padding: 0px;
width: 180px;
background-color: #abdbfc;
text-align: left;
border-collapse: collapse;
border-top: 1px solid #0063a7;
border-left: 1px solid #0063a7;
border-right: 1px solid #0063a7;
border-spacing: 0px 0px;
}
table#submenu td a {
display:block;
color: #0063a7;
text-decoration: none;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 10px;
padding-right: 10px;
font-size: 12px;
   	border-bottom: 1px solid #0063a7;
}
table#submenu td a:hover {
background-color: #0063a7;
color: #ffffff;
}

/* Powermail */
	/* 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;
}
fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	border: 1px solid #aaa;
	padding: 10px;
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	font-weight: bold;
	color: black;
}
fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	width: 200px;
	float: left;
	clear: both;
	font-weight: bold;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_text,
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea,
fieldset.tx-powermail-pi1_fieldset select.powermail_select {
	/* Input and textarea */
	width: 360px;
}
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 {
	/* DIV container arround every field */
	margin: 10px 0;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	/* submit button */
	margin: 20px 0 10px 200px;
	font-weight: bold;
}
p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
div.countryzone {
	margin: 10px 0 0 200px;
}
div.tx_powermail_pi1_fieldwrap_html label a {
	/* Description */
	cursor: help;
}
div.tx_powermail_pi1_fieldwrap_html label a dfn {
	/* Description */
	display: none;
}
div.tx_powermail_pi1_fieldwrap_html label 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;
}
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: #eee;
}


	/* Confirmation */
td.powermail_all_td {
	padding: 3px 10px 3px 0;
}

	/* THX */
td.powermail_all p.bodytext {
	margin: 0;
}
