﻿/* Timeshare-Markt specific setting */
/* Tabelle */
table, tr {
	color: #000080;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12pt;
	vertical-align: top;
}
table.anz {
	background-color: #ffffff;
	border-collapse: collapse;
	border: 1px solid #000080;
	width: 80%;
}
/* Tabellenkopf */
thead, th {
	text-align: left;
	font-size: 11pt;
}
/* Text */
p, a, b, i, li, ul {
	color: #000080;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12pt;
}
/* Überschrift */
h2, h3, h4 {
	color: #000080;
	font-family: Arial, Helvetica, Sans-Serif;
}
/* Liste */
li {
	list-style-type: square;
	font-size: 0.90em;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
body {
	background-color: #C1E0FF;
}
