html {
	height: 100%;
} 

body { 
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	height: 100%;
}

img {
	border: none;
}

h1 {
	color: #0064BE;
	font-size: 14px;
	font-weight: bold;
}

a { 
	color: #9BC30A;
	text-decoration: none;
}

a:hover {
	/* color: #FF7F14; */
	color: #e19a00;
	text-decoration: none;
}

li {
	list-style-type: none; 
}

#bodywrapper {
	background: url(../img/bg_body.gif) top right repeat-y;
	width: 990px;
	float: left;
	min-height: 100%;
}

* html #bodywrapper {	height: 100%; }

#header {
	background: url(../img/bg_header.jpg) top left no-repeat;
	height: 180px;
	width: 982px;
}

#navigation {
	height: 180px;
	width: 982px;
}

#noflash-logo {
	background: transparent;
	height: 155px;
	width: 805px;
	float: left;
}

#noflash-logo img {
    position: absolute;
    left: 22px;
    top: 63px;
}

#noflash-navigation {
	background: url(../img/bg_navigation.gif) top left repeat-x;
	width: 805px;
	height: 23px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	float: left;
}

#noflash-navigation ul {
	float: right;
	margin: 0;
}

#noflash-navigation li {
	width: 99px;
	height: 23px;
	border-left: 1px solid white;
	text-align: center;
	float: left;
}

#noflash-navigation li a {
	background: url(../img/main_navi_item.gif) top left repeat-x;
	width: 100%;
	height: 100%;
	color: #0064BE;
	font-weight: bold;
	display: block;
	padding-top: 4px;	
	float: left;
    text-transform: uppercase;
}

#noflash-navigation li a:hover{
	background: url(../img/main_navi_item_on.gif) top left repeat-x;
}

#noflash-navigation li a.active{
	background: transparent;
	color: white;
}

#language-area {
	background: transparent;
	width: 176px;
	height: 155px;
	position: absolute;
	top: 0;
	left: 800px;
	_top: 100px;
	_left: 0px;
	_border: 1px solid red;
}

#language-links {
	color: #226AAB;
	text-align: right;
	margin-right: 10px;
	margin-top: 137px;
	_border: 1px solid red;
}

#language-links a {
	/* color: #01B1EC; */
	color: #8fcae7;
	font-size: 11px;
}

#language-links a:hover {
	color: #e19a00;
}

#search {
	background: url(../img/bg_search.gif) top left repeat-x;
	width: 176px;
	height: 23px;
	border: 1px solid white;
	border-right: none;
	float: right;
}

input.search {
	border: none;
	width: 121px;
	height: 15px;
	margin: 3px 0 0 3px;
	float: left;
}

input.search-btn {
    float: left;
}

#content-wrapper 
{
	background: url(../img/bg_content_bottom.gif) bottom left no-repeat;
	width: 984px;
	border-bottom: 1px solid #C6C7C9;
	padding-bottom: 25px;
	float: left;
	_height: 65%; 
}

#content-wrapper.fp {
	background: url(../img/bg_content_bottom-fp.gif) bottom left no-repeat;
}

#content-wrapper.fp h2.fp {
	margin: 30px 0 22px 0;
}


#content-wrapper h2 a {
	font-weight: bold;
	font-size: 12px;
	color: #0064BE;
	padding-right: 5px;
}

#content-wrapper h2 a:hover{
	color: #e19a00;
}

/*	columns: column-left-fp and column-right are on frontpage	*/

#column-content.fp {
	/* width: 805px; */
	width: 777px;
	padding: 30px 0 0 28px;
	float: left;
}

#column-content.fp ul { margin: 0 0 0 -28px; }

*:first-child+html #column-content.fp ul {	margin: 0 0 0 16px; }
*html #column-content.fp ul {	margin: 0 0 0 16px; }

#column-content.fp li {
	list-style-image: url(../img/square.gif);
	line-height: 23px;
}

#column-content.fp p {
	line-height: 23px;
	margin: 0 0 8px 0;
}

#column-content.fp h1.maintitle 
{
    width: 777px;
	float: left;
	margin-bottom: 19px;
	_margin-bottom: -15px;
}

#column-news {
	width: 177px;
	float: right;
	_float: none;
	_position: absolute;
	_top: 180px;
	_left: 807px;
	overflow: hidden;
}

#column-news h2.news {
	margin: 0 0 14px 0;
	text-transform: uppercase;
	font-size: 11px;
}

#column-news h2.news a {
	margin: 0;
	font-size: 11px;
	color: #0064BE;
	padding-right: 5px;	
}

#column-news p.news {
	font-size: 11px;
}

.news-item {
	font-size: 11px;
	margin-top: 16px;
	padding: 0;
}

#news-box1 {
	background: url(../img/news-box1.jpg) top left no-repeat;
	padding: 13px;
}

#news-box2 {
	background: url(../img/news-box2.jpg) top left no-repeat;
	padding: 13px;
}

#news-box3 {
	background: url(../img/news-box3.jpg) top left no-repeat;
	padding: 13px;
}

#news-box4 {
	background: url(../img/news-box4.jpg) top left no-repeat;
	padding: 13px;
}

/*	end of front-page & news columns	*/
/*	front-page lifts	*/

#content-top-images {
	width: 777px;
}

