/* CSS Document */

/*-- Neugestaltung Website durch Tourdata AG, Zürich / Januar 2007 --*/

/*-- Allgemeine Formatierungen --*/

body {
	background-color:#ffd087;
	margin-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}

table {
}

td {
	font-size:12px;   color:#000000;
	padding-right:5px;
}

/*-- Seitentitel --*/
h1 {
	font-size:16px;   font-weight:bold;   color:#0069AD;
	margin:0px;
}

.Hintergrund_Seitentitel {
	background-color:#FFA70E;
	width:700px;   height:22px;
	padding-left:5px;
}

/*-- Untertitel --*/
h3 {
	font-size:14px;   font-weight:bold;   color:#0069AD;
	margin:0px;
}

h5 {
	font-size:12px;   font-weight:bold;   color:#0069AD;
	margin:0px;
}

.Seitentitel {
	background-color:#FFA70E;
	height:25px;
}

.Lauftext {
	padding-left:5px; vertical-align:top;
}

.Lauftext ul {
	margin-top:0px;
}

.Lauftext a:link {
	font-size:12px;   font-weight:normal;   color:#000000;
	text-decoration:underline;
}
.Lauftext a:hover {
	font-size:12px;   font-weight:normal;   color:#000000;
	text-decoration:underline;
}
.Lauftext a:visited {
	font-size:12px;   font-weight:normal;   color:#000000;
	text-decoration:underline;
}
.Lauftext a:active {
	font-size:12px;   font-weight:normal;   color:#000000;
	text-decoration:underline;
}

.Aktuell_Bild {
	padding-bottom:5px;   padding-top:5px;
}

.Aktuell_Text {
	font-size:9px;   font-weight:normal;   color:#000000;
	text-align:center;   margin:0px;   padding-top:2px;
}

.Aktuell_NeuText {
	font-size:9px;   font-weight:normal;   color:#0069AD;
	text-align:center;   line-height:normal;
}

.Aktuell_Details {
	font-size:10px;   font-weight:bold;   color:#FF0000;
	text-align:center;   margin:0px;
}

.Aktuell_Details a {
	font-size:10px;   font-weight:bold;   color:#FF0000;
	text-decoration:underline;
}

.Aktuell_Details a:visited {
	font-size:10px;   font-weight:bold;   color:#FF0000;
	text-decoration:underline;
}

.Aktuell_Details a:hover {
	font-size:10px;   font-weight:bold;   color:#FF0000;
	text-decoration:underline;
}

.Aktuell_Details a:active {
	font-size:10px;   font-weight:bold;   color:#FF0000;
	text-decoration:underline;
}



