html, body {
	padding: 0;
	margin: 0;
	border: 0;
}

/* permanent vertical scrollbar for firefox */
html {
	overflow-y: scroll;
}

body {
	font-family: Arial, Tahoma, "Times New Roman", Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
	background-color: #cccccc;
}

h1 {
	font-size: 12px;
	color: #009DE0;
	padding: 0;
	margin: 0em 0em 0.25em 0em;
}

h2 {
	font-size: 13px;
	color:#000;
	margin-top:1em;
	margin-bottom:0;
}

a {
	color: black;	
}

a:active {
	color: black;	
}

p {
	padding: 0em 0em 0em 0em;
	margin: 0em 0em 1em 0em;
}


img {
	padding: 0;
	margin: 0;
	border: none;
}

td {
	text-align: left;
	vertical-align: top;
	/* border: 1px solid blue; */
}


/* FORMS */

fieldset {
	padding: 0;
	margin: 0;
	border: none;	
}

fieldset ol {
	padding: 0;
	margin: 0;
}

fieldset ol li {
	padding-bottom: 5px;
	list-style: none;	
}

select {
	border: 1px solid #cccccc;
	width: 222px;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;	
}

select option {
	padding: 0px 10px 0px 0px;
	margin: 0;	
}


label {
	width: 170px;
	float: left;
	padding-left: 0;
	margin: 0;
}

input {
	margin: 0px 0px 5px 0px;	
}

input[type=text],
input[type=password] {
	width: 220px;
	padding: 0;
	margin: 0px 0px 5px 0px;
	border: 1px solid #cccccc !important;
}

input[type=submit] {
}

textarea {
	border: 1px solid #cccccc;
}

div#layout_container {
	min-height: 500px;
	width: 940px;
	padding: 0;
	margin: 20px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative; 
	border: 30px solid white;
	background-color: white;
	background-repeat: repeat-y;
}

div#layout_container div.column_center ul,
div#layout_container div.column_right ul
{
	margin-left: 0;
	padding-left: 1.25em;
}

div.logo {
	top: 0;
	left: 0;
	height: 39px;
	width: 289px;
	display: inline;
	position: absolute;
}

div.column_left {
	height: auto;
	min-height: inherit;
	width: 219px;
	/*padding-right: 15px;*/
	margin-top: 90px;
	/*border-right: 2px solid #cccccc;*/
	margin-right: 32px;
	float: left;
	display: inline;
}

div.lang_menu {
	top: 0;
	left: 252px;
	height: 20px;
	position: absolute;
}

div.lang_menu a {
	padding-top: 0;
	margin-top: 0;
	font-weight: normal;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}

div.lang_menu a.active {
	font-weight: normal;
	color: #0099FF;	
}

div.lang_menu span.partner {
	margin-left: 3em;
}

div.clearfloats {
	padding: 0;
	margin: 0;
	margin-top: 2px;
	border: 0;
	clear: both;
}

div.intro_box {
	min-height: 100px;
	_height: 100px;
	width: auto;
	padding: 10px 10px 10px 10px;
	background-color: #a4a4a4;
}


/*
takes up relative space below the main content area
*/
div.footer_dummy {
/*
	height: 30px;
	width: 438px;	
*/
}

div.footer {
	width: 438px;
	padding-left: 251px;
	position: relative;

}

div.info_box {
	bottom: 0;
	left: 0;
	height: 200px;
	width: 219px;
	position: absolute;
	background-color: white;
	z-index:2;
}

/*
height of relative element
applied to left column -
set this the same as table.info_box height
*/

div.apply_info_box_height {
	height: 180px;
}

table.info_box {
	height: 200px;
	width: 219px;
	bottom: 0px;
	position: absolute;
}

table.info_box tr td {
	height: 180px;
	vertical-align: bottom;
	font-size: 10px;
	color: #aaa;
}

/* BOX WITH IMAGE */

table.box_with_img {
	height: auto;
	padding: 0;
	margin-bottom: 18px;
}

table.box_with_img tr td {
	vertical-align: top;
	background-color: #fff;
}

table.box_with_img tr td.abstract {
	height: 218px;
	width: 297px;
	padding: 16px 20px 20px 20px;
	background-color: #a4a4a4;
}

table.box_with_img tr td.abstract span {
	font-size: 12px;
	font-weight: bold;
	color:white;
	line-height:150%;
}

table.box_with_img tr td.image {
	height: 258px;
	width: 337px;
	background-color: #EFEFEF;
}

/* HOME SECTION */

div.home_flashmovie {
}

div.home_flashmovie embed {
	border: none;
}

div.home_flashmovie object {
	border: none;	
}

div.home_intro_box {
	bottom: 18px;
	position: absolute;
}

table.home_content_box {
	width: 438px;
}

table.home_content_box tr td {
	padding: 16px 21px 22px 21px;
	background-color: #a4a4a4;
	line-height: 20px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: white;
}

table.home_content_box tr td p.bodytext {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;	
}

table.home_content_box tr td h1 {
	color: black;	
}

div.contentbox {
	padding: 16px 21px 22px 20px;
	background-color: #a4a4a4;
	margin: 0px 0px 15px 0px;
	line-height: 20px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: white;
}

div.contentbox h1 {
	color: black;
}

/* EXTENSION: ZEPHIR_SIMPLEREF */

div.zephir_simpleref {
	min-height: 100%;
	width: 689px;
}

div.zephir_simpleref div.item {
	height: 161px;
	width: 161px;
	margin-right: 11px;
	margin-bottom: 11px;
	float: left;
	overflow: hidden;
	background-color: #a4a4a4;
	display: inline;
}

div.zephir_simpleref div.item div.title {
	margin: 10px 11px 10px 11px;
	z-index: 0;
	font-size: 12px;
	color: white;
}

div.zephir_simpleref div.item div.abstract {
	margin: 0px 11px 11px 11px;
	overflow: hidden;
	z-index: 0;
	font-size: 10px;
	color: black;
}

div.zephir_simpleref div.item div.image {
	height: 161px;
	width: 161px;
	padding: 0;
	margin: 0;
	display: none;
	z-index: 1;
}

div.zephir_simpleref div.item div.image img {
	height: 161px;
	width: 161px;
	border: none;
}

/* EXTENSION: ZEPHIR_APPETIZER */

div.zephir_appetizer_item {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}

div.zephir_appetizer_item div.title {
	margin-bottom: 6px;
	font-size: 10px;
	font-weight: bold;
	color: #009DE0;	
}

div.zephir_appetizer_item div.image {
	/*height: 78px;*/
	width: 102px;
	padding: 0;
	margin: 0;
	float: left;
}

div.zephir_appetizer_item div.image img {
	/*
	height: 78px;
	width: 102px;
	*/
	padding: 0;
	margin: 0;
	border: 0;
	float: right;
}

div.zephir_appetizer_item div.text {
	width: 108px;
	float: right;
	font-size: 10px;
}

div.zephir_appetizer_item div.more {
	margin-top: 0.4em;
}

div.zephir_appetizer_item div.more img {
	height: 11px;
	width: 40px;
}

/* CONTACT FORM */

div.contactform {
	margin-bottom: 50px;	
}

div.tx-filelinks-pi1 {
	margin-bottom: 1em;
}

div.tx-filelinks-pi1 div.item {
	margin-bottom:0;
}

div.tx-filelinks-pi1 div.item a {
	font-weight: normal;
}
div.tx-filelinks-pi1 div.item p {
	margin-bottom:0.5em;
}
