body {
	background-color: #FDFDFD;
	color: #444444; #
	font-family: Helvetica;
	font-family: Tahoma;
	font-size: 13px;
}

h1,h2,h3,h4 {
	color: #A4C4CA;
	text-align: center;
}

p {
	text-align: justify;
	text-indent: 40px;
}

a {
	color: #444444;
}

iframe {
	border-color: #A4C4CA;
	border-style: solid;
	border-width: 2px;
}

img { #
	border-color: #df9a6b;
	border-style: none;
}

td {
	text-align: center;
	background-repeat: no-repeat;
}

td.home {
	border: #A4C4CA solid 1px;
}

th {
	background: #444444;
	border: #444444 solid 1px;
	color: #A4C4CA;
	vertical-align: middle;
}

em {
	color: #787260;
	font-weight: bold;
}

a.em {
	color: #A4C4CA;
}

td.em {
	color: #A4C4CA;
}


select {
	background: #FDFDFD;
	color: #A4C4CA;
	border: #A4C4CA solid 1px;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
}

input {
	background: #FDFDFD;
	color: #A4C4CA;
	border: #A4C4CA solid 1px;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
}

textarea {
	background: #FDFDFD;
	color: #A4C4CA;
	border-color: #A4C4CA;
	border-style: solid;
	border-width: 1px;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
}

input.button {
	background: #444444;
	color: #A4C4CA;
	cursor: pointer;
	font-family: Arial;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
}

table.price {
	border-color: #A4C4CA;
	border-style: solid;
}

tr.price1 {
	background-color: #AFA389;
}

tr.price2 {
	background-color: #A4C4CA;
}

th.price {
	color: #FFFFFF;
}

em.price {
	color: #FFFFFF;
}

div.box {
	overflow: auto; 
	<!-- height: 800px; -->
	padding: 0px;
	padding-left: 25px;
	padding-right: 20px;
	padding-top: 52px;
}

span.anziche {
	color: #FF0000;
	text-decoration: line-through;
}

/*news ticket */

#NewsTicker {
	border: 1px solid #A4C4CA;	
}

#NewsTicker h1 {
	padding: 6px;
	margin: 0;
	border: 0;
	background: #dfe9d5;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}

#NewsVertical {
	width: 100%;
	height: 110px;
	overflow: hidden;
	position: relative;
}

#NewsTitle {
	background: #A4C4CA;
	color: white;
	font-size: 18px;
	font-weight: bold;
}

#controller {
}

#play_scroll_cont {
	display: none;
}

/* --------------- */ /* Ticker Vertical */
#TickerVertical {
	width: 100%;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#TickerVertical li {
	display: block;
	width: 100%;
	height: 100px;
	color: #333333;
	text-align: left;
	font-size: 11px;
	margin: 0;
	padding: 6px;
	float: left;
}

#TickerVertical li .NewsTitle {
	display: block;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 6px;
}

#TickerVertical li .NewsTitle a:link,#TickerVertical li .NewsTitle a:Visited
	{
	display: block;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 6px;
	text-decoration: none;
}

#TickerVertical li .NewsTitle a:hover {
	text-decoration: underline;
}

#TickerVertical li .NewsImg {
	float: left;
	margin-right: 10px;
}

#TickerVertical li .NewsFooter {
	display: block;
	color: #000000;
	font-size: 10px;
	margin: 6px 0 14px 0;
}