* {
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;
}

body {
	height: 100%;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-align: center;
	background: url(../images/bg_top.png) top repeat-x  #e6e6e6;
}


a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	outline: none;
}

h1 { font-size: 20px; }

h2 { font-size: 17px; }

h3 { font-size: 14px; }

h4 { font-size: 11px; }

h1, h2, h3, h4, h5, p, ul {
	margin: 0px 0px 15px 0px;
}


#root {
	width: 980px;
	margin: 0px auto 0px auto;
	text-align: left;
	background: url(../images/bg.png) repeat-y;
}

#header {
	height: 200px;
	background: url(../images/header.png) no-repeat;
	position: relative;
	top: 0px;
}

#navigation {
	width: 923px;
	height: 20px;
	position: absolute;
	top: 159px;
	left: 43px;
}

#navigation ul li {
	display: inline;
	margin: 0px 28px 0px 0px;
}

#navigation a {
	text-decoration: none;
}



#content {
	min-height: 350px;
	line-height: 18px;
	background: url(../images/content_top.png) no-repeat;
	position: relative;
}

#breadcrumb {
	width: 500px;
	margin: 0px 0px 10px 0px;
	font-size: 10px;
	position: relative;
	top: -5px;
	left: 41px;
}

#breadcrumb a {
	font-weight: normal;
}


#maincontent {
	width: 696px;
	float: left;
}

#maincontent_padding {
	padding: 0px 10px 0px 40px;
}

#maincontent_padding ul, #maincontent_padding ol {
	margin: 0px 0px 15px 25px;
}

#sidebar {
	width: 250px;
	float: left;
}

#sidebar_padding {
	padding: 0px 10px 0px 15px;
}

 
#sidebar_padding ul, #sidebar_padding ol {
	margin: 0px 0px 15px 25px;
}

#footer {
	height: 50px;
	background: url(../images/footer.png) no-repeat;
	position: relative;
}

#copyright {
	width: 150px;
	margin: 0px auto;
	font-weight: bold;
	position: relative;
	top: 30px;
}


.clear {
	clear: both;
}


/* Powermail */

/* 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;
}
div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: red;
	margin: 3px 0 15px 150px;
}
fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	border: 0px;
	background-color: #ffffff;
	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: 150px;
	float: left;
	clear: both;
}
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: 260px;
}
div.tx_powermail_pi1_fieldwrap_html {
	/* DIV container arround every field */
	margin: 10px 0;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {

/* submit button */
	
	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;
}


/* Confirmation */

td.powermail_all_td {
	padding: 3px 10px 3px 0;
}

.tx-powermail-pi1_confirmation_back, .tx-powermail-pi1_confirmation_submit {
	margin: 20px 0px 0px 0px;
	float: left;
}

.tx-powermail-pi1_confirmation_back {
	margin: 20px 10px 0px 0px;
}


/* Captcha */

#powermaildiv_uid29 {
	width: 408px;
	height: 200px;
	margin: 50px 0px 0px 0px;
	padding: 10px 0px;
	position: relative;
	border: 1px solid #cccccc;
	background: #eeeeee;
}

#powermaildiv_uid29 input {
	width: 170px;
}

#powermaildiv_uid29 label {
	margin: 0px 13px;
}

#powermaildiv_uid29 img {
	position: absolute;
	top: 70px;
	left: 0px;
	border: 1px solid #cccccc;
}

.tx-srfreecap-pi2-cant-read {
	width: 400px;
	margin: 0px 0px 10px 0px;
	position: absolute;
	bottom: 0px;
	left: 13px;
}


.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.csc-frame-frame1 {
	padding: 5px;
	border: 1px solid #bbbbbb;
	background: #eeeeee;
}