@charset "utf-8";

/* äöüß CSS/1.2 */

/*----------------------------------------------------------------------*/
/*	BEGIN: Tags							*/
/*----------------------------------------------------------------------*/

@media print {
	@page {
		size:		landscape;
		width:		29.7cm;
		height:		auto;
		margin:		0.0cm 0.0cm 0.0cm 0.0cm;
		padding:	0.0cm 0.0cm 0.0cm 0.0cm;
	}
}

* {
	margin:			0px;
	padding:		0px;
}

body {
	margin:			0px;
	padding:		0px;
	font-family:		"Arial","Myriad","Frutiger 45","Frutiger","Trebuchet MS","Trebuchet","Helvetica","Sans";
	font-size:		10pt;
	line-height:		12pt;
	background-color:	#FBFBFB;
	color:			#4D5550;
	background-image:	url('/.images/bg-page.png');
	background-repeat:	repeat-x;
}

img {
	border:			none;
}

h1 {
	font-size:		12pt;
	font-weight:		bold;
	margin-bottom:		10px;
}

h3 {
	font-size:		10pt;
	font-weight:		bold;
}

p {
	margin-bottom:		10px;
}

td, th {
	padding:		3px;
	vertical-align:		top;
}

ul {
	margin-bottom:		10px;
}

li {
	margin-left:		25px;
}

hr {
	border:			none;
	border-top:		1px dotted #2671B8;
	margin-top:		20px;
	margin-bottom:		20px;
}

blockquote {
	margin-left:		15px;
}

/*----------------------------------------------------------------------*/
/*	END: Tags							*/
/*----------------------------------------------------------------------*/





/*----------------------------------------------------------------------*/
/*	BEGIN: Boxes							*/
/*----------------------------------------------------------------------*/

#boxPage {
	position:		relative;
	width:			1024px;
	height:			768px;
	margin:			0 auto;					/* halte Abstand von oben und unten von 0 Pixel und Abstand von rechts und links automatisch, wie viel Platz da ist */
	text-align:		left;					/* nicht mittig, sondern links ausrichten */
	z-index:		0;
}

#boxNavigation {
	position:		absolute;
	top:			10px;
	left:			0px;
	width:			309px;
	height:			744px;
	background-image:	url('/.images/navigationspylon.png');
	background-repeat:	no-repeat;
	z-index:		1;
}

#boxNavigationLinks {
	position:		absolute;
	top:			64px;
	left:			53px;
	width:			205px;
	height:			574px;
	z-index:		2;
}

#boxSite {
	position:		absolute;
	top:			15px;
	left:			307px;
	width:			670px;
	height:			725px;
	background-image:	url('/.images/bg-site.png');
	background-repeat:	no-repeat;
	z-index:		2;
}

#boxContent {
	position:		absolute;
	top:			40px;
	left:			40px;
	width:			590px;
	height:			645px;
}

#boxLinks {
	position:		absolute;
	bottom:			16px;
	left:			337px;
	width:			610px;
	height:			auto;
	text-align:		right;
	z-index:		3;
}

#boxSubNavigation {
	position:		relative;
	width:			100%;
	height:			25px;
	color:			#00A0D5;
	font-size:		11pt;
	font-weight:		bold;
	border-bottom:		1px solid #A6AAA7;
	margin-bottom:		10px;
}

/*----------------------------------------------------------------------*/
/*	END: Boxes							*/
/*----------------------------------------------------------------------*/




/*----------------------------------------------------------------------*/
/*	BEGIN: Classes							*/
/*----------------------------------------------------------------------*/

#boxContent .image-float-right {
	float:			right;
	margin-left:		10px;
	margin-bottom:		10px;
}

#boxContent .image-title-right {
	float:			right;
	margin-top:		-1px;
	padding-bottom:		5px;
	text-align:		right;
	font-size:		8pt;
	line-height:		10pt;
}

#boxContent .image-title-underline {
	margin-top:		-10px;
	padding-bottom:		5px;
	text-align:		right;
	font-size:		8pt;
	border-bottom:		1px solid #A6AAA7;
}

#boxContent a {
	color:			#11578C;
	text-decoration:	none;
}

#boxContent a:hover {
	color:			#008800;
	text-decoration:	underline;
}

#boxContent h2 {
	color:			#FFFFFF;
	font-size:		11pt;
	font-weight:		bold;
	background-color:	#00A0D5;
	margin-bottom:		0px;
	padding-top:		5px;
	padding-left:		10px;
	padding-right:		10px;
	padding-bottom:		5px;
	display:		block;
}

#boxContent .termin-eintrag {
	color:			#0072BC;
	background-color:	#E9ECEE;
	margin-top:		0px;
	margin-bottom:		14px;
	padding-top:		5px;
	padding-left:		10px;
	padding-right:		10px;
	padding-bottom:		5px;
	display:		block;
}

#boxNavigationLinks .link {
	margin-bottom:		4px;
}

#boxSubNavigation a {
	color:			#00A0D5;
	text-decoration:	none;
}

#boxSubNavigation a:hover {
	color:			#00A0D5;
	text-decoration:	underline;
}

#boxSubNavigation .current {
	text-decoration:	underline;
}

#boxLinks a {
	color:			#4D5550;
	font-size:		8pt;
	text-decoration:	none;
}

#boxLinks a:hover {
	color:			#4D5550;
	font-size:		8pt;
	text-decoration:	underline;
}

/*----------------------------------------------------------------------*/
/*	END: Classes							*/
/*----------------------------------------------------------------------*/






/*----------------------------------------------------------------------*/
/* 	BEGIN: BubbleTooltip						*/
/*----------------------------------------------------------------------*/

.tooltip {
	width:			208px;
	color:			#FFFFFF;
	font-size:		8pt;
	text-decoration:	none;
	text-align:		center;
}

.tooltip span.top {
	vertical-align:		middle;
	padding-top:		40px;
	padding-bottom:		0px;
	padding-left:		8px;
	padding-right:		15px;
	height:			118px;
	background-image:	url('/.images/bubble-tooltip-shadow-blue.png');
	background-repeat:	no-repeat;
	background-position:	top;
}

/*----------------------------------------------------------------------*/
/* 	END: BubbleTooltip						*/
/*----------------------------------------------------------------------*/






/*----------------------------------------------------------------------*/
/*	BEGIN: Offpage links						*/
/*----------------------------------------------------------------------*/

#boxPage #boxContent a[href^='http:'] {
	background:		transparent url('/.images/offpage-link.png') 100% 50% no-repeat;
	padding-right:		13px;
	color:			#11578C;
	text-decoration:	none;
}
#boxPage #boxContent a[href^='http:']:hover {
	background:		transparent url('/.images/offpage-link.png') 100% 50% no-repeat;
	padding-right:		13px;
	color:			#008800;
	text-decoration:	underline;
}

#boxPage #boxContent a[href^='http://fischbahnhof.de'],
#boxPage #boxContent a[href^='http://www.fischbahnhof.de'] {
	background:		transparent;
	padding-right:		0px;
	color:			#11578C;
	text-decoration:	none;
}
#boxPage #boxContent a[href^='http://fischbahnhof.de']:hover,
#boxPage #boxContent a[href^='http://www.fischbahnhof.de']:hover {
	background:		transparent;
	padding-right:		0px;
	color:			#045A97;
	text-decoration:	underline;
}

/*----------------------------------------------------------------------*/
/*	END: Offpage links						*/
/*----------------------------------------------------------------------*/
