div.part_file
{
	overflow: hidden;
}

div.part_file div
{
	background: url('../../basic/gfx/file_bg.png') top left repeat-x;
	height: 55px;
	float: left;
	clear: both;
	margin-bottom: 10px;
}

div.part_file div div
{
	background: url('../../basic/gfx/file_left.png') top left no-repeat;
	height: 55px;
}

div.part_file div div div
{
	background: url('../../basic/gfx/file_right.png') top right no-repeat;
	height: 55px;
	padding-right: 20px;
}

div.part_file p
{
	margin: 0px;
	padding-left: 60px;;
}

div.part_file p.part_file_title
{
	margin-top: 10px;
	font-size: 10pt;
}

div.part_file p.part_file_info
{
	font-size: 10px;
	color: #888;
	padding-top: 2px;
}

div.part_file a
{
	color: #ccc;
}

div.part_file a span
{
	color: #004EFF;
}

div.part_file a:hover, div.part_file a:hover span
{
	color: #0033AA;
}.part_header
{
	margin: 0;
}

h1.part_header, textarea.part_header_1
{
	font-size: 20pt;
	line-height: 24pt;
}

h2.part_header, textarea.part_header_2
{
	font-size: 15pt;
	line-height: 17pt;
}

h3.part_header, textarea.part_header_3
{
	font-size: 13pt;
	line-height: 14pt;
}

h4.part_header, textarea.part_header_4
{
	font-size:12pt;
	line-height: 14pt;
}

h5.part_header, textarea.part_header_5
{
	font-size:11.5pt;
	line-height: 12pt;
}

h6.part_header, textarea.part_header_6
{
	font-size:11pt;
	line-height: 12pt;
}

.part_section_header_1
{
	padding-bottom: 20px;
}

.part_section_header_2
{
	padding-top: 10px;
	padding-bottom: 5px;
}

.part_section_header_3
{
	padding-top: 10px;
}

.part_section_header_4
{
	padding-top: 10px;
}

.part_section_header_5
{
	padding-top: 10px;
}

.part_section_header_6
{
	padding-top: 10px;
}hr.part_horizontalrule
{
	border: none;
	border-bottom: solid 2px #ddd;
}div.part_image
{
	font-size: 0;
}

div.part_image img
{
	border-width: 0;
}

div.part_image p, div.part_image textarea
{
	margin: 0px;
	font-size: 8pt;
	color: #999;
}

span.part_image_frame_light
{
	padding: 4px;
	border: 1px solid #DDDDDD;
	border-bottom: 1px solid #bbb;
	border-top: 1px solid #eee;
	background: #fff;
	display: inline-block;
}div.part_imagegallery
{
	overflow: hidden;
	font-size: 0;
}

div.part_imagegallery a
{
	display: inline-block;
	margin: 0px 10px 10px 0px;
	text-decoration: none;
}

div.part_imagegallery_framed
{
}

div.part_imagegallery_framed a
{
	margin: 0px 10px 10px 0px;
	border: 1px solid #DDDDDD;
	border-bottom: 1px solid #bbb;
	border-top: 1px solid #eee;
	background: #fff;
	font-size: 0;
	line-height: 0;
	position: relative;
	z-index: 1;
	background: #fff;
/*	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset; 
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;*/
}

div.part_imagegallery span
{
	background: #fff;
	background: rgba(255,255,255,.5);
	position: absolute;
	color: #333333;
	font-size: 10px;
	padding: 1px 2px;
	position: absolute;
	line-height: 12px;
}

div.part_imagegallery img
{
	border: 0px;
}

div.part_imagegallery_changing a
{
	display: none;
	float: none;
	position: absolute;
}
/*
div.part_imagegallery_framed a:before,
div.part_imagegallery_framed a:after {
	content: '';
	z-index: -1;
	position: absolute;
	left: 14px;
	bottom: 14px;
	width: 70%;
	max-width: 300px;
	height: 55%;
	-webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
	-webkit-transform: skew(-15deg) rotate(-6deg);
	-moz-transform: skew(-15deg) rotate(-6deg);
	-ms-transform: skew(-15deg) rotate(-6deg);
	-o-transform: skew(-15deg) rotate(-6deg);
	transform: skew(-15deg) rotate(-6deg);
}


div.part_imagegallery_framed a:after {
	left: auto;
	right: 14px;
	-webkit-transform: skew(15deg) rotate(6deg);
	-moz-transform: skew(15deg) rotate(6deg);
	-ms-transform: skew(15deg) rotate(6deg);
	-o-transform: skew(15deg) rotate(6deg);
	transform: skew(15deg) rotate(6deg);
}
*/

