
a:focus,
a:active
{
	outline: none;
}

html
{
	background: #ffffff;
}

body
{
	background: #ffffff;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;;
	font-size: 1px;
	line-height: 1px;
	margin: 0;
	min-width: 955px;
	overflow: auto;
	padding: 0;
}

ins
{
	text-decoration: none;
}

img
{
	border: 0;
}

/* intro */

#intro
{
	display: block;
	height: 250px;
	left: 50%;
	margin: -125px 0 0 -370px;
	position: absolute;
	top: 50%;
	width: 740px;
}

#intro a
{
	background: #000000;
	color: #ffffff;
	display: block;
	font-size: 16px;
	height: 120px;
	line-height: 120px;
	margin: 11px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 120px;
}

#intro a:hover
{
	background: #d6302a;
}

#intro img
{
	display: block;
	height: 120px;
	line-height: 120px;
	margin: 11px;
	width: 120px;
}

#intro_info
{
	display: block;
	font-size: 13px;
	line-height: 20px;
	margin: 80px 0 0 0;
	text-align: center;
}

/* header */

#header
{
	background: #ffffff;
	display: block;
	height: 120px;
	margin: 25px auto 0 auto;
	width: 973px;
}

#logo
{
	display: block;
	float: left;
	height: 120px;
	margin: 0 12px 0 0;
	width: 120px;
}

#language
{
	background: #ffffff;
	float: right;
	height: 46px;
	padding: 0 15px;
	text-align: right;
	width: 811px;
}

#language a
{
	color: #565656;
	font-family: Tahoma, Arial, Helvetica, sans-serif;;
	font-size: 13px;
	line-height: 46px;
	margin: 0;
	min-width: 955px;
	overflow: auto;
	padding: 0;
	text-decoration: none;
}

#language a:hover
{
	color: #d6302a;
	text-decoration: underline;
}

#menu
{
	background: #000000;
	float: right;
	height: 37px;
	width: 841px;
}

#menu a
{
	color: #ffffff;
	float: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	height: 37px;
	line-height: 34px;
	padding: 0 15px;
	text-decoration: none;
}

#submenu
{
	background: #d6302a;
	float: right;
	height: 37px;
	padding: 0 5px;
	width: 831px;
}

#submenu a
{
	color: #ffffff;
	float: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 37px;
	line-height: 34px;
	padding: 0 10px 0 10px;
	text-decoration: none;
}

#search
{
	float: right;
}

#search_field
{
	background: #ffffff url('../resources/shadow.png') repeat-x;
	border: 0;
	float: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 7px;
	padding: 3px 7px;
	width: 140px;
}

#search_button
{
	float: right;
	background: #000000;
	border: 0;
	color: #ffffff;
	height: 37px;
	font-size: 12px;
}

/* content */

#content
{
	background: #ffffff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;;
	font-size: 12px;
	min-height: 410px;
	margin: 30px auto 0px auto;
	width: 973px;
}

#content h1
{
	display: block;
	font-size: 32px;
	font-weight: normal;
	line-height: 32px;
	margin: 0 0 30px 0;
	padding: 0;
}

#content p
{
	font-size: 13px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;;
	font-weight: normal;
	text-align: justify;
	line-height: 20px;
	margin: 0 0 10px 0;
}

#content a
{
	color: #d6302a;
	text-decoration: underline;
}

/* classes */

.table_header
{
	background: #d6302a;
	font-size: 14px;
	color: #ffffff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;;
	font-weight: bold;
	height: 22px;
	padding: 0 5px;
}

.table_section
{
	background: #000000;
	font-size: 14px;
	color: #ffffff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;;
	font-weight: bold;
	text-align: center;
	height: 22px;
	padding: 0 5px;
}

.table_cell1
{
	border-bottom: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
	background: #ffffff;
	font-size: 13px;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;;
	font-weight: normal;
	padding: 5px;
	line-height: 20px;
}

.table_cell1_last
{
	border-bottom: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	background: #ffffff;
	font-size: 13px;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;;
	font-weight: normal;
	padding: 5px;
	line-height: 20px;
}

.table_cell2
{
	border-bottom: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
	background: #eeeeee;
	font-size: 13px;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;;
	font-weight: normal;
	padding: 5px;
	line-height: 20px;
}

.table_cell2_last
{
	border-bottom: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	background: #eeeeee;
	font-size: 13px;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;;
	font-weight: normal;
	padding: 5px;
	line-height: 20px;
}

.center
{
	text-align: center;
}

/* footer */

#footer
{
	background: #ffffff;
	border-top: 1px solid #ccc;
	font-family: Tahoma, Arial, Helvetica, sans-serif;;
	font-size: 12px;
	height: 46px;
	margin: 30px auto 0 auto;
	padding: 15px;
	text-align: right;
	width: 973px;
}

#footer a
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 12px;
	line-height: 46px;
	margin: 0;
	min-width: 955px;
	overflow: auto;
	padding: 0;
	text-decoration: none;
}
