@charset "utf-8";
/* CSS Document */

#id_div_page_tourdaten
{
	height: auto;
}

/* Sichtbare Seite mit Schatten, die Höhe der Seite wird für jede Datei in Zusatz CSS-Datei extra definiert */
.cl_div_page_tourdaten
{
	background-image: url(../bitmaps/cnvbkgnd.jpg);
	width: 935px;
	height: auto;
	margin-left: 30px;
	margin-top: 50px;
	margin-bottom: 50px;
	z-index: 1;
}

table, th, td
{
	border: 1px solid;
	height: 30px;
	font-size: 16px;
}

td
{
	padding-left: 5px;
}

#coll
{
	border-collapse: collapse;
}

#sepa
{
	border-collapse: separate;
	margin-top: 2em;
}