div.part_imagegallery_framed img
{
	border: 4px solid #fff;
}

div.part_imagegallery_framed span
{
	margin: 4px;
	display: none;
}div.part_list_box_top
{
	background: url('../../basic/gfx/box.png') left top repeat-x;
	height: 5px;
	font-size: 0px;
}

div.part_list_box_top div
{
	background: url('../../basic/gfx/box.png') left -5px no-repeat;
	height: 5px;
	font-size: 0px;
}

div.part_list_box_top div div
{
	background: url('../../basic/gfx/box.png') right -10px no-repeat;
}

div.part_list_box_bottom
{
	background: url('../../basic/gfx/box.png') left -15px repeat-x;
	height: 5px;
	font-size: 0px;
}

div.part_list_box_bottom div
{
	background: url('../../basic/gfx/box.png') left -20px no-repeat;
	height: 5px;
	font-size: 0px;
}

div.part_list_box_bottom div div
{
	background: url('../../basic/gfx/box.png') right -25px no-repeat;
}

div.part_list_box_middle
{
	border: 1px solid #e1e1e1;
	border-width: 0px 1px;
	padding: 0px 8px;
}

div.part_list_item
{
	padding: 5px 0;
	border-top: 1px solid #ddd;
}

div.part_list h2
{
	margin: 0;
	font-size: 12pt;
	font-weight: normal;
	padding-bottom: 3px;
}

div.part_list h3
{
	margin: 0;
	font-size: 13px;
	color: #333;
	padding-bottom: 3px;
}

p.part_list_text
{
	margin: 0px 0px 5px;
	font-size: 12px;
	color: #666;
}

p.part_list_nodata
{
	margin: 0;
	padding: 5px 0;
	font-size: 12px;
	color: #999;
	font-style: italic;
}

p.part_list_source
{
	margin: 0;
	font-size: 12px;
	color: #666;
}

p.part_list_date
{
	margin: 0;
	font-size: 11px;
	color: #999;
}


div.part_list_busy
{
	opacity: 0.5;
}.part_section_listing
{
	padding: 10px 0px;
}

div.part_listing, textarea.part_listing
{
	font-size: 8pt;
	color: #333;
}

div.part_listing ul
{
	margin: 0px;
	color: #abc;
	padding-left: 25px;
}

div.part_listing span.part_listing_first
{
	font-size: 9pt;
	font-weight: bold;
}

span.part_listing
{
	color: #333;
}

div.part_listing li
{
	margin-bottom: 5px;
}.part_news_box_top
{
	background: url('../../basic/gfx/box.png') left top repeat-x;
	height: 5px;
	font-size: 0px;
}

.part_news_box_top div
{
	background: url('../../basic/gfx/box.png') left -5px no-repeat;
	height: 5px;
	font-size: 0px;
}

.part_news_box_top div div
{
	background: url('../../basic/gfx/box.png') right -10px no-repeat;
}

.part_news_box_bottom
{
	background: url('../../basic/gfx/box.png') left -15px repeat-x;
	height: 5px;
	font-size: 0px;
}

.part_news_box_bottom div
{
	background: url('../../basic/gfx/box.png') left -20px no-repeat;
	height: 5px;
	font-size: 0px;
}

.part_news_box_bottom div div
{
	background: url('../../basic/gfx/box.png') right -25px no-repeat;
}

.part_news_box_middle
{
	border: 1px solid #e1e1e1;
	border-width: 0px 1px;
	padding: 0px 8px;
}

.part_news_title
{
	font-size: 12pt;
	color: #333;
	padding-bottom: 3px;
}

.part_news_item
{
	font-size: 9pt;
	line-height: 13pt;
	border-top: 1px solid #eee;
	padding: 6px 0px;
	overflow: hidden;
}

.part_news_item_title
{
	font-weight: bold;
	color: #333;
}

.part_news_item_description
{
	color: #333;
}

