*{
	margin:0px;
	padding:0px;
	font-family:Trebuchet MS, arial;
	font-size:12px;
	border:0px;
	text-decoration:none;
	color:#000000;
}

body{
	background-color:#930909;
	behavior:url("css/csshover.htc");
}

.mainStage{
	position:relative;
	width:1204px;
	background-image:url(../img/default/backgrounds/bg_mainStage.gif);
	background-repeat:repeat-y;
	background-position:top left;
	margin-top:10px;
	overflow:hidden;
}

.mainStage .leftContainer{
	width:270px;
	padding-bottom:20px;
	float:left;
	background-image:url(../img/default/backgrounds/bg_leftBoxContent.gif);
	background-repeat:repeat-y;
}

.mainStage .leftContainer .leftBox{
	background-image:url(../img/default/backgrounds/bg_leftBoxTop.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding-top:57px;
	padding-bottom:0px;
	padding-left:35px;
	padding-right:35px;
}

.mainStage .leftContainer .leftBox .elementTeaser{
	overflow:hidden;
}

.mainStage .leftContainer .leftBox .elementTeaser h1{
	margin-bottom:3px;
}

.mainStage .leftContainer .leftBox .elementTeaser ul{
	list-style:none;
	margin:0px;
	padding:0px;
}

.mainStage .leftContainer .leftBox .elementTeaser ul li{
	margin-bottom:6px;
	padding-bottom:18px;
	background-image:url(../img/default/backgrounds/teaser/bg_teaserListBorder.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}

.mainStage .leftContainer .leftBox .elementTeaser ul li:last-child{
	background:none;
	margin-bottom:0px;
	padding-bottom:0px;
}

.mainStage .leftContainer .leftBox .elementTeaser ul li p,
.mainStage .leftContainer .leftBox .elementTeaser ul li h2{
	line-height:17px;
}

.mainStage .leftContainer .leftBox .elementTeaser ul li h2{
	line-height:17px;
	background-image:url(../img/default/backgrounds/bg_hlDot.gif);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:15px;
}

.mainStage .leftContainer .leftBox .elementTeaser ul li p a{
	text-decoration:underline;
	color:#000000;
	/*background-image:url(../img/default/backgrounds/bg_hlDot.gif);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:15px;*/
}

.mainStage .leftContainer .leftBox .elementTeaser ul li p a:hover{
	text-decoration:none;
}

.mainStage .leftContainer .leftBox.logo{
	background-image:url(../img/default/backgrounds/bg_leftBoxLogo.gif);
	padding-top:130px;
}

.mainStage .leftContainer .leftBox.logo form{
	margin-top:50px;
}

.mainStage .leftContainer .leftBox.logo form input{
	border:1px solid black;
	padding-left:1px;
	width:180px;
	margin-bottom:2px;
}

.mainStage .leftContainer .leftBox .btnBox{
	background-image:url(../img/default/backgrounds/buttons/btn_defaultButton.gif);
	width:128px;
	height:17px;
	text-align:center;
}

.mainStage .leftContainer .leftBox .btnBox a{
	color:#ffffff;
	text-decoration:none;
}

.mainStage .leftContainer .leftBox a:hover{
	text-decoration:underline;
}

.mainStage .rightContainer{
	width:734px;
	float:left;
	background-image:url(../img/default/backgrounds/bg_content.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	z-index:1;
	
}

.mainStage .rightContainer .headerBox{
	position:relative;
	height:93px;
	width:734px;
	background-image:url(../img/default/backgrounds/bg_topLevelNav.gif);
	background-position:top right;
	z-index:1;
}

.mainStage .rightContainer .rightTeaserBox{
	z-index:0;
	position:absolute;
	right:0px;
	top:100px;
	width:209px;

	overflow:hidden;
}

.mainStage .rightContainer .rightTeaserBox #slideBar{
	position:absolute;
	width:208px;
	overflow:hidden;
	background-color:#740d04;
	border-right:1px solid #570804;
	border-bottom:1px solid #570804;
	border-top:1px solid #570804;
}

.mainStage .rightContainer .rightTeaserBox #slideBar #close{
	position:absolute;
	right:15px;
	top:3px;
}


.mainStage .footerContainer{
	clear:both;
	height:20px;
	width:1004px;
	position:absolute;
	bottom:0px;
	left:0px;
	background-image:url(../img/default/backgrounds/bg_footer.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	text-align:right;
}

.mainStage .footerContainer p{
	margin:12px;
}

.hide{
	display:none;	
}


