/* CSS Document */

html, body, dl, dt, dd, table, th, td, form, fieldset, p { margin: 0; padding: 0; }
img, fieldset, object { border: 0; }

body{ height: 100%; width:100%; margin: 0; overflow:auto; font-size: 62.5%;}

.clearboth { display: block; clear: both; height: 0px; font-size: 0px; line-height: 0px; }

#flashcontent {
	background-color: #FFFFFF;
}

div.minimum_size {
	/* for mozilla */
	min-width: 1190;
	min-height: 675px;
	width: 100%;
	height: 100%;
	/* for IE */
	width:  expression( Math.max(document.body.clientWidth,1190 ) + "px" );
	height: expression( Math.max(document.body.clientHeight,675 ) + "px" );
}

#noFlashCont {
	margin: 0 auto;
	width: 454px;
	height: 100%;
}


#noFlashLeft {
	padding-left: 0px;
	height: 100%;
	text-align: left;
}

#noFlashRight{
	padding-right: 0px;
	height: 100%;
	position: relative;
	background-color: #a0c5e6;
	background-image: url(../images/bg_dissolve.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #c7c7c7;
	border-bottom-color: #FFFFFF;
	border-left-color: #c7c7c7;
}


#noFlashCentered {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 452px;
	height: 100%;
	text-align: left;
}

#noFlashCont .contentRight {
	margin: 0;
	padding-top: 0px;
	padding-left: 74px;
	text-align: left;
	vertical-align: top;
	padding-right: 45px;
}
#noFlashPlaceholder {
	position: absolute;
	top: 0%;
	left: 0px;
	width: 452px;
	height: 287px;
	text-align: left;
	background-image: url(../images/bg_dissolve.jpg);
	background-repeat: repeat-x;

}


.noscript { font-family: Arial; color: #FFFFFF; font-size: 10px }


/* noFlash content
---------------------------------------------------------- */
a:link {
	color: #D10000;
}
a:visited {
	color: #D10000;
}
a:hover {
	color: #4B4B4B;
}
a:active {
	color: #4B4B4B;
}

.headline {
	font-size: 1.6em;
	font-weight: bold;
}


.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.2em;
	letter-spacing: 0;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	color: #4B4B4B;
	vertical-align: top;
	width: 100%;
}
#contentHeader {
	background-image: url(../images/head_noFlash.jpg);
	background-repeat: no-repeat;
}


/* STATIC HTML */


.boxclass {
	text-align:center;
}

#page {
	text-align:center;
	width:450px;
	margin:0 auto;
	background: #ffffff;
}

/* minimum height hack IE6 */
.box2minheight {
	min-height:200px;
}
div[class] .box2minheight {
   height:auto;
}

.boxText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.2em;
	letter-spacing: 0;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	color: #4B4B4B;
	vertical-align: top;
	padding:0 50px 10px 73px;
	font-weight: bold;
}

div.xmlelement {
	padding:16px 50px 16px 72px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.2em;
	letter-spacing: 0;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	color: #326698;
}