/* ----------------------------------------------------------------
	www.zusatzversichert.ch Standard CSS
	Autor: Guy Collé, eMotions media solutions gmbh
	Version: 22.05.2006
	Allg. Formatierungen, Layout,...
---------------------------------------------------------------- */


body {
	background: #115f4d;
	font-size: 13px;
	margin: 0px;
	padding: 0;
	/*color: #e3edce;*/
	color: #f1f5dd;
}

div, h2, h3, h4, h5, h6, p, table, ul, ol, img {
	padding: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
}


img {
	border: 0;
}

.tabledistance {
	margin: 0 auto;
}

.tablemain {
	border-top:2px #e3edce solid;
	border-bottom:2px #e3edce solid;
	border-left:3px #e3edce solid;
	border-right:3px #e3edce solid;
}

.flash {
	position: relative;
	background: url(../images/herzschlag_gif2.gif);
	width: 100%;
	height: 100px;
	margin-top: 7px;
}

.navBGmain {
	background:#115f4d;
	border-bottom:2px #e3edce solid;
}
.navBGmainOver {
	background: #4b856f;
	border-bottom:2px #e3edce solid;
}

.navBGsub {
	background:#115f4d;
	border-bottom:2px #e3edce solid;
}

.navBGsubOver {
	background:#4b856f;
	border-bottom:2px #e3edce solid;
}


/* Main-Hidden
------------------------------------------------- */
.hidden {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	vertical-align: bottom;
	color: #ffffff;
	font-size: 10px;
	visibility: hidden;
}


