@charset "utf-8";
/* CSS Document */

html {
	font-size:0.7em;
			background:#f0f0f0;
}

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

	line-height:2em;
	color:#272727;
	font-size:100%;
}


img {

}

a {
	color:#e3af01;
}

a img {
	 border:0;
}
h1 {
	font-size:1.3em;
	color:#e3af01;
}
h2 {
	font-size:1.2em;
	color:#e3af01;
}

ul {
	margin-left:20px;
	
}

ol {
	margin-left:30px;
	
}
	
#main_nav ul {
	float:left;

	

}

#main_nav li  {
	list-style:none;
	float:left;
	background:url(../images/bg_nav.gif) right top no-repeat;
	padding-right:15px;
	padding-left:15px;
}
#main_nav li.last {
	background:none;
}

#main_nav_left_bg {
	float:left;

}

#main_nav_right_bg {
	float:left;
}

a.nav {
	width:77px;
	height:68px;
	display:block;
	float:left;
	color:#fff;

}

.act_lvl1, .inact_lvl1:hover {
	background:url(../images/nav_01_act.jpg) top left no-repeat;
}

.inact_lvl1 {
	background:url(../images/nav_01_inact.jpg) top left no-repeat;
}

.act_lvl2, .inact_lvl2:hover {
	background:url(../images/nav_02_act.jpg) top left no-repeat;
}

.inact_lvl2 {
	background:url(../images/nav_02_inact.jpg) top left no-repeat;
}

.act_lvl3, .inact_lvl3:hover {
	background:url(../images/nav_03_act.jpg) top left no-repeat;
}

.inact_lvl3 {
	background:url(../images/nav_03_inact.jpg) top left no-repeat;
}

.act_lvl4, .inact_lvl4:hover {
	background:url(../images/nav_04_act.jpg) top left no-repeat;
}

.inact_lvl4 {
	background:url(../images/nav_04_inact.jpg) top left no-repeat;
}

.act_lvl5, .inact_lvl5:hover {
	background:url(../images/nav_05_act.jpg) top left no-repeat;
}

.inact_lvl5 {
	background:url(../images/nav_05_inact.jpg) top left no-repeat;
}

#main_content, #main_content_alternative {
	margin-left:25px;
	margin-top:20px;
	margin-right:25px;
	background:#5d5d5d url(../images/rectangle_white.gif) 36px bottom no-repeat;;
	padding:20px;
	float:left;
}

#main_content_alternative {
	background:#ebebeb url(../images/rectangle_white.gif) 36px bottom no-repeat;;
}
#content_image {
	float:left;
	width:350px;
}

.content_el_top {
	float:left;
	text-align:justify;


}

.content_el_bottom, .content_el_bottom_alternative {
	float:left;
	margin-top:10px;
	display:block;

	width:95%;
	padding:10px;

}

.content_el_bottom h1 {
	display:inline;
}

.content_el_bottom_alternative {
	padding:0;

}

.content_img_left {
	float:left;
	padding:10px 10px 0px 0px;
	margin-right:10px;
	
}


.content_el_top p, .content_el_top li{
	line-height:1.5em;
}

.indent {
	margin-left:20px;
}
.toggle {
	font-size:1.1em;
	color:#ed971a;
	margin-left:5px;
	background:url(../images/orange_arrow.gif) left no-repeat;
	padding-left:7px;
}

.toggle_content_element{

}


#footer_nav {
	float:left; 
	margin-left:25px;
}

/*Powermail*/
fieldset.tx-powermail-pi1_fieldset {
	/* Disable border */
	border: none;
}

fieldset.tx-powermail-pi1_fieldset label {
	/* Style labels */
	display: block;
	margin-top: -1px;
	width: 90px;
	float: left;
	clear: both;
}

fieldset.tx-powermail-pi1_fieldset legend{
	display:none;
}
.powermail_text,.powermail_textarea,.powermail_select,.powermail_file,.powermail_countryselect  {
	width: 300px;
	border: none;
	border:1px solid #8f8d8d;
	background:#fff;
	margin-left: 20px;
	color:#333;
	margin-bottom:5px;
}


.powermail_textarea{
	height:130px;
}

.tx-powermail-pi1_fieldset .powermail_mandatory {
	color:#FF0000;
}

div.tx_powermail_pi1_fieldwrap_html {
	/* Increase margin between every field */
	margin: 10px 0;
}

.tx_powermail_pi1_fieldwrap_html_label {
	padding-left:80px;
}

.powermail_submit {
	font-weight: bold;
	border: none;
	border:1px solid #8f8d8d;
	background:#fff;
	margin-left:110px;
}
.tx-powermail-pi1_confirmation_back {
	font-weight: bold;
	border: 1px solid #8f8d8d;
	background:#fff;
	float:left;

}
.tx-powermail-pi1_confirmation_submit {
	font-weight: bold;
	border: 1px solid #8f8d8d;
	background:#fff;
	float: left;
}

.powermail_mandatory {
	color:#444444;
}