#content-img-left {
	background: url(../img/bg_content_top_fp.gif) top left repeat-x;
	padding-top: 17px;
	float: left; 
}
#content-img-right {
	background: url(../img/bg_content_top_fp.gif) top left repeat-x;
	padding-top: 17px;
	margin: 0 0 0 15px;
	float: left;
}

#content-left {
	width: 366px;
	float: left;
	margin: 0;
	border: 0;
}

#content-right {
	width: 366px;
	float: left;
	margin: 0 0 0 15px;
	border: 0;	
}

#bottom-banner  {
    float: left;
    width: 747px;
    height: 67px;   
    margin: 22px 0 0 0;
}

#bottom-banner #bottom-banner-img {
    float: left;
    width: 67px;  
    height: 67px;  
}

#bottom-banner #bottom-banner-content {
    background: white url(../img/bottom-banner-content.gif) top left no-repeat;
    float: left;
    width: 675px;
    min-height: 65px;
	_height: 65px;
    border: 1px solid #C9DD03;
    border-left: 4px solid #C9DD03;}

#bottom-banner #bottom-banner-content p a { color: black; }
#bottom-banner #bottom-banner-content p a:hover { color: #e19a00; }
#bottom-banner #bottom-banner-content p { margin: 10px 14px 10px 14px; line-height: 22px; }
.bannerlink-arrow { margin: 5px 0 0 5px; }

/*	end of front-page lifts	*/
/*	left navigation	*/

#left-navi {
	background: url(../img/arrow-down.gif) 32px 0px no-repeat;
	width: 220px;
	float: left;
	padding-top: 20px;
	margin-top: -1px;
}

#left-navi ul {
	background: url(../img/bg_left_navi_bottom.gif) bottom left no-repeat;
	margin: 0;
	width: 220px;
	padding: 0 0 125px 0;
	_float: left;
}

#left-navi li {
	margin: 7px 0 7px 0;
	_margin: 0 0 -7px 0;
}

#left-navi li a {
	color: #0064be;
	font-weight: bold;
	display: block;
	padding-left: 20px;	
}

#left-navi li a:hover {
	background: url(../img/left_navi_hover.gif) top left repeat-y;
}

#left-navi li a.active {
	background: url(../img/left_navi_active.gif) top left repeat-y;
	color: white;
}

#left-navi li.level3 a { color: #8fcae7; padding-left: 35px; }
#left-navi li.level3 a.active {	color: white; }
#left-navi li.level4 a { color: #8fcae7; padding-left: 55px; font-weight: normal; }
#left-navi li.level4 a.active {	color: white; }

/*	end of left navigation	*/

/*	subpage columns	*/

#column-image {
	background: url(../img/bg_content_column_img.gif) top left repeat-x;
	width: 159px;
	float: left;
	padding-top: 16px; 
	margin-top: 11px;
	color: #c4c5c6;
}

#column-image img {
	margin-bottom: 10px;
}

#column-image p {
	margin: 0;
	line-height: 24px;
	text-align: right;
	color: #c4c5c6;
}

#column-content {
	float: left;
	padding: 25px 17px 0 17px;
}

#column-content h1 {
	color: #0064be;
	margin-bottom: 7px;
}

#column-content p {
	margin: 18px 0 18px 0;
	line-height: 22px;
}

#column-content b, strong, h2 {
	color: #0064be;
}

.narrow { width: 386px; }
.normal { width: 550px; }
.wide { width: 720px; }


.narrow li, .normal li, .wide li {
   list-style-image: url(../img/square.gif);
   line-height: 23px;
}

#content-footer
{
    clear: both;
	float: right;
	width: 100%;
	text-align: right;
}

#content-footer img {
	margin-right: 5px;
}

#disclaimer 
{
    float: left;
}

/*	end of subpage columns	*/
/*	footer	*/

#footer {
	/* color: #C6C7C9; */
	color: #c4c5c6;
	width: 982px;
}

#footer-left {
	margin: 3px 0px 10px 28px; 
	float: left;
	width: 780px;
	font-size: 11px;
}

#footer-right {
    margin: 0px 0px 10px 10px; 
    _margin-left: -15px;	
    float: left; 
}

#footer-right img {
    float: left; 
    margin-left: 5px; 
}

/*	end of footer	*/

/*  rekry-table  */

#column-content.normal table.table_rekry b { color: black; }

#column-content.normal table.table_rekry span.windowtitle 
{
    color: white; 
    background: url(../img/left_navi_active.gif) top left repeat-y;  
    font-weight: bold; 
    padding: 2px 100px 2px 20px;
}
#column-content.normal table.table_rekry input { border: 1px solid #c4c5c6; }

/*  end of rekry-table  */


#news-box1 {

background-color: transparent;

background-image: url(../../../../../../../templates/www/img/news-box1.jpg);

background-repeat: no-repeat;

background-attachment: scroll;

background-position: left top;

padding-top: 13px;

padding-right: 13px;

padding-bottom: 13px;

padding-left: 13px;

}
#news-box1 td {font-size: 11px; color: #9bc30a; padding: 3px;}
#news-box1 .head a {font-size: 11px; color: #0064be; text-transform: uppercase; font-weight: bold;}
#news-box1 a { color: #9bc30a; text-decoration: none;}
#news-box1 a:hover {color:#E19A00; text-decoration: none;}



