.mainStage .rightContainer .rightTeaserBox .facebookTeaser{
	width:214px;
	margin-top:30px;
	height:40px;
	background-color:#ffffff;
	padding:9px;
}

.mainStage .rightContainer .rightTeaserBox .notifyTeaser{
	width:214px;
	margin-top:12px;
	height:67px;
	background-image:url("../img/default/backgrounds/notify/bg_notify.gif");
	background-repeat:no-repeat;
	cursor:pointer;
	margin-bottom:6px;
}

.mainStage .rightContainer .rightTeaserBox .blogTeaser{
	width:214px;
	margin-top:6px;
	height:67px;
	background-image:url("../img/default/backgrounds/blog/bg_blog_lo.gif");
	background-repeat:no-repeat;
	cursor:pointer;
	margin-bottom:9px;
}

.mainStage .rightContainer .rightTeaserBox .blogTeaser:hover{
	background-image:url("../img/default/backgrounds/blog/bg_blog_hi.gif");
}

.mainStage .rightContainer .rightTeaserBox .blogTeaser a{
	display:none;
}

.mainStage .rightContainer .rightTeaserBox .notifyTeaser:hover{
	background-image:url("../img/default/backgrounds/notify/bg_notify_hi.gif");
}

.mainStage .rightContainer .rightTeaserBox .notifyTeaser p{
	display:none;
}

.mainStage .rightContainer .rightTeaserBox .notifyTeaser p a:hover{
	text-decoration:underline;
}


.mainStage .rightContainer .rightTeaserBox .bookmarkTeaser{
	width:214px;
	height:67px;
	background-image:url("../img/default/backgrounds/bookmark/bg_bookmark.gif");
	background-repeat:no-repeat;
	padding-top:9px;
	padding-left:5px;
}

.mainStage .rightContainer .rightTeaserBox .bookmarkTeaser p{
	margin-left:60px;
}

.mainStage .rightContainer .rightTeaserBox .bookmarkTeaser p a,
.mainStage .rightContainer .rightTeaserBox .gmapsTeaser p a{
	text-decoration:underline;
	color:#ffffff;
}

.mainStage .rightContainer .rightTeaserBox .bookmarkTeaser p a:hover,
.mainStage .rightContainer .rightTeaserBox .gmapsTeaser p a:hover{
	text-decoration:none;
}

.mainStage .rightContainer .rightTeaserBox .gmapsTeaser{
	width:214px;
	height:67px;
	background-image:url("../img/default/backgrounds/gmaps/bg_docmap.gif");
	background-repeat:no-repeat;
	margin-bottom:6px;	
	cursor:pointer;
}

.mainStage .rightContainer .rightTeaserBox .gmapsTeaser:hover{
	background-image:url("../img/default/backgrounds/gmaps/bg_docmap_hi.gif");	
}

.mainStage .rightContainer .contentBox .fieldListBox div ul li.edit a{
	font-weight:normal;
	font-size:11px;
	margin-top:5px;
}

.mainStage .rightContainer .rightTeaserBox .shoutboxTeaser{
	width:208px;
	height:330px;
	background-repeat:no-repeat;
	background-image: url("../img/default/backgrounds/shoutbox/bg_shoutbox.gif");
	padding-top:33px;
	padding-left:5px;
}

.mainStage .rightContainer .rightTeaserBox .shoutboxTeaser .sbContent{
	height: 280px;
	width:208px;
	margin-bottom:5px;
	overflow:auto;
}
.mainStage .rightContainer .rightTeaserBox .shoutboxTeaser .sbContent p,
.mainStage .rightContainer .rightTeaserBox .shoutboxTeaser .sbContent p i,
.mainStage .rightContainer .rightTeaserBox .shoutboxTeaser .sbContent p i a,
.mainStage .rightContainer .rightTeaserBox .shoutboxTeaser .sbContent p a i {
	color:#ffffff;
}

.mainStage .rightContainer .rightTeaserBox .shoutboxTeaser .sbContent .sbAuthor{
	color:#ffffff;
	font-style:italic;
}

.mainStage .rightContainer .rightTeaserBox .shoutboxTeaser .sbContent .sbAuthor a{
	text-decoration:underline;
	color:#ffffff;
}
	
.mainStage .rightContainer .rightTeaserBox .shoutboxTeaser input{
	width:160px;
	border:1px solid white;
	opacity:0.7;
	margin-top:6px;
}

.mainStage .rightContainer .rightTeaserBox .shoutboxTeaser a{
	text-decoration:underline;
	color:#ffffff;
}
	