/* Teaserbeelden / headers */

div#flashTeaser {
	overflow: hidden;
}

div.teaser_picture {
	width:642px;
	height:122px;
	margin:0px;
	background-color:#ff0000;
	overflow:hidden;
}

div.teaser_title {
	display:block;
	width:270px;
	height:30px;
	margin-top:35px;
	margin-left:360px;
	/*float:left;*/
	font-size:23px;
	line-height:30px;
	font-weight:bold;
	color:#FFFFFF;
}

div.teaser_text {
	width:270px;
	margin-top:2px;
	margin-left:360px;
	/*float:left;	*/
	color:#FFFFFF;
}

div.teaser_link {
	width:270px;
	margin-top:2px;
	margin-left:360px;
	/*float:left;*/
	color:#FFFFFF;
}

div.teaser_link a{
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:bold;
}

/* Vertical navigation */
.subsubInvisible {
	display:none;
}

.subsubVisible {
	display:block;
}


/***************************************************************
					zender selector
***************************************************************/

#zenderid {
	border:1px solid #819AB8;
	float:left;
	font-size:80%;
	height:18px;
	margin:10px 0 10px 0;
	padding:0px;
	width:102px;
}

/***************************************************************
					messagebox
***************************************************************/

div#msgbox {
	position:absolute;
	z-index:88;
	width: auto;
	height: auto;
	background: #CB3F3A;
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
	padding: 10px 15px;
	text-align: center;
	white-space: nowrap;
}

.white{
	color: #FFFFFF;
}

div#msgbox button {
/*	border: 1px solid white;
	background: #EC7500;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 10px; */
	background:			url('../graphics/bg_button.gif') repeat-x;
	border:				1px solid #313131;
	color:				#ffffff;
	font-family:		Arial, Verdana;
	font-size:			100%;
	font-weight:		bold;
	padding:			2px;
	margin-top:			10px;
}
