body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align:center;
	line-height:1.5em;
	font-size:11px;
	font-family: Arial, Helvetica;
}

/*
h1 {
	text-transform:uppercase;
}
*/

/* RUBRIK 1 */
h1 {
	font-size:40px;
}

h1.rub1black {
	color: #000000;
	font-size:40px;
	margin:0px;
	padding:0px;
}

h1.rub1white {
	text-align:left;
	color: #FFFFFF;
	font-size:40px;
	margin:0px;
	padding:0px;
}
/* RUBRIK 1 */

/* RUBRIK 2 */
h1.rub2black {
	text-align:left;
	color:#000000;
	font-size:24px;
	margin:0px;
	padding:0px;
}

h1.rub2white {
	text-align:left;
	color:#FFFFFF;
	font-size:24px;
	margin:0px;
	padding:0px;
}
/* RUBRIK 2 */

/* RUBRIK 3 */
h1.rub3black {
	text-align:left;
	color:#000000;
	font-size:18px;
	margin:0px;
	padding:0px;
}

h1.rub3white {
	text-align:left;
	color:#FFFFFF;
	font-size:18px;
	margin:0px;
	padding:0px;
}
/* RUBRIK 3 */

/* RUBRIK 4 */
h1.rub4black {
	text-align:left;
	color:#000000;
	font-size:14px;
	margin:0px;
	padding:0px;
}

h1.rub4white {
	text-align:left;
	color:#FFFFFF;
	font-size:14px;
	margin:0px;
	padding:0px;
}
/* RUBRIK 4 */

h1.rubextranet {
	color:#000000;
	margin:0px;
}

h2 {
	font-family: Arial, Helvetica; 
	color: #FFFFFF; 
	font-size: 16px;
	font-weight: normal;
	margin:10px 0px 0px 0px;
}

p {
	margin:0;
	padding:0;
}

img {
	border:0;
}

a {
	color:#000000;
}

a:active {
	outline: none;
}

a:focus {
	-moz-outline-style: none;
}

a:hover {
	color:#000000;
}

.contentBoxStyle {
	font-family: Arial, Helvetica; 
	color: #000000; 
	font-size:11px;
	font-weight: normal;
}

.commonTextContent {
	padding: 12px;
	font-family: Arial, Helvetica; 
	color: #000000; 
	font-size:11px;
	font-weight: normal;
}
/*
.commonTextContent h1{
	font-family: Arial, Helvetica; 
	color: #000000; 
	font-size: 14px;
	font-weight: bold;
	margin:0px 0px 10px 0px;
}
*/

h1.newsTitle {
	margin:0px;
	padding:0px;
}

/* CORNERS & LINES */
.cornerTL {
	position:absolute;
	z-index:100;
	width:3px;
	height:3px;
	background:transparent url(/_images/common/corner_tl.png) no-repeat center center;
}

.cornerBL {
	position:absolute;
	z-index:100;
	width:3px;
	height:3px;
	background:transparent url(/_images/common/corner_bl.png) no-repeat center center;
}

.cornerTR {
	position:absolute;
	z-index:100;
	width:3px;
	height:3px;
	background:transparent url(/_images/common/corner_tr.png) no-repeat center center;
}

.cornerBR {
	position:absolute;
	z-index:100;
	width:3px;
	height:3px;
	background:transparent url(/_images/common/corner_br.png) no-repeat center center;
}

.cornerTLW {
	position:absolute;
	z-index:100;
	width:3px;
	height:3px;
	background:transparent url(/_images/common/corner_tlw.png) no-repeat center center;
}

.cornerBLW {
	position:absolute;
	z-index:100;
	width:3px;
	height:3px;
	background:transparent url(/_images/common/corner_blw.png) no-repeat center center;
}

.cornerTRW {
	position:absolute;
	z-index:100;
	width:3px;
	height:3px;
	background:transparent url(/_images/common/corner_trw.png) no-repeat center center;
}

.cornerBRW {
	position:absolute;
	z-index:100;
	width:3px;
	height:3px;
	background:transparent url(/_images/common/corner_brw.png) no-repeat center center;
}

