/* Do not rename this file. Reference is used in htmlarea for versie 1.0 of CMS */
* {
	margin: 0px;
	padding: 0px;
}

html, body 
{
	width: auto;
	font: normal 12px/150% Arial, Helvetica, sans-serif;
	height: 100%;
	background-color: #FFFFFF
}
table, td
{
	font: normal 12px/150% Arial, Helvetica, sans-serif;
}

input, textarea, select
{
	font: normal 12px/150% Arial, Helvetica, sans-serif;
}

img
{
	border: none;
}
.h1, h1
{
	color: #6b1141;
	font: bold 12px/150% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 6px;
}
.h2, h2
{
	font: bold 12px/150% Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

.h3, h3
{
	font: normal 12px/150% Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	color: #6b1141;
}

a:link, a:visited
{
	text-decoration: none;
	color:#6b1141;
}

a:hover, a:active
{
	text-decoration: underline;
}

#contentDiv ol,
#contentDiv ul
{
	margin-left: 32px;
}

/********************
*					*
*		Layout		*
*					*
********************/
#outerDiv
{
	position: relative;
	width:100%; 
	text-align:center;
}

#innerDiv
{
	position: relative;
	width: 995px; 
	margin: 0 auto; 
	text-align:left
}	


#headerDiv
{
	background-color: #6b1141;
	width: 995px;
	height: 100px;
	position: relative;
	z-index: 18000;
}

#menuDiv
{
	position: absolute;
	top: 78px;
	right: 0px;
}

#logoDiv
{
	width: 400px;
	height: 100px;
	background-color: #FFFFFF;
}

#teaserDiv
{
	height: 100px;
	width: 995px;
	position: relative;
	z-index: 4;
}


#contentDiv
{
	margin: 10px 0;
}

#footerDiv 
{
	background-color: #6b1141;
	margin-bottom: 1em;
	padding: 3px 10px;
}

#footerTable
{
	width: 975px;	
}

#footerDiv table td
{
	font: normal 9px/13px Arial, Helvetica, sans-serif;	
	color: #FFFFFF;
	white-space: nowrap !important;
}

#footerDiv a:link,
#footerDiv a:visited
{
	color: #f8981d;
	text-decoration: underline;
}

#footerDiv a:hover,
#footerDiv a:active
{
	color: #f8981d;
	text-decoration: none;
}

#headerScrollerDiv
{
	position: absolute;
	left: 420px;
	top: 20px;
}

/**
 * Text Ticker styling
 */
#headerScrollerDiv .container {
    height: 30px;
    margin: 0 auto;
    width: 545px;
}

#headerScrollerDiv .container .wrap {
    width: 530px;
    left: 10px;
    top: 10px;
    overflow: hidden;
    position: relative;
    line-height: normal;
    font-size-adjust: none;
}

#headerScrollerDiv div.TextTicker {
    font-size: 18px;
    color: #FFFFFF;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}

/*** see http://www.positioniseverything.net/easyclearing.html
   for explanation of Tony Aslett's elegant hack ***/
.clearing:after 
{
    content: ".";
    display: block;
	 line-height: 0px;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearing 
{
    display: inline-block;
}

/* hides from IE/Mac \*/
* html .clearing 
{
	height: 1%;
}

.clearing 
{
	display: block;
}
/* end hide from IE-Mac */
/*** end clearing hack ***/



/********************
*					*
*		Content		*
*					*
********************/

 
#contentLeftDiv 
{
	float: left;
	width: 655px;
	margin-left: 5px;
}

#contentRightDiv 
{
	float: right;
	width: 320px;
}


.contentHightlightTable
{
	border: 1px solid #6b1141;
}


.contentHightlightTable .RssItem
{
	line-height: 16px;
}

.contentHightlightTable .contentHightlightTableTd
{
	padding: 5px;
}

.contentHightlightTable .contentHightlightTableTd .LoginHeadSpan
{
	display: block;
	background-color: #6B1141;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 2px 8px;
}

.contentHightlightTable .contentHightlightTableTd.loginRightTd
{
	border-left: 1px solid #6b1141;
	width: 150px;
}

.contentHightlightTable .contentHightlightTableTd.loginRightTd a,
.contentHightlightTable .contentHightlightTableTd.loginLeftTd a
{
	display: block;
	height: 14px;
	line-height: 14px;
	background: transparent url('../images/loginbutton.png') repeat-x 0 0;
	border: 1px solid #DADDD0;
	padding: 1px 2px;
	font-size: 11px;
}

.contentHightlightTable .contentHightlightTableTd.ElzevierFeed
{
	text-align:left;
}

.contentHightlightTable .contentHightlightTableTd.ElzevierFeed a:hover,
.contentHightlightTable .contentHightlightTableTd.ElzevierFeed a:active
{
	text-decoration: underline !important;
}

.contentHightlightTable .contentHightlightTableTd.ElzevierFeed strong
{
	font-weight: normal;
}

.LoginDiv
{
	position: relative;
	margin-top: 50px;
	text-align: center;
}

.LoginFormDiv
{
	width: 300px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}
