  /*-------------*/
 /* content-box */
/*-------------*/

/*#round {
	width: 100%;
	text-align: center;
}*/

#start {
	position: absolute;
	top: 168px;
	z-index: 3;
	margin: 0 auto;
	padding: 0 4px;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 0.8em;
	float: center;
	text-align: center;
	background: #cec;
	width: 900px;
}

#start h3 {
	margin: 0px 0px 15px 0px;
	text-align: center;
	font-size: 150%;
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: normal;
	letter-spacing: 0.2em;
}

#start .fotos {
	width: 100%;
	float: center;
	text-align: center;
	clear: both;
}

#start .fotos img {
	border: 0px;
	margin: 5px;
	clear: both;
}

#start .info {
	border: 2px solid #206020;
	background: #CFE3CF;
	padding: 1px;
	width: 400px;
	margin: 20px 20px 17px 17px;
	text-align: left;
}

#start .info h4 {
	border: 1px solid #206020;
	background: #6FCC6F;
	color: #006000;
	font-size: 1em;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 3px 5px 3px 5px;
}

#start .info p {
	border-right: 1px solid #206020;
	border-bottom: 1px solid #206020;
	border-left: 1px solid #206020;
	background: #CFE3CF;
	color: #206020;
	font-size: 0.75em;
	margin: -2px 0 0 0;
	padding: 0 2px 2px 0;
	text-align: right;
}

#start .info ul {
	border-right: 1px solid #206020;
	border-bottom: 1px solid #206020;
	border-left: 1px solid #206020;
	background: #CFE3CF;
	color: #000000;
	list-style-type: square;
	margin: 0;
	padding: 5px;
}

#start .info ul li {
	margin: 2px 0 4px 20px;
	padding: 0;
}

#start .bottom {
	border-top: 1px solid #206020;
	width: 100%;
	clear: both;
	text-align: left;
	font-size: 0.75em;
	color: #206020;
	margin: 0;
	padding: 3px;
}

#start .bottom img{
	vertical-align: top;
}

#start .bottom div{
	margin-top: -21px;
	text-align: right;
}

#start .attention {
	color: #ff0000;
	background: url("img/attention.gif") no-repeat left center;
	padding-left: 20px;
}