.part_news_item_date
{
	float: left;
	font-size: 10px;
	color: #aaa;
}

.part_news_item_links
{
	color: #7894a5;
	text-align: right;
}

.part_news_item_links a
{
	margin-left: 2px;
}div.part_section_person
{
	padding-bottom: 10px;
}

div.part_person table
{
	border-spacing: 0;
	font-size: 11px;
	line-height: 15px;
}

div.part_person div.fn
{
	font-weight: bold;
	font-size: 13px;
}

div.part_person div.adr
{
	font-style: italic;
}

div.part_person table td
{
	vertical-align: top;
	padding: 0;
}

div.part_person img
{
	border: none;
	width: 60px;
	height: 80px;
}

span.part_person_label
{
	color: #999;
}

td.part_person_image
{
	width: 80px;
}

td.part_person_image a
{
	border: 1px solid #DDDDDD;
	border-bottom: 1px solid #bbb;
	border-top: 1px solid #eee;
	padding: 4px;
	display: inline-block;
	font-size: 0;
	line-height: 0;
	margin-right: 10px;
}.part_section_text
{
	padding-bottom: 10px;
}

.part_text
{
	font-size: 9pt;
	line-height: 1.4em;
	color: #333;
}

div.part_text p
{
	margin: 10px 0px 0px;
}

div.part_text p.part_text_first
{
	margin: 0;
}

img.part_text_image_right
{
	float: right;
	margin: 0px 0px 10px 10px;
}

img.part_text_image_left
{
	float: left;
	margin: 0px 10px 10px 0px;
}div.part_mailinglist form
{
	margin: 0px;
}

div.part_mailinglist_subscribe
{
	margin-bottom: 10px;
}

div.part_mailinglist h2
{
	color:#000000;
	font-weight:normal;
	margin:0;
	font-size: 12pt;
}

div.part_mailinglist p.success, div.part_mailinglist p.error
{
	background:#FFF0B4 url('../../basic/gfx/message.gif') repeat-x left top;
	border: 1px solid #F1E9B3;
	color: #605140;
	font-size: 10pt;
	overflow: hidden;
	padding: 5px 10px;
	text-align: left;
}

div.part_mailinglist p.error
{
	color: #f00;
}

div.part_mailinglist p
{
	margin: 5px 0px 0px;
}

div.part_mailinglist label
{
	display: block;
	font-size: 9pt;
	color: #666;
}

div.part_mailinglist p.buttons
{
	text-align: right;
	padding-bottom: 3px;
}

div.part_mailinglist_box_top
{
	font-size: 0px;
	background: url('../../basic/gfx/input_box.png') repeat-x;
	height: 6px;
}

div.part_mailinglist_box_top div
{
	background: url('../../basic/gfx/input_box.png') left -6px no-repeat;
	height: 6px;	
}

div.part_mailinglist_box_top div div
{
	background: url('../../basic/gfx/input_box.png') right -12px no-repeat;
}

div.part_mailinglist_box_bottom
{
	font-size: 0px;
	background: url('../../basic/gfx/input_box.png') left -18px repeat-x;
	height: 6px;
}

div.part_mailinglist_box_bottom div
{
	background: url('../../basic/gfx/input_box.png') left -24px no-repeat;
	height: 6px;	
}

div.part_mailinglist_box_bottom div div
{
	background: url('../../basic/gfx/input_box.png') right -30px no-repeat;
}

div.part_mailinglist_box_middle
{
	background: #f6f6f6 url('../../basic/gfx/input_box.png') left -36px repeat-y;
}

div.part_mailinglist_box_middle div.part_mailinglist_box_middle
{
	background: url('../../basic/gfx/input_box.png') right -236px repeat-y;
	padding: 6px 12px;
}

div.part_mailinglist span.common_field
{
	display: block;
	height: 24px;
	background: url('../../basic/gfx/field.png') repeat-x;
}

div.part_mailinglist span.common_field span
{
	display: block;
	height: 24px;
	background: url('../../basic/gfx/field.png') left -24px no-repeat;
}

div.part_mailinglist span.common_field span span
{
	height: 24px;
	background: url('../../basic/gfx/field.png') right -48px no-repeat;
}

