/** misc **/
html {
	height: 101%;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	text-decoration: underline;
	color: #000;
	font-weight: bold;
}
#logo, #navi, #teaser, #main, #navi_language {
	float: left;
}
#wrapper {
	margin: 0px auto;
	width: 955px;
	min-height: 250px;
}
.wrapperTableLeft {
	background: url(../img/body_left_bg.jpg) top right no-repeat;
}
.wrapperTableMiddle {
	background: url(../img/body_middle_bg.jpg) top left no-repeat;
}


/** logo **/
#logo {
	width: 98px;
	height:  550px;
}


/** left navi **/
#navi {
	width: 223px;
	min-height: 550px;
}

#navi_main {
	width: 223px;
	min-height: 497px;
	/*float: left;*/
	/*background: red;*/
}

ul.leftnavi {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.leftnavi li {
	float: left;
}

ul.leftnavi li a {
	color: #000;
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	margin: 0;
	padding: 6px 5px 5px 35px;
	text-decoration: none;
	width: 179px;
}

ul.leftnavi li a:hover {
	background: url(../img/leftnavi_hover_bg.gif) bottom left repeat-x;
	filter: alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .80;
}

ul.leftnavi li a.active {
	background: url(../img/leftnavi_hover_bg.gif) bottom left repeat-x;
	filter: alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .80;
}

ul.leftnavi li a.actifsub {
	background: #FFF;
	filter: alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .80;
/*	padding: 5px 5px 5px 35px;	
	border-bottom: none;		*/
}

ul.leftnavi li a:hover.actifsub {
	background: #FFF;
	filter: alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .80;
/*	padding: 5px 5px 5px 35px;	
	border-bottom: none;		*/
}

ul.leftnavi_level2 {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.leftnavi_level2 li {
	float: left;
}

ul.leftnavi_level2 li a {
	background: #FFF;
	filter: alpha(opacity=80);
	font-weight: bold;	
	-moz-opacity: .80;
	opacity: .80;
	color: #000;
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	margin: 0;
	padding: 2px 2px 5px 48px;
	text-decoration: none;
	width: 169px;	
}

ul.leftnavi_level2 li a:hover {
	background: #FFF url(../img/leftnavi_2nd_ho.gif) left top no-repeat;
	filter: alpha(opacity=80);
	font-weight: bold;	
	-moz-opacity: .80;
	opacity: .80;	
	border: none;
	color: #000;
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	margin: 0;
	padding: 2px 2px 5px 48px;
	text-decoration: none;
	width: 169px;	
}

ul.leftnavi_level2 li a.active {
	background: #FFF url(../img/leftnavi_2nd_act.gif) left top no-repeat;
	filter: alpha(opacity=80);
	font-weight: bold;	
	-moz-opacity: .80;
	opacity: .80;		
	border: none;
	color: #000;
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	margin: 0;
	padding: 2px 2px 5px 48px;
	text-decoration: none;
	width: 169px;	
}




/** teaser **/
#teaser {
	/*width: 73px;*/
	width: 18px;
	height: 550px;
	margin-top: 54px;
	text-align: right;
}


/** main / content **/
#main {
	min-height: 550px;
	height: auto !important; 
	height: 550px;
	width: 614px;
}
#main_head {
	/*background: url(../img/mainhead_bg.gif) top right no-repeat;*/
	float: left;
	height: 33px;
	text-align: right;
	/* width: 561px;*/
	width: 614px;
}


#navi_language {
	float: left;
	width: 200px;
	height: 20px;
	text-align: right;
}

#navi_language a {
	color: #486300;
	font-size: 11px;
	text-decoration: none;
	display: block;
	width: 25px;
	float: left;
	margin: 0 3px 0 0;
	padding: 0;
	text-align: center;
	font-weight: bold;
}
#navi_language a.normal {
	font-weight: normal;
	border-bottom: 1px solid #FFF;
}
#navi_language a.active {
	border-bottom: 1px solid #486300;
	/*
	background: #486300;
	color: #FFF;
	filter: alpha(opacity=60);
	-moz-opacity: .60;
	opacity: .60;		
	*/
}

