/**************/
/* Tag-Styles */
/**************/
BODY {
	MARGIN-TOP: 20px;
	MARGIN-LEFT: 50px;
	BACKGROUND-COLOR: #e2e9f2;
	font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
}
A:link {
	COLOR: #003366;
	TEXT-DECORATION: none
}
A:visited {
	COLOR: #003366;
	TEXT-DECORATION: none
}
A:active {
	COLOR: #003366;
	TEXT-DECORATION: none
}
TABLE {
	text-align: center;
	width: 100%;
	padding: 0;
}
IMG {
  border: 0;
}
/****************/
/* Seitenaufbau */
/****************/
.textblock {
	border-style: solid;
	border-width: 1px;
	border-color: #003366;

	background-color: white;
	width: 725px;
	text-align: center;
}
.infotext {
/*	font-weight: bold;*/
	padding: 25px;
}
.tourinfo {
  text-align: left;
  font-weight: normal;
}
.fuss {
	font-size: 10pt;
	/*background-color: rgb(226,233,242);*/
}
.boxtext{
	MARGIN-LEFT: -20px;
	font-weight: bold;
}
/*****************/
/* Text-Elemente */
/*****************/
.titel {
	font-size: 24pt;
	font-weight: bold;
	vertical-align: middle;
}
.bilderband {
	padding: 5px;
/*	background-color: #788cb6;*/
	background-color: #b2c3e1;
/*	border-top-style: double;
	border-bottom-style: double;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-color: #788cb6;
*/	
}
.bilderband IMG {
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff;	
	vertical-align: middle;
}
.bilderband A {
/*	color: #ffffff;*/
}
.ueberschrift {
	padding-top: 20px;
	font-size: 18pt;
	font-weight: bold;
}
.tourtitel {
	font-weight: bold;
  text-decoration: underline;
}
.uhrzeit {
	font-weight: bold;
}
.servicelink {
	font-size: 18pt;
	font-weight: bold;
	text-decoration: underline;
}
.link {
  text-decoration: underline;
}
.autor {
  text-align: right;
  font-size: 14pt;
}
.formular {
	border: 1px solid black;
}
.formular TABLE {
	text-align: left;
}
/***********/
/* Zeichen */
/***********/
.groesser {
	font-size: 14pt;
}
.kleiner {
	font-size: 8pt;
}
/***********/
/* Absatz */
/***********/
.blocksatz {
	text-align: justify;
}
.links {
  text-align: left;
}
/***********************/
/* Gestaltungselemente */
/***********************/
.blaue_linie {
  height: 5px;
  width: 100%;
  overflow: hidden;
  background-color: #003366; 
}
.schwarze_linie {
  height: 1px;
  width: 100%;
  overflow: hidden;
  background-color: black; 
}
.trennlinie {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 1px;
  width: 50px;
  background-color: black;
  overflow: hidden;
}
/* ################ */
/* Formate für Menu */
/* ################ */
.chromestyle {
	width: 725px;
	font-size: 10pt;
	color: black;
}
.chromestyle:after {
/*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.chromestyle ul {
	width: 100%;
	background: url(chromebg2.gif) center center repeat-x;
/*THEME CHANGE HERE*/
	padding: 0;
	margin: 0;
	text-align: center;
/*set value to "left", "center", or "right"*/
}
.chromestyle ul li {
	display: inline;
}
.chromestyle ul li a {
	color: #003366;
	padding-top: 0px;
  padding-left: 50px;
  padding-right: 50px;
	margin: 0px;
	text-decoration: none;
	border-right: 1px solid black;
/*THEME CHANGE HERE*/
}
.chromestyle ul li a:hover {
	background: url(chromebg2-over.gif) center center repeat-x;
/*THEME CHANGE HERE*/
}
.chromestyle ul li a[rel]:after {
/*HTML to indicate drop down link*/
	/*content: " v";
*/
	/*content: " " url(downimage.gif);
/*uncomment this line to use an image instead*/
}
/* ######### Style for Drop Down Menu ######### */
.dropmenudiv {
	position: absolute;
	margin-top: -1px;
	margin-left: 15px;
	border: 1px solid black;
/*THEME CHANGE HERE*/
	border-bottom-width: 0px;
	font-size: 10pt;
	z-index: 100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	/*filter: progid: DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);*/
/*Add Shadow in IE. Remove if desired*/
}
.dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 0px;
	border-bottom: 1px solid black;
/*THEME CHANGE HERE*/
	padding-left: 0px;
	text-decoration: none;
	font-weight: normal;
	color: #003366;
}
.dropmenudiv a:hover {
/*THEME CHANGE HERE*/
	background-color: #003366;
	color: white;
}