div.part_mailinglist span.common_field input
{
	background: none;
	font-size: 10pt;
	width: 100%;
	border: 0px;
	text-indent: 2px;
	padding: 2px 0px;
}form.part_formula
{
	margin: 0;
}

.part_formula p
{
	margin: 0 0 5px;
}

.part_formula p.part_formula_label
{
	margin: 0;
	font-weight: bold;
	font-size: 11px;
}

input.part_formula_text, textarea.part_formula_text
{
	width: 200px;
	border: 1px solid #eee;
	border-color: #ccc #ddd #eee;
	font-size: 11px;
	padding: 1px 0;
}

textarea.part_formula_text
{
	height: 100px;
}div.part_richtext
{
	font-size: 9pt;
	line-height: 1.4em;
	color: #333;
}div.part_poster
{
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 10px;
	overflow: hidden;
}

p.part_poster_title
{
	margin: 0;
	font-size: 14pt;
	font-weight: bold;
}

p.part_poster_text
{
	font-size: 12px;
}body.editor
{
	background: #383C3A;
}

td.document_column
{
	padding-left: 10px;
}

td.document_column_first
{
	padding-left: 0px;
}

/*************** Header *************/

.part_header
{
	color: #ceff65;
	font-family: "Lucida Grande","Lucida Sans Unicode",sans-serif;
	font-weight: normal;
	margin: 0;
	background: transparent;
}

h1.part_header, textarea.part_header_1
{
	font-size: 20pt;
}

h2.part_header, textarea.part_header_2
{
	font-size: 13pt;
}

h3.part_header, textarea.part_header_3
{
	font-size: 12pt;
}

h4.part_header, textarea.part_header_4
{
	font-size:11pt;
}

h5.part_header, textarea.part_header_5
{
	font-size:11pt;
}

h6.part_header, textarea.part_header_6
{
	font-size:11pt;
}

.part_section_header_1
{
	padding-bottom: 20px;
}

.part_section_header_2
{
	padding-top: 10px;
	padding-bottom: 5px;
}

.part_section_header_3
{
	padding-top: 10px;
}

.part_section_header_4
{
	padding-top: 10px;
}

.part_section_header_5
{
	padding-top: 10px;
}

.part_section_header_6
{
	padding-top: 10px;
}

/*************** Text *************/

.part_section_text
{
	padding-bottom: 10px;
}

div.part_text, textarea.part_text
{
	font-family: "Lucida Grande","Lucida Sans Unicode",sans-serif;
	font-size: 11pt;
	line-height: 1.4em;
	color: #fff;
}

div.part_text p
{
	margin: 10px 0px 0px;
}

div.part_text p.part_text_first
{
	margin: 0;
}

/****************** Listing ***************/

.part_section_listing
{
	padding: 10px 0px;
}

div.part_listing, textarea.part_listing
{
	font-family: "Lucida Grande","Lucida Sans Unicode",sans-serif;
	font-size: 11pt;
	color: #fff;
}

div.part_listing ul
{
	margin: 0px;
	color: #CEFF65;
	padding-left: 25px;
}

div.part_listing span.part_listing_first
{
}

div.part_listing span
{
	color: #fff;
}

div.part_listing a span
{
	color: #fff;
}

div.part_listing li
{
	margin-bottom: 5px;
}

/****************** Image ******************/

div.part_image
{
	font-size: 0;
}

div.part_image img
{
	border-width: 0;
}

div.part_image p, div.part_image textarea
{
	font-family: "Lucida Grande","Lucida Sans Unicode",sans-serif;
	margin: 0px;
	font-size: 8pt;
	color: #999;
}

/******************** News ******************/

div.part_news
{
	font-family: "Lucida Grande","Lucida Sans Unicode",sans-serif;
}

.part_news_box
{
	background: #282828;
}

.part_news_box_top
{
	background: url('../gfx/box.png') left top no-repeat;
	height: 5px;
	font-size: 0px;
}

.part_news_box_top div
{
	background: url('../gfx/box.png') right -5px no-repeat;
	height: 5px;
	font-size: 0px;
}

.part_news_box_bottom
{
	background: url('../gfx/box.png') left -10px no-repeat;
	height: 5px;
	font-size: 0px;
}

.part_news_box_bottom div
{
	background: url('../gfx/box.png') right -15px no-repeat;
	height: 5px;
	font-size: 0px;
}