#main_head_navi {
	height: 20px;
	width: 414px;
	text-align: right;
	float: right;
}
#main_head_navi a {
	text-decoration: none;
	color: #486300;
	font-weight: bold;
	font-size: 11px;
	margin-left: 20px;
}
#main_head_navi a.active {
	text-decoration: underline;
}
#content {
	width: 559px;
	float: left;
	margin-top: 5px;
	min-height: 500px;
	height: auto !important; 
	height: 500px;	
	/*background-color: #FFFFFF;*/
	line-height: 18px;
}
#content a {
	color: #486300;
}
#content .form {
	border: 1px solid #525252;
}

#content ul {
	margin: 0px;
	padding: 0px;
}

#content ul li {
	margin-left: 15px;
	padding-left: 0px;
	padding-bottom: 10px;
}
#content div.largebox {
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	opacity: .85;
	background: white;
	border: 1px solid #F1F1F1;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	width: 583px;
	padding: 0px 15px 10px 15px;
	float: inherit;
}

#content div.combibox_top {
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	opacity: .85;
	background: white;	
	border: 1px solid #F1F1F1;
	border-bottom: none;
	margin: 0px;
	/*margin-bottom: 5px;*/
	width: 583px;
	padding: 0px 15px 5px 15px;
/*	float: left;*/
	float: inherit;
}

#content div.combibox_bottom {
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	opacity: .85;
	background: white;	
	border: 1px solid #F1F1F1;
	border-top: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	width: 583px;
	padding: 0px 15px 10px 15px;
/*	float: left;*/
	float: inherit;
}


#content div.combibox_middle {
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	opacity: .85;
	background: white;	
	border: 1px solid #F1F1F1;
	border-top: none;
	border-bottom: none;
	margin: 0px;
	padding: 0px;
	width: 583px;
	padding: 0px 15px 5px 15px;
/*	float: left;*/
	float: inherit;
}

.csc-textpic-text {
	margin: 0px;
	padding: 0px;
}

#content p {
	margin-top: 0px;
	padding-top: 0px;
}

#content h1 {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	height: 38px;
	width: 614px;
	/*width: 561px;*/
	margin: 0px -15px 0px -15px;
	padding-top: 5px;
}
#content h1.content_green {
	background: url(../img/largebox_h1_green.gif) left top repeat-x;
}
#content h1.content_grey {
	background: url(../img/largebox_h1_grey.gif) left top repeat-x;
}
#content h1.content_yellow {
	background: transparent url(../img/largebox_h1_yellow.gif) left top repeat-x;
}
#content h1.content_nohead {
	background: none;
}
#content div.tx-axnews-pi2 {
	float: left;
	width: 614px;
	min-height: 80px;
}
#content div.tx-axnews-pi2 h1 {
	padding: 0px ;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	height: 38px;
	float: left;
}

#content div.tx-axnews-pi2 .tableclass {
	background:#FFF;
	border-left:1px solid #F1F1F1;
	border-right:1px solid #F1F1F1;
	border-bottom:1px solid #F1F1F1;	
	filter:alpha(opacity=85);
	-moz-opacity: .85;
	opacity: .85;
}

#content div.tx-axnews-pi2 .tableclass h1 {
	width: 300px;
}

#content .csc-textpic-imagewrap {
	background: none;
}


#content .csc-textpic-imagewrap img {
	border: 1px solid #6E6E6E;
}

#content .noBoxNoBorder .csc-textpic-imagewrap img {
	border:none;
}


/*
#content .csc-textpic-border img {
	border: 2px solid #6E6E6E;
}
*/
#content .csc-textpic-caption {
	font-size: 11px;
}

#content div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image {
	margin-bottom:0px;
	padding-bottom:10px;
}

#content .contenttable-1 {
	width: 520px;
}
#content .contenttable-1 .td-0 {
	width: 380px;
	vertical-align: top;
}
#content .contenttable-1 .td-1 {
	vertical-align: top;
}

#content .newListWrapper {
	width: 580px;
}
#content .newListWrapper .storyimage img {
	border: 1px solid #6E6E6E;
}
#content .newListWrapper .date {
	padding-bottom: 10px;
}
#content .newListWrapper .detailText {
	width: 580px;	
	float:left;
}	
#content .newListWrapper .backlink {
	float:left;
	margin: 16px 0 0 0;
	text-align: right;
	width: 580px;
}

