@import url( generic.css );

A {
	cursor: pointer !important;
}

DIV#contentwrap {
	width: 890px;
	background: #ffffff;
}

DIV#content {
	width: 890px;
	background: transparent url(../img/frog6.jpg) 0 0 no-repeat;
	float: left;
}

DIV#footer {
	width: 890px;
	height: 15px;
	background: transparent url(../img/bg_footer2.jpg) 0 bottom no-repeat;
	clear: both;
}



DIV#tabs {
	position: relative;
	height: 170px;
}

/*
DIV#tabnavi {
	position: absolute;
	left: 602px;
	top: 39px;
	width: 270px;
	height: 146px;
	background: transparent url(../_img/ui/bg_frontpage_tabs.jpg) 0 0 no-repeat;
	padding-top: 2px;
	overflow: hidden;
}
*/

/*
BODY.en DIV#tabnavi { background: transparent url(../_img/ui/bg_frontpage_tabs_en.jpg) 0 0 no-repeat; }
*/

/*
A.tablink {
	display: block;
	width: 270px;
	height: 50px;
	text-indent: -9999px;
	overflow: hidden;
}

A.tablink { background: transparent url(../_img/ui/bg_frontpage_tabs_hover.jpg) -9999px -9999px no-repeat; }

A#tablink-1:HOVER,
A#tablink-1.act { background-position: 0 -2px; }

A#tablink-2:HOVER,
A#tablink-2.act { background-position: 0 -52px; }

A#tablink-3:HOVER,
A#tablink-3.act { background-position: 0 -102px; }
*/

DIV.tabcontent {
	display: none;
	position: absolute;
	left: 500px;
	top: 33px;
	width: 300px;
	font: italic 22px/23px Arial, Helvetica, sans-serif;
}

DIV.tabcontent H2 {
	padding-bottom: 2px;
	font: bold 18px/25px Arial, Helvetica, sans-serif;
}

DIV#tab-0 { display: block; }

DIV#columns {
	position: relative;
	width: 890px;
	border-bottom: 0px;
	background: #FFF url(../_img/ui/bg_index_columns.gif) 0 0 repeat-y;
	padding-bottom: 0;
	float: left;
	clear: both;
	color: #4e6c7c;
}

DIV#columns H2 {
	height: 37px;
	margin-bottom: 17px;
	font: normal 17px/37px Arial, Helvetica, sans-serif;
	color: #2F353B;
}

DIV#columns P {
	padding-bottom: 12px;
	font: normal 12px/16px Arial, Helvetica, sans-serif;
}

DIV#columns A,
DIV#columns A:VISITED {
	color: #1190E9;
}

SPAN.newsdate {
	display: block;
	font: normal 10px/13px Tahoma, Arial, Helvetica, sans-serif;
}

/*
A.more {
	position: relative;
	top: 20px;
	background: transparent url(../_img/ui/bullet_add.gif) 0 5px no-repeat;
}
*/

DIV#col-1 {
	width: 589px;
	background: #ffffff;
	padding: 10px 0 0 5px;
	float: left;
}

DIV#col-2 {
	width: 245px;
	background: transparent url(../_img/ui/bg_index_column.gif) 0 0 no-repeat;
	padding: 0 15px 0px 31px;
	float: left;
}

/*
DIV#col-1 A.more { left: 0px; }
DIV#col-2 A.more { left: 321px; }
*/

/*
A.bnnr {
	display: block;
	width: 288px;
	height: 270px;
	margin-bottom: 10px;
	line-height: 90px;
	overflow: hidden;
}
*/

TD.tab 
{ 
	color: #1190E9;
	background-color: white;
	font-size: 10pt;
	border-top: 0px solid #F4F4F4; 
	border-bottom: 1px solid #888888; 
	padding-top: 0px;
	padding-left: 5px; 
	padding-right: 5px;
	padding-bottom: 0px; 
	cursor: pointer; 
}

TD.tabSelected 
{ 
	color: black;
	background-color: #ffff00;
	font-size: 10pt;
	font-weight: bold;
	border-top: 0px solid white; 
	border-bottom: 1px solid #888888; 
	padding-top: 0px;
	padding-left: 5px; 
	padding-right: 5px; 
	padding-bottom: 0px;
}


TD.tabsep 
{ 
	padding: 0px;
	border-top: 1px solid transparent;
 	border-right: 0px;
}

TABLE.infobox
{
/*
	border: 2px solid #6c6afc;
	background-color: #3c3afc;
*/
	font-size: 11pt;
	color: #ffffff;
	text-shadow: #6374AB 0px 1px 0px;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