.part_news_box_middle
{
	padding: 0px 8px;
}

.part_news_title
{
	font-size: 12pt;
	color: #CEFF65;
	padding-bottom: 3px;
}

.part_news_item
{
	font-size: 9pt;
	line-height: 13pt;
	padding: 6px 0px;
	overflow: hidden;
}

.part_news_item_title
{
	color: #fff;
}

.part_news_item_description
{
	color: #bbb;
}

.part_news_item_date
{
	float: left;
	font-size: 10px;
	color: #aaa;
}

.part_news_item_links
{
	color: #7894a5;
	text-align: right;
}

.part_news_item_links a
{
	margin-left: 2px;
}

/********************* Mailinglist *********************/

div.part_mailinglist form
{
	margin: 0px;
}

div.part_mailinglist_subscribe
{
	margin-bottom: 10px;
}

div.part_mailinglist h2
{
	color:#000000;
	font-family:"Tahoma","Geneva","Helvetica","Arial",sans-serif;
	font-weight:normal;
	margin:0;
	font-size: 12pt;
}

div.part_mailinglist p.success, div.part_mailinglist p.error
{
	background:#FFF0B4 url('../../basic/gfx/message.gif') repeat-x left top;
	border: 1px solid #F1E9B3;
	color: #605140;
	font-size: 10pt;
	overflow: hidden;
	padding: 5px 10px;
	text-align: left;
}

div.part_mailinglist p.error
{
	color: #f00;
}

div.part_mailinglist p
{
	margin: 5px 0px 0px;
}

div.part_mailinglist label
{
	display: block;
	font-size: 9pt;
	color: #666;
}

div.part_mailinglist p.buttons
{
	text-align: right;
	padding-bottom: 3px;
}

div.part_mailinglist_box_top
{
	font-size: 0px;
	background: url('../../basic/gfx/input_box.png') repeat-x;
	height: 6px;
}

div.part_mailinglist_box_top div
{
	background: url('../../basic/gfx/input_box.png') left -6px no-repeat;
	height: 6px;	
}

div.part_mailinglist_box_top div div
{
	background: url('../../basic/gfx/input_box.png') right -12px no-repeat;
}

div.part_mailinglist_box_bottom
{
	font-size: 0px;
	background: url('../../basic/gfx/input_box.png') left -18px repeat-x;
	height: 6px;
}

div.part_mailinglist_box_bottom div
{
	background: url('../../basic/gfx/input_box.png') left -24px no-repeat;
	height: 6px;	
}

div.part_mailinglist_box_bottom div div
{
	background: url('../../basic/gfx/input_box.png') right -30px no-repeat;
}

div.part_mailinglist_box_middle
{
	background: #f6f6f6 url('../../basic/gfx/input_box.png') left -36px repeat-y;
}

div.part_mailinglist_box_middle div.part_mailinglist_box_middle
{
	background: url('../../basic/gfx/input_box.png') right -236px repeat-y;
	padding: 6px 12px;
}

div.part_mailinglist span.common_field
{
	display: block;
	height: 24px;
	background: url('../../basic/gfx/field.png') repeat-x;
}

div.part_mailinglist span.common_field span
{
	display: block;
	height: 24px;
	background: url('../../basic/gfx/field.png') left -24px no-repeat;
}

div.part_mailinglist span.common_field span span
{
	height: 24px;
	background: url('../../basic/gfx/field.png') right -48px no-repeat;
}

div.part_mailinglist span.common_field input
{
	background: none;
	font-size: 10pt;
	width: 100%;
	border: 0px;
	text-indent: 2px;
	padding: 2px 0px;
}

/************************ Image gallery ************************/

div.part_imagegallery
{
	overflow: hidden;
}

div.part_imagegallery a
{
	float: left;
	margin: 0px 10px 10px 0px;
}

div.part_imagegallery img
{
	border: 0px;
}

/**************************** File ****************************/

div.part_file
{
	overflow: hidden;
	font-family: Verdana,Tahoma,sans-serif;
}

div.part_file div
{
	background: url('../../basic/gfx/file_bg.png') top left repeat-x;
	height: 55px;
	float: left;
	clear: both;
	margin-bottom: 10px;
}

