@charset "utf-8";

/**
 * general start
 **/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

img {
	border: none;
}

body {
	font: normal 100% Arial, Helvetica, sans-serif;
	margin: 50px 0 50px 0;
	background-color: rgb(105, 139, 105);
	background-image: url(../img/navigation_bg_3.gif);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: center;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}

#container {
	margin: auto;
	width: 990px;
	background-color: rgb(243,237,230);
}

/**
 * general end
 **/

/**
 * header start
 **/

#header {
	height: 145px;
	background-color: rgb(222, 208, 190);
	text-align: left;
}

#header a {
	float: left;
	text-decoration: none;
	color: rgb(226, 214, 199);
}

#header a img {
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.shadow {
	position: relative;
	top: -20px;
	float: left;
	background: url(../img/shadowAlpha.png) no-repeat bottom right;
	margin: 10px 0 0 10px;
}

.shadow img {
	height: 120px;
	display: block;
	position: relative;
	background-color: #fff;
	margin: -6px 6px 6px -6px;
}

#left {
	left: 57px;
}

#middle {
	left: 67px;
}

#right {
	left: 87px;
}

/**
 * header end
 **/

/**
 * main_navigation start
 **/

#main_navigation {
	width: 100%;
	height: 34px;
	background-image: url(../img/menu_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

#main_navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#main_navigation li {
	padding-top: 3px;
	width: 198px;
	float: left;
	height: 22px;
}

#main_navigation a {
	display: block;
	width: 100%;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	color: rgb(243, 237, 230);
}

#main_navigation a:hover {
	color: rgb(174, 141, 101);
}

#main_navigation a.current {
	color: rgb(174, 141, 101);
}

#first_menu {
	background-color: rgb(100, 25, 79);
}

#second_menu {
	background-color: rgb(123, 58, 105);
}

#third_menu {
	background-color: rgb(147, 94, 132);
}

#fourth_menu {
	background-color: rgb(171, 128, 159);
}

#fifth_menu {
	background-color: rgb(192, 163, 185);
}

/**
 * main_navigation end
 **/

/**
 * content start
 **/

#content {
	min-height: 200px;
	background: rgb(243, 237, 230) url(../img/bottom_up.gif) no-repeat bottom left;
	text-align: left;
	padding-top: 50px;
	padding-left: 100px;
	padding-right: 100px;
	line-height: 1.5;
	text-align: justify;
	font-size: 17px;
}

#content ul {
	padding-left: 25px;
}

#content a {
	color: rgb(100, 25, 79);
}

#content h1 {
	font-weight: bold;
	font-size: 19px;
}

#content h2 {
	font-weight: bold;
	font-size: 17px;
}

#content_left {
	float: left;
}

#content_left .main, #content_left .tx-powermail-pi1 {
	width: 600px;
	margin-left: -100px;
	padding-left: 75px;
	padding-right: 10px;
	padding-bottom: 20px;
	background-image: url(../img/transparent.png);
}

#content_left .main p {
	padding-top: 15px;
	padding-bottom: 15px;
}

#content_left .special, #content_left .special a {
	width: 440px;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: -100px;
	padding-left: 10px;
	background-color: rgb(100, 25, 79);
	color: rgb(243, 237, 230);
	text-align: center;
}

#content_left .special a {
	font-size: 20px;
	padding-left: 60px;
}

#content_left .info {
	font-weight: bold;
}

#content_right {
	float: right;
	/** margin-bottom: 150px; **/
	min-height: 150px;
}

#content_right .strong {
	width: 300px;
	margin-right: -200px;
	padding-right: 5px;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 25px;
	padding-left: 10px;
/**	font-weight: bold; **/
	background-image: url(../img/transparent.png);
}

#content .standard {
	width: 375px;
	background-image: url(../img/transparent.png);
	padding-top: 25px;
	padding-bottom: 25px;
}

#content_left .standard {
	margin-left: -100px;
	padding-left: 75px;
	padding-right: 10px;
}

#content_right .standard {
	margin-right: -100px;
	padding-right: 75px;
	padding-left: 10px;
}

table.info {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

table.info caption {
	caption-side: bottom;
	text-align: right;
	font-size: 10px;
}

table.info tr {
	border-bottom: 1px solid black;
}

table.info th {
	width: 65%;
	font-weight: normal;
	font-size: 15px;
	border-bottom: 1px solid black;
}

table.info td {
	font-size: 15px;
	border-bottom: 1px solid black;
}

#center {
	clear: both;
}