.lineL {
	width:1px;
	height:100%;
	position:absolute;
	z-index:25;
	background-color:#e6e6e6;
}

.lineR {
	width:1px;
	height:100%;
	position:absolute;
	z-index:25;
	background-color:#e6e6e6;
}

.lineT {
	width:100%;
	height:1px;
	position:absolute;
	z-index:25;
	background-color:#e6e6e6;
}

.lineB {
	width:100%;
	height:1px;
	position:absolute;
	z-index:25;
	background-color:#e6e6e6;
}
/* CORNERS & LINES */

#logo {
	width: 170px;
	height: 75px;
	margin-top: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	float: left;
	display: inline;
}

#top_area {
	width: 920px;
	/*height:100px;*/
	/*min-height: 100px;*/
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	/*float: left;*/
	/*display: inline;*/
	position:relative;
	z-index:10;
}

#content_area {
	width: 920px;
	margin:40px auto;
	text-align:left;
	position:relative;
	z-index:1;
}

#overlay_content {
	position:absolute;
	z-index:500;
	top:10px;
	left:0px;
	width:920px;
	/*height:518px;*/
	height:472px;
	background-color:#FFFFFF;
	opacity:0;
	filter:alpha(opacity=0);
}

#pageMain {
	width:920px;
	/*height:518px;
	min-height:518px;
	*/
	/*
	height:483px;
	min-height:482px;
	*/
	/*margin-top:9px;*/
	/*padding-top:10px;*/
	position:relative;
	overflow:none;
	display:block;
	z-index:0;
}

.horizontalLine {
	background-color: #d2d3d4;
	height: 2px;
	width: 920px;
}

#footer_area { 
	width: 920px;
	padding-top: 0px;
	margin-top:10px;
	float: left;
	display: inline;
}

.footer_item {
	font-family: Arial, Helvetica, Verdana;
	font-weight: normal;
	font-size: 10px;
	font-size:11px;
	padding-left:13px;
	padding-right:0px;
	float: right;
}
.footer_item a {
	font-family: Arial, Helvetica, Verdana;
	font-weight: normal;
	font-size:11px;
	color: #b7b7b7;
}

.footer_item a:hover {
	text-decoration: underline;
}

/* PRESS PLUGIN */
.pressDate {
	margin-bottom:3px;
}

.pressContainer {
	margin-bottom:10px;
}

.pressTitle {
	font-size:11px;
}

#readPressContainer {
	background:#FFFFFF url(/_images/common/grad_grey.gif) repeat-x top left;
	width:610px;
	height:472px;
	position:absolute;
	z-index:100;
	left:0;
	opacity:0;
	filter:alpha(opacity=0);
	visibility:none;
	display:none;
}

#readPressBody {
	overflow:auto;
	padding: 15px;
}
/* PRESS PLUGIN */


/* NEWS PLUGIN */
.newsContainer {
	margin-bottom:10px;
}

.newsDate {
	font-size:10px;
	margin:0;
}

div.newsTitle {
	font-size:11px;
	font-weight:bold;
}

.newsPreamble {
	font-size:11px;
}

.newsLink a {
	font-size:11px;
	color:#000000;
}

.newsLink a:hover {
	color:#000000;
}

#readNewsContainer {
	background:#FFFFFF url(/_images/common/grad_grey.gif) repeat-x top left;
	width:610px;
	height:472px;
	position:absolute;
	z-index:100;
	left:0;
	opacity:0;
	filter:alpha(opacity=0);
	visibility:none;
	display:none;
}

#readNewsBody {
	overflow:auto;
	padding: 15px;
}
/* NEWS PLUGIN */

/* RSS */
#rssContainer {
	position:absolute;
	bottom:10px;
	left:10px;
}

#rssTitle {
	font-size:11px;
	font-weight:normal;
}

#rssLinks {
	font-size:11px;
	font-weight:normal;
	margin-top:10px;
}

#rssIcon {
	position:absolute;
	bottom: 5px;
}
/* RSS */


/* HTML NAV */

.htmlnav_lvl1_item {
	float: left;
}

.htmlnav_divider {
	float: left;
	margin-left: 5px;
	margin-right: 7px;		
}



/* HTML NAV */