div.part_file div div
{
	background: url('../../basic/gfx/file_left.png') top left no-repeat;
	height: 55px;
}

div.part_file div div div
{
	background: url('../../basic/gfx/file_right.png') top right no-repeat;
	height: 55px;
	padding-right: 20px;
}

div.part_file p
{
	margin: 0px;
	padding-left: 60px;;
}

div.part_file p.part_file_title
{
	margin-top: 10px;
	font-size: 10pt;
}

div.part_file p.part_file_info
{
	font-size: 10px;
	color: #888;
	padding-top: 2px;
}

div.part_file a
{
	color: #ccc;
}

div.part_file a span
{
	color: #004EFF;
}

div.part_file a:hover, div.part_file a:hover span
{
	color: #0033AA;
}


/************************************ Horizontal rule *****************************/

hr.part_horizontalrule
{
	border: none;
	border-bottom: solid 2px #ddd;
}/********************* Common *******************/
	
a.common
{
	color: #999;
}

a.common span
{
	color: #62b1ee;
}
	
a.common:hover, a.common:hover span
{
	color: #0169b2;
}

h1.common,h2.common,h3.common,h4.common,h5.common,h6.common
{
	margin: 0px;
	color: #ceff65;
	font-family: "Lucida Grande","Lucida Sans Unicode", sans-serif;
	font-weight: normal;
}

p.common, ul.common
{
	font-family: "Lucida Grande","Lucida Sans Unicode", sans-serif;
	font-size: 9pt;
	line-height: 160%;
	text-align: justify;
}

.clear
{
	clear: both;
}

/********************** Base ***********************/


img
{
	border: none;
}

body
{
	font-family: "Lucida Grande","Lucida Sans Unicode", sans-serif;
	padding: 0px;
	margin: 0px;
	background: #282828;
	text-align: center;
}

body,html
{
	height: 100%;
}

form
{
	margin: 0px;
}

div.layout
{
	min-height: 100%;
	position: relative;
}

div.layout_head
{
	overflow: hidden;
	height: 107px;
	background: url('../gfx/header.jpg') 30% top;
}

div.layout_head div.layout_container
{
	position: relative;
}

span.layout_languages
{
	position: absolute;
	top: 28px;
	right: 0;
}

span.layout_languages a
{
	display: inline-block;
	height: 40px;
	background-image: url('../gfx/flags.png');
	background-repeat: no-repeat;
	line-height: 40px;
	color: white;
	cursor: pointer;
	text-decoration: none;
}

span.layout_languages a span
{
	display: inline-block;
	padding-left: 44px;
	text-shadow: 0 1px 4px black;
}

a.layout_language_en
{
	background-position: 0 -40px;
}

a.layout_logo
{
	background: url('../gfx/logo.png') no-repeat;
	width: 409px;
	height: 98px;
	position: absolute;
	margin-top: 2px;
	margin-left: 0;
}

div.layout_container
{
	margin: 0px auto;
	width: 906px;
	text-align: left;
}

div.layout_middle
{
	padding-bottom: 100px;
}

div.layout_middle_body
{
	background: #383c3a url('../gfx/footer.jpg') center bottom repeat-x;
	padding-bottom: 90px;
}

div.layout_middle_body div.layout_container
{
	overflow: hidden;
}

div.layout_content
{
	overflow: hidden;
	min-height: 400px;
}

div.layout_sidebar
{
	float: right;
	width: 220px;
	padding-top: 20px;
	padding-right: 15px;
}

div.layout_inner_content
{
	padding: 20px;
}

div.layout_content_sidebar div.layout_inner_content
{
	width: 410px;
}

/******** Footer ********/

div.layout_footer
{
	font-size: 9pt;
	height: 90px;
	position: relative;
	margin-top: -90px;
}

div.layout_footer a
{
	color: #444;
}

div.layout_footer span
{
	color: #666;
}

a.layout_design
{
	background: url('../gfx/designedby.png');
	text-indent: -10000px;
	width: 149px;
	height: 47px;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}

div.layout_links
{
	height: 30px;
}

/***************** Top navigation *************/

div.layout_navigation_bar
{
	float: left;
	width: 200px;
	padding-bottom: 20px;
	padding-right: 20px;
}