table.link {
	width: 700px;
	table-layout: fixed;
	border-collapse: collapse;
	margin-left: -100px;
	margin-top: 25px;
}

table.link thead th {
	border-bottom: 5px solid rgb(105, 139, 105);
	padding-left: 75px;
	color: black;
	font-weight: bold;
}

table.link a {
	text-decoration: underline;
	color: black;
	font-weight: bold;
}

table.link tbody td {
	text-align: right;
	font-size: 14px;
}

ul.section_menu {
	list-style-type: none;
	padding-bottom: 20px;
	font-weight: bold;
}

div#choice-head p {
	margin-bottom: 50px;
	font-size: 26px;
}

ul#choice {
	list-style-type: none;
	padding-left: 50px;
}

ul#choice li {
	margin-bottom: 50px;
}

ul#choice li a {
	font-size: 20px;
	text-decoration: none;
	color: black;
}

ul#choice li a img {
	height: 25px;
	width: 50px;
	margin-right: 25px;
}

/**
 * content end
 **/

/**
 * linklist start
 **/

.tx-ablinklist-pi1 {
}

.tx_ablinklist_treeView_category_level_1 {
	display: none;
}

.tx_ablinklist_treeView_category strong {
	font-size: 19px;
}

.tx_ablinklist_treeView_category dl {
	padding-left: 15px;
}

.tx_ablinklist_treeView_category dl dt {
	font-weight: normal;
}

.tx_ablinklist_treeView_category dl dt a {
	font-weight: bold;
}

.tx_ablinklist_treeView_category dl dt a.tx_ablinklist_treeView_linkReportBroken {
	font-weight: normal;
}

#content_left .main .tx-ablinklist-pi1 .tx_ablinklist_treeView_category dl dd p {
	padding-bottom: 15px;
	padding-top: 0px;
}

/**
 * linklist end
 */

/**
 * contact start
 **/

.tx-powermail-pi1 {
	font-weight: bold;
}

form fieldset.tx-powermail-pi1_fieldset legend {
	font-size: 19px;
}

form div.tx_powermail_pi1_fieldwrap_html_text {
	padding-bottom: 5px;
}

form input.powermail_text {
	border: 1px solid rgb(105, 139, 105);
	display: block;
}

form div.tx_powermail_pi1_fieldwrap_html_textarea {
	padding-bottom: 5px;
}

form .powermail_textarea {
	border: 1px solid rgb(105, 139, 105);
	display: block;
}

form .tx_powermail_pi1_fieldwrap_html_submit {
	text-align: center;
	margin-top: 15px;
}

form .powermail_submit, form .tx-powermail-pi1_mandatory_submit {
	background-color: rgb(100, 25, 79);
	color: rgb(226, 214, 199);
	padding: 5px;
}

form .powermail_mandatory {
	padding-left: 5px;
	color: red;
}

.tx-powermail-pi1_confirmation p {
	font-size: 19px;
}

td.powermail_all {
	font-weight: normal;
}

form.tx_powermail_pi1_formconfirmation_back {
	float: left;
}

form.tx_powermail_pi1_formconfirmation_submit {
}

form .tx-powermail-pi1_confirmation_back {
	background-color: rgb(100, 25, 79);
	color: rgb(226, 214, 199);
	padding: 5px;
}

form .tx-powermail-pi1_confirmation_submit {
	background-color: rgb(100, 25, 79);
	color: rgb(226, 214, 199);
	padding: 5px;
	margin-left: 50px;
}

.tx-powermail-pi1_mandatory {
	font-size: 19px;
}

.powermail_mandatory_listitem strong {
	font-size: 17px;
}

.powermail_mandatory_listitem strong b {
	font-weight: normal;
}

/**
 * contact end
 **/

/**
 * footer start
 **/

#footer {
	height: 102px;
	background: rgb(243, 237, 230) url(../img/bottom_down.gif) no-repeat top left;
}

/**
 * footer end
 **/

/**
 * sub_navigation start
 **/

#sub_navigation {
	background-color: rgb(222, 208, 190);
	height: 25px;
	text-align: left;
}

#sub_navigation ul {
	list-style-type: none;
}

#sub_navigation li {
	display: inline;
	color: rgb(174, 141, 101);
}

#sub_navigation a {
	color: rgb(100, 25, 79);
	text-decoration: none;
	font-size: 17px;
	padding-left: 12px;
	padding-right: 15px;
	font-weight: bold;
}

/**
 * sub_navigation end
 **/

