/*************************************************************
Allgemeine Definitionen für den Body-Bereich
*************************************************************/
body {	background-color: #FFFFFF;
	background-image: url(hintergrund.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	margin: 0 0 0 10px;
	border: 0;
}
body.print {
	background-image: none;
}
BODY, P, TH, TD	{
	font-family: Arial,Helvetica,Swiss;
	color: black;
	font-size: 12px;
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
}

h1,h2,h3,h4,h5,h6 {font-family:Arial,Helvetica,Swiss;
		color:#00319c;
		margin-top:20px;
		margin-bottom:1px;}
			
h1 {	font-size:16px;
	font-weight:900;
	text-transform:uppercase; }
h2 {	font-size:16px;
	font-weight:900;}
h3 {	font-size:14px;}
h4,h5,h6 { font-size:12px;}

li {
	margin-top: 5px;
	margin-bottom: 5px;
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
A:link,
A:visited	{ color: #00319c; text-decoration: underline }
A:hover		{ color: #ff1c00; text-decoration: none }

/* Definitionen für Content-Bereich */
.content {
	width: 600px;
	position: absolute;
	top: 105px;
	left: 162px;
	z-index: 0;
}

.content img.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.content img.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.content img.center {
	margin-top: 10px;
	margin-bottom: 10px;
}
.textimage_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 7px;
	font-size: 11px;
	color:#00319C;
	text-align: center;
}
.textimage_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 7px;
	font-size: 11px;
	color:#00319C;
	text-align: center;
}
.textimage_center {
	margin-bottom: 7px;
	font-size: 11px;
	color:#00319C;
	text-align: center;
}

/* kleine Schrift */

.small, .changed {
	font-size:11px;		
}
.changed {
	color:#00319C;
	font-weight: normal;
	margin-top: 20px;
}

/* Tabelle für Startseite */

table.index {
	width: 100%;
	margin-top: 20px;
}
.index table,
.overview table {
	margin-left: -3px;
}
.index th,
.overview th {
	font-size:13px;
	text-align:left;
	color:#00319C;
	font-weight:600;
/*
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(verlauf.jpg);
	background-repeat: no-repeat;
	background-position: top left;
*/
	vertical-align: middle;
	padding-left: 3px;
}
.index td {
	font-size:12px;
	color:#404040;
	vertical-align:top;
	text-align:left;
	width:300px;
	padding: 5px 10px 10px 5px;
}
.overview {
	width: 100%;
	margin-top: 20px;
}
.overview th {
	font-size:12px;
	/* background-color: #eee; */
}
.overview p {
	font-size:12px;
	padding-bottom: 10px;
}

.overview A:hover {
	color: #1d5dee;
	text-decoration: none;
}

/* Tabelle mit Feldnamen (Eigenschaften) und Werten */

table.properties {
	margin: 0px;
}
.properties th {
	color: #00319c;
	text-align: left;
	/* background-color: #c6d3ef; */
	background-color: #eee;
	padding-left: 3px;
	padding-right: 3px;
	vertical-align:top;
}
.properties td {
	text-align: left;
	padding-left: 5px;
	vertical-align:top;
}
pre .properties th {
	font-weight: normal;
	padding-left: 0;
}
pre .properties td {
	color: #00319c;
}

/* große Tabelle */

.bigtable thead {
	background-color: #eee;
}

.bigtable tr {
	vertical-align:top;
}

/* Radtourenprogramm */

.tourprog, .tourmprog {
	margin-top: 20px;
	margin-bottom: 20px;
}

.tourprog p {
	margin: 0;
	padding-left: 3px;
}
.tourmprog p {
	margin: 0;
}
.tourdata td {
	margin: 0;
	padding: 0;
}
.tourtitle {
	font-weight: bold;
}

/* Box für Adressen u.ä. */

pre, .box {
	font-family: Arial,Helvetica,Swiss;
	color: #00319c;
	background-color: #eee;
	padding: 10px;
}
.box {
	text-align: justify;
}

/* Überschriften mit Verlauf */

.heading {
	background-image: url(verlauf.jpg);
}

printlink {
	padding-top: 20px;
	padding-bottom: 20px;
}

/************************************************************
 Definitionen für Hyperlinks des Hauptmenüs
*************************************************************/
.menu,
a.menu:link,
a.menu:visited,
a.menu:active {
	font-family:Arial,Helvetica;
	font-size:12px;
	font-weight:bold;
	color:#00319c;
	text-decoration:none;}
a.menu:hover {
	/* color: #FF1C00; */
	color: #1d5dee;
}


		
/************************************************************
Definitionen für Hyperlinks der Popup-Menüs
*************************************************************/
.submenu,
a.submenu:link,
a.submenu:visited,
a.submenu:active {
	font-family:Arial,Helvetica;
	font-size:12px;
	color:#EEEEEE;
	text-decoration:none;
}
a.submenu:hover {
	color: #FFC800;
}

/************************************************************
Tabellenzellen der Popup-Menüs
*************************************************************/
td.submenu{	background-color:#00319c;}

		