#sitemap ul {
	list-style: square;
	margin: 0 0 0 20px;
}
#sitemap ul ul {
	list-style: none;
	margin: 7px 0 0 10px;
}

#footer {
	background: #FFF url(../img/footer_bg.gif) top right repeat-x;
	color: #818181;
	float: left;
	height: 30px;
	margin: 10px 0 0 0;
	padding-top: 10px;
	/*width: 561px; */
	width: 614px;
}
#copyright {
	height: 30px;
	width: 205px;
	float: left;
	text-align: left;
	padding-left: 15px;
}
#footer_navi {
	height: 30px;
	width: 394px;
	float: left;
	text-align: right;
}
#footer_navi a {
	margin-left: 10px;
	color: #818181;
	text-decoration: none;
	font-weight: normal;
}
#footer_navi a.active {
	text-decoration: underline;
}

.nohead{
	font-size: 12px !important;
	font-weight: bold !important;
}

#content .contenttable-0 td {
	vertical-align: top !important;
}

.filelist_item_presse {
	float: left;
	margin-bottom: 5px;
	min-height: 5px;
	width: 580px;
}

.filelist_item_presse img { 
	border: 1px solid #6E6E6E;
	float: left;
	margin: 0 5px 5px 0;
	vertical-align: top;
}


div.tx-apxalimentariumevents-pi1 .teaserdiv {
	float: inherit;
	height: 170px;
	margin: 0 0 5px 0;
	width: 614px;
}

div.tx-apxalimentariumevents-pi1 .tableclass h1 {
	padding: 0px ;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	height: 28px !important;
	line-height: 28px !important;
	float: left;
	padding: 0 0 10px 30px !important;
	width: 270px !important;	
}

#content div.tx-apxalimentariumevents-pi1 .tableclass {
	background:#FFF;
	border-left:1px solid #F1F1F1;
	border-right:1px solid #F1F1F1;
	border-bottom:1px solid #F1F1F1;	
	filter:alpha(opacity=85);
	height: 170px;
	-moz-opacity: .85;
	opacity: .85;
}

#scroller {
	height: 125px !important;
	overflow: hidden;
	padding: 0 5px 5px 15px;
	width: 283px;
}


/*
--------------------------------
----- tx_powermail_pi1 ---------
--------------------------------
*/

.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html{
	clear:both;
	margin-bottom:5px;
}
.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html label {
	float:left;
	width:180px !important;
}


.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html_radio_content label {
	float:none !important;	
}

.tx_powermail_pi1_fieldwrap_html_radio_title,
.powermail_radio_inner {
	position:relative;	
}

.tx_powermail_pi1_fieldwrap_html_radio_title span,
.powermail_radio_inner span {
	position:absolute;
	left:400px;
	top:0px;	
}


.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html_text input, .tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html_textarea textarea, .tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html_select select, .tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html_captcha_item input {
	border: 1px solid #525252;
}

.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html_captcha_item img{
	padding-top:2px;
	padding-left:84px;
}

.tx-powermail-pi1 .powermailCaptchaInformation{
	padding-left:84px;
}

.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html_submit{
	padding-top:5px;
	padding-left:84px;
}

.tx-powermail-pi1 legend{
	display:none;
}

.tx-powermail-pi1 fieldset{
	border:none;
	padding:0;
	margin:0;
}

.powermail_mandatory_js{
	color:#990000;
	clear:both;
	font-weight:bold;
	padding-left:181px;
}

.tx-powermail-pi1 .tx-powermail-pi1_mandatory{
	color:#990000;
	font-weight:bold;
}
.tx-powermail-pi1 .tx-powermail-pi1_mandatory .powermail_mandatory_list .powermail_mandatory_listitem{
	color:#000000 !important;
	font-weight:normal !important;
}

.powermail_submit {
	float:right;
}

.tx-powermail-pi1_fieldset legend {
   display: none;
}

.tx_powermail_pi1_formconfirmation_back {
	float:left;
	width:150px;
}

.tx_powermail_pi1_formconfirmation_submit {
	float:right;
	text-align:right;
	width:150px;
}
