/*
 * Standard CSS
 */

@charset "utf-8";

body, html
	{
	background-color:#babcac;
	background-image:url(gfx/bg_gradient.jpg);
	background-repeat:repeat-x;
	margin: 0;
	height:100%;
	min-height:100%;
	width:100%;
	min-width:100%;
	text-align:center;
	cursor:default;
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;	
	}

img
	{
	border:0;
	}

a,a:hover,a:active,a:visited
	{
	text-decoration:none;
	outline: none;
	cursor:pointer;
	color:#285639;
	}

li
	{
	margin:0 auto;
	color:#285639;
	}

ul	
	{
	position:relative;
	left:13px;
	margin:2px;
	padding:0;
	}


/*
 * ######################### MAIN ######################
 */
#bg-main
	{
	position:relative;
	left:0;
	top:0;
	background: url(gfx/bg_maincontent.gif) repeat-y;
	margin: 0 auto;
	min-width:970px;
	max-width:970px;
	width:970px;
	min-height:100%;
	border:0 solid;
	overflow:hidden;
	float:none;
	}


/*
 * ######################### Header ######################
 */
#header
	{
	background: url(gfx/bg_header.jpg) bottom no-repeat;
	margin:0 auto;
	width:970px;
	height:136px;
	}
	
#header-en
	{
	background: url(gfx/bg_header_en.jpg) no-repeat;
	margin:0 auto;
	width:970px;
	height:136px;
	}	

#header .area-01
	{
	margin: 0 auto;
	position:relative;
	top:0;
	left:0;
	width:970px;
	height:136px;
	z-index:100;
	}
	
#header-en .area-01
	{
	margin: 0 auto;
	position:relative;
	top:0;
	left:0;
	width:970px;
	height:136px;
	z-index:100;
	}	

#logo
	{
	margin: 0 auto;
	position:absolute;
	left:0;
	width:970px;
	height:112px;
	overflow:hidden;
	}
	
#navigation
	{
	text-align:left;
	top:116px;
	margin: 0 auto;
	position:absolute;
	left:339px;
	width:610px;
	height:20px;
	overflow:hidden;
	}	
	
#navigation a.navi
	{
	margin-left:20px;
	text-align:left;
	float:left;
	width:101px;
	color:#FFFFFF;
	text-decoration:none;
	}	
	
#navigation a.navi-active
	{
	font-weight:bold;
	margin-left:20px;
	text-align:left;
	float:left;
	width:101px;
	color:#FFFFFF;
	text-decoration:none;
	}		
	
#navigation a.navi:hover,
	{
	font-weight:bold;
	}

			

	
/*
 * ######################### TEAM ######################
 */
#team
	{
	float:left;
	margin:0 auto;
	background-image:url(gfx/bg_team.jpg);
	width:333px;
	overflow:hidden;
	padding:0;
	height:975px;
	text-align:left;
	line-height:12px;	
	}
	
#team #headline
	{
	position:relative;
	float:left;
	left:26px;
	top:2px;
	height:31px;
	color:#ffffff;

	}

#team #member
	{
	position:relative;
	float:left;
	left:36px;
	text-decoration:none;
	height:83px;
	width:295px;
	overflow:hidden;
	color:#ffffff;

	}
	
#team #member .picture-border
	{
	border:2px solid #ffffff;
	}	
	
#team #member .name
	{
	position:absolute;
	left:87px;
	top:5px;
	font-weight:bold;
	color:#ffffff;
	}
	
#team #member .function
	{
	position:absolute;
	left:87px;
	top:26px;
	color:#ffffff;
	
	}
	
#team #member .link
	{
	position:absolute;
	left:87px;
	top:57px;
	text-decoration:underline;
	color:#ffffff;

	}
	
#team #member .link:hover
	{
	font-weight:bold;
	}					




/*
 * ######################### MIDDLE CONTENT ######################
 */

#contentarea
	{
	width:637px;
	text-align:left;
	float:right;
	margin:0 auto;
	color:#285639;
	}


#maincontent
	{
	background: url(gfx/bg_main_middle.jpg) repeat-y;
	width:626px;
	min-height:814px;
	float:left;
	padding:0;
	margin:0 auto;
	padding-left:11px;
	padding-top:18px;
	overflow:auto;
	font-size:11px;	
	}
	
* html #maincontent
	{ /* ie6 opt */
	height:814px;
	overflow:visible;
	}	
	
#maincontent-bottom
	{
	background: url(gfx/bg_main_bottom.jpg) no-repeat;
	width:637px;
	height:33px;
	float:left;
	padding:0;
	margin:0 auto;
	overflow:hidden;
	}
	
#box
	{
	background: url(gfx/bg_box_middle.jpg) repeat-y;
	width:575px;
	float:left;
	padding-left:11px;
	padding-right:14px;
	padding-top:0;
	padding-bottom:2px;	
	margin:0 auto;
	overflow:auto;
	color:#285639;
	font-size:11px;
	line-height:14px;
	text-align:left;
	}
	
#box li
	{
	margin-bottom:10px;
	margin-left:20px;
	list-style:outside;
	}	
	
#box ul
	{
	position:relative;
	left:-3px;
	margin:0 auto;
	padding:0;
	}


	
#box-bottom
	{
	background: url(gfx/bg_box_bottom.jpg) no-repeat;
	width:600px;
	height:7px;
	float:left;
	padding:0;
	margin:0 auto;
	}	
	
					

	

/*
 * ######################### FOOTER ######################
 */
#footer
	{
	left:0;
	background: url(gfx/bg_footer.gif) no-repeat;
	color:#ffffff;
	margin: 0 auto;
	width:970px;
	}

#footer a
	{
	color:#ffffff;
	text-decoration:none;
	margin-right:10px;
	}

#footer a:hover
	{
	color:#285639;
	}

#footer .link-01
	{
	position:relative;
	left:25px;	
	top:-17px;
	float:left;
	}

#footer .link-02
	{
	float:right;
	position:relative;
	right:15px;	
	top:-17px;
	}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
/* ----- add selectors here for font sizing ----- */
#JT_close_left, #JT_close_right{font-size: 1.1em;}
#JT_copy p, #JT_copy ul{font-size: 1.1em;}




#contentPad{
margin:20px;
}

.formInfo a, .formInfo a:active, formInfo a:visited{
	background-color:#FF0000;
	font-size: 1.3em;
	font-weight:bold;
	padding:1px 2px;
	margin-left:5px;
	color:#FFFFFF;
	text-decoration: none;
}

.formInfo a:hover{
	color:#285639;
	text-decoration: none;
}

/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(gfx/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(gfx/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:1500;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#285639;
}

.JT_loader{
	background-image: url(gfx/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:help;
}
	
	
	
	
	
	
	
	


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #285639;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #285639;}
#TB_window a:visited {color: #285639;}
#TB_window a:hover {color: #285639;}
#TB_window a:active {color: #285639;}
#TB_window a:focus{color: #285639;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(gfx/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#333333;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 2px solid #e5e5e5;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
	
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;font-weight:bold;color: #285639;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;font-weight:bold;color: #285639;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;color: #285639;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;color: #285639;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
	
