@import url('/css/content.css');
@import url('/css/menu.css');


/***********/
/* general */
/***********/
html
{
	overflow-x: hidden;
}

html, body
{
	width: 100%;
	text-align: center;
}

body
{
	font-family: arial, helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0px;
}

p, form, ul, ol, li, img, body, html, div
{
	margin: 0;
	padding: 0;
}

img
{
	border: 0;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h1
{
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
	color: #D30C44;
}

h2, h3
{
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 0px;
}

h3
{
	padding-bottom: 3px;
}

p
{
	font-size: 11px;
}

a
{
	color: #D30C44;
	text-decoration: none;
}

table.showborder, p table.showborder
{
	margin-top: 4px;
	border: 2px solid #D30C44;
	border-collapse: collapse;
	width: 100%;
}

table.showborder td, p table.showborder td
{
	border: 2px solid #D30C44;
	font-size: 12px;
	padding: 2px;
	padding-left: 4px;
	padding-right: 6px;
}

table.hideborder, p table.hideborder
{
	border: none;
	width: 100%;
}

table.hideborder td, p table.hideborder td
{
	font-size: 12px;
}

/* */

div.basepageMain, div.factsheetMain, div.applicationMain {
	/* width: 364px; */
	width: 354px;
	height: 413px;
	float: left;
	margin-right: 80px;
}

div.basepageMarginRight, div.factsheetMarginRight, div.applicationMarginRight {
	width: 214px;
	height: 433px;
	float: left;
}

div.pageLeft {
	width: 236px;
	height: 433px;
	float: left;
}

div.pageTop {
	height: 141px;
	width: 905px;
}

div.pageTopLeft {
	height: 141px;
	width: 293px;
	float: left;
	margin-left: 1px;
}

div.pageTopMiddle {
	height: 141px;
	width: 327px;
	float: left;
}

div.pageTopRight {
	width: 280px;
	float: left;
}

div.pageLeft {
	background-position: left top;
	background-repeat: repeat-y;
	background-image: url('/img/left_bg.gif');
}

div.pageContent {
	width: 666px;
}

div.pageBackground 
{
	width: 651px;
	float: left;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url('/img/content_background.gif');
}

div.basepageMarginRight .richtext-container {
	padding-left: 20px;
	margin-left: 10px;
}

div.login 
{
	padding-top: 40px;
	padding-left: 30px;
	font-size: 12px;
	font-weight: bold;	
	color: #FFFFFF;
}

div.graphics {
	padding-left: 20px;
}

div.basepageMarginRight .richtext-container, div.basepageMarginRight .richtext-container p {
	font-size: 11px;
	color: #FFFFFF;
}

div.basepageMain .richtext-container {
	margin-top: 20px;
}

div.login #_ctl0_txtUser, div.login #_ctl0_txtPass {
	color: #847C6C;
}	

div.news-container {
	background-color: #847C6C;
	width: 174px;
	color: #FFFFFF;
	font-size: 11px;
	text-align: justify;
	line-height: 15pt;
	margin-left: 30px;
	margin-right: 10px;
}

div.news-title, div.news-text {
	margin-right: 10px;
}

div.news-title 
{
	width: 162px;
	font-style: italic;
	font-weight: bold;
}

div.readmore {
	text-align: right;
	margin-right: 10px;
}

div.readmore a {
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}

div.readmore a:hover {
	color: #D30C44;
}

div.factsheetTitle {
	margin-top: 40px;
}

div.applicationTitle {
	margin-top: 40px;
}

div.basepageMain .richtext-container, div.basepageMain .richtext-container p
{
	text-align: justify;
	line-height: 14pt;
	color: #847c6c;
}

div.factsheetMain .richtext-container, div.factsheetMain .richtext-container p
{
	text-align: justify;
	line-height: 14pt;
	color: #847c6c;	
}

div.floatingModule
{
	float: left;
	position: absolute;
	left: 160px;
	width: 530px;
	height: 380px;
	overflow-x: hidden;
	overflow-y: scroll;
}
