/*--		trk					- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ***/
/*--		main			- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ***/

/*BEGIN:	main			- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ***/

div.main_screen		{
width:					100%;
height:					100%;
overflow: 				-moz-scrollbars-vertical;
overflow-x:				hidden;
overflow-y:				scroll;
background: 			url(../images/site/site_bk.gif) repeat-x left top #bcbcbc;
}
div.main_screen_bk {
width:					100%;
overflow:				visible;
}
.main_screen_table {
width:					100%;
}
.main_screen_centered {
width:					810px;
vertical-align:			top;
text-align:				center;
}


table.main_page {
width:					800px;
margin-top:				0px;
margin-bottom:			50px;
/*border-top:				1px solid #F0F0F0;*/

}
td.main_page_center {
width:					1000px;
padding:				30px 20px 20px 20px;
text-align:				left;
background:				#fff;
border-top:				1px solid #F0F0F0;
border-bottom:			1px solid #bcbcbc;
border-left:			1px solid #F0F0F0;
border-right:			1px solid #F0F0F0;
background: 			#fff /*url(../images/site/page_content_bk.gif) repeat-x top left*/;
}

td.main_page_header {
height:					130px;
background: 			transparent url(../images/site/site_logo.gif) no-repeat center center;
/*border-left:			1px solid #F0F0F0;*/
}

td.main_page_footer {
height:					20px;
background: 			url(../images/site/site_footer_shadow.gif) repeat-x left top;
}

div.main_header_splash {
width:					100%;
height:					140px;
background: 			url(../images/header/main_header_splashimage.jpg) no-repeat left top;
}

.lang_selector {
margin: 20px 0px 0px 630px;
font-weight: bold;
text-align: left;
}
.lang_selector A {
display: block;
width: 23px;
height: 30px;
padding: 25px 0px 0px 5px;
font-weight: bold;
text-decoration: none;
float: left;
margin: 0px 5px 0px 0px;
text-align: left;
}
.lang_de {
color: #BBB;
background: 			url(../images/content/lang_btn_de_n.gif) no-repeat left top;
}
.lang_de_s,
.lang_de:hover,
.lang_de:focus,
.lang_de:active {
color: #000;
background: 			url(../images/content/lang_btn_de.gif) no-repeat left top;
}
.lang_es {
color: #BBB;
background: 			url(../images/content/lang_btn_es_n.gif) no-repeat left top;
}
.lang_es_s,
.lang_es:hover,
.lang_es:active,
.lang_es:focus {
background: 			url(../images/content/lang_btn_es.gif) no-repeat left top;
color: #000;
}
.lang_en {
color: #BBB;
background: 			url(../images/content/lang_btn_en_n.gif) no-repeat left top;
}
.lang_en_s,
.lang_en:hover,
.lang_en:active,
.lang_en:focus {
background: 			url(../images/content/lang_btn_en.gif) no-repeat left top;
color: #000;
}