ul.layout_navigation
{
	margin: 0px;
	padding: 20px 0 0 0;
	display: block;
	overflow: hidden;
	cursor: default;
}

ul.layout_navigation li
{
	list-style: none;
	width: 100%;
}

ul.layout_navigation li a
{
	font-family: "Lucida Grande","Lucida Sans Unicode", sans-serif;
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	height: 33px;
	line-height: 31px;
	margin-right: 5px;
	cursor: pointer;
}

ul.layout_navigation li a:hover
{
	background: #303231 url('../gfx/graphics.png') left -152px no-repeat;
}

ul.layout_navigation li a:hover span
{
	background: url('../gfx/graphics.png') right -185px no-repeat;
}

ul.layout_navigation li span
{
	display: block;
	height: 33px;
	padding: 0 8px 0 30px;
	white-space: nowrap;
}

ul.layout_navigation a.highlighted
{
	color: #CEFF65;
}

ul.layout_navigation a.selected, ul.layout_navigation a.selected:hover
{
	color: #CEFF65;
	background: #282828 url('../gfx/graphics.png') left -86px no-repeat;
}

ul.layout_navigation a.selected span, ul.layout_navigation a.selected:hover span
{
	background: url('../gfx/graphics.png') right -119px no-repeat;
}

ul.layout_navigation ul
{
	padding-left: 20px;
	padding-top: 5px;
	margin: 0;
}

/********************** Box *********************/

div.layout_box
{
	background: #282828;
}

div.layout_box_top, div.layout_box_top div, div.layout_box_bottom, div.layout_box_bottom div
{
	font-size: 0;
	background: url('../gfx/box.png') left top no-repeat;
	height: 5px;
}

div.layout_box_top div
{
	background-position: right -5px;
}

div.layout_box_bottom
{
	background-position: left -10px;
}

div.layout_box_bottom div
{
	background-position: right -15px;
}


/************************* Contact ***********************/

div.layout_contact
{
	margin-top: 20px;
}

div.layout_contact div.layout_box_middle
{
	padding: 5px 0 5px 15px;
}

div.layout_contact h2
{
	color: #CEFF65;
	margin: 0 0 5px;
	font-weight: normal;
	font-size: 18px;
}

div.layout_contact p
{
	color: #fff;
	font-size: 13px;
	margin: 0;
	line-height: 22px;
}

div.layout_contact a
{
	color: #888;
}

div.layout_contact a span
{
	color: #fff;
}

div.layout_contact a:hover span
{
	color: #CEFF65;
}

/************************** Search *********************/

form.layout_search
{
	background: #171717 url('../gfx/graphics.png') left -26px no-repeat;
	margin-right: 15px;
	margin-top: 32px;
	float: right;
	height: 30px;
	font-size: 0px;
}

form.layout_search div
{
	background: url('../gfx/graphics.png') right -56px no-repeat;
	height: 30px;
	padding-left: 12px;
	padding-right: 12px;
}

form.layout_search input.text
{
	border: none;
	background: none;
	margin-top: 5px;
	font-size: 11pt;
	color: #999;
	width: 200px;
	font: Verdana, Tahoma,sans-serif;
}

form.search input.text:focus
{
	color: #333;
}

form.layout_search input.submit
{
	position: absolute;
	top: 0px;
	left: -1000px;
	width: 1px;
	display: none;
}










/********** News **********/

div.layout_news
{
	padding: 0 0 10px;
}

div.layout_news h2
{
	font-weight: normal;
	margin: 0 0 5px;
	font-size: 11pt;
	color: #CEFF65;
	padding: 0 0 3px;
}

div.layout_news_item
{
	padding: 4px 0 8px;
	overflow: hidden;
}

div.layout_news_item h3
{
	font-size: 9pt;
	color: #fff;
	font-weight: normal;
	padding-bottom: 3px;
	margin: 0;
}

p.layout_news_text
{
	color:#aaa;
	font-size:8pt;
	line-height:10pt;
	margin: 0 0 3px;
}

p.layout_news_date
{
	font-weight: normal;
	color: #bbb;
	font-size: 8pt;
	margin: 2px 0 0;
	float: left;
}

p.layout_news_links
{
	text-align: right;
	font-size: 8pt;
	margin-top: 3px;
	margin: 0;
}
