/*
###########################################################################
## 
##        Titel: CSS ÖPNV-Info
##    Dateiname: print.css
##  Verzeichnis: ./includes/
##        Datum: 2006-02-28
##    Bemerkung: CSS für die Druckerausgabe
##
###########################################################################
*/

/*
###########################################################
##
##  Allgemeine Elemente
##
###########################################################
*/

a:link, a:visited, a:hover, a:active
{
	           color: #000000;
	 text-decoration: underline;
}

body
{
	     font-family: Verdana, Arial, Helvetica, sans-serif;
	       font-size: small;
	background-color: #FFFFFF;
	           color: #000000;
}

h1
{
	font-size: x-large;
}

h2
{
	font-size: large;
}

h3
{
	font-size: larger;
}

img
{
	 border: 0;
	 margin: 0%;
	padding: 0%;
}

li
{
	list-style-type: disc;
}

dt
{
	  font-size: larger;
	font-weight: bolder;
	 margin-top: 1%;
}

abbr, acronym
{
	border-bottom: 0px;
}

/*
###########################################################
##
##  Andere Formatierungen
##
###########################################################
*/

/* Box */
.box
{
	background-color: #FFFFFF;
	          border: 2px solid #000000;
	         padding: 1%;
	      margin-top: 1em;
	   margin-bottom: 1%:
	     line-height: 1em;
	           clear: both;
}

#glossar .box
{
	display: none;
}

ul.box
{
	 margin-left: 0%;
	padding-left: 5%;
}

/* Liste nach Überschrift */
ul.absatz
{
	margin-top: 0%;
}

/* Anzeige einer Fehler-/Hinweismeldung */
.error
{
	font-weight: bolder;
}

/* Texteinzug */
.einzug
{
	margin-left: 5%;
}

.reeinzug
{
	margin-left: -5%;
}

/* Spaltenende */
.spaltenende
{
 	  clear: both;
 	  width: 100%;
 	 height: 0%;
	padding: 0%;
	 margin: 0%;
}


/* Linie */
.linie
{
 	     clear: both;
 	     width: 100%;
	   padding: 0%;
	    margin: 0%;
	border-top: 1px solid #000000;
}


/* Spalte links */
.spalte_links
{
	width: 49%;
	float: left;
}

/* Spalte rechts */
.spalte_rechts
{
	width: 49%;
	float: right;
}


/*
###########################################################
##
##  Menüleiste im Textteil
##
###########################################################
*/

#menu
{
	display: none;
}

#bearbeiter
{
	      display: block;
	       border: 2px solid #000000;
	margin-bottom: 0.5em;
	   text-align: center;
}

/*
###########################################################
##
##  Kopfleiste
##
###########################################################
*/

#kopf
{
	text-align: center;
}

#kopf h1
{
	letter-spacing: 0.2em;
	       display: inline;
}

#kopf p
{
	font-style: italic;
	   display: inline;
}

/*
###########################################################
##
##  Haupt- und Textteil
##
###########################################################
*/

#main
{
	padding-top: 1%;
}

/*
###########################################################
##
##  Menüleiste im Kopf
##
###########################################################
*/

#navi
{
	display: none;
}

/*
###########################################################
##
##  Inhalt
##
###########################################################
*/


#content p
{
	margin-top: 0.5em;
}

#content h1, #content h2
{
	   margin-top: 0.3em;
	margin-bottom: 0.3em;
}

#content h3
{
	margin-bottom: 0em;
}

#content img.bildrechts
{
	        float: right;
	  margin-left: 1%;
	margin-bottom: 1%;
}

#content img.bildlinks
{
	        float: left;
	 margin-right: 1%;
	margin-bottom: 1%;
}

#content img.blind, #content p.blind
{
	display: none;
}


#content img.rahmen
{
	border: 1px solid #000000;
}

/*
###########################################################
##
##  Fussleiste
##
###########################################################
*/

#fusslinks p
{
	        margin: 0%;
	  padding-left: 1em;
	   padding-top: 1%;
	padding-bottom: 1%;
	   font-weight: bolder;
}

#fuss ul, #seitennavigation
{
	display: none;
}

/*
################################################
##
##  Textformatierungen
##
################################################
*/

/* Kleine Schriftart */
.text_klein,
small
{
	font-size: smaller;
}

/* Fett */
.text_fett,
strong
{
	font-weight: bold;
}

/* Kursiv */
.text_kursiv
{
	font-style: italic;
}

/* linksbündig */
.text_links
{
	text-align: left;
}


/* zentrieren */
.text_mitte
{
	text-align: center;
}

/* rechtsbündig */
.text_rechts
{
	text-align: right;
}

/* blocksatz */
.text_blocksatz
{
	text-align: justify;
}


/*
###########################################################
##
##  Formularelemente
##
###########################################################
*/

label
{
	font-weight: bolder;
}

input.rahmen,
textarea.rahmen
{
	border: 1px solid #000000;
	 width: 40%;
}

input.schaltflaeche
{
	width: 20%;
}


/*
################################################
##
##  Tabmenü
##
################################################
*/

#tabmenue ul
{
	padding: 0.3em;
	 margin: 0%;
}

#tabmenue ul#oben
{
	border-bottom: 1px solid #000000;
}

#tabmenue ul#unten
{
	border-top: 1px solid #000000;
}

#tabmenue li
{
	    display: inline;
	font-weight: bolder;
}

#tabmenue li a
{
	         padding: 0.3em 0.5em;
	     margin-left: 0.1em;
	          border: 1px solid #000000;
	 text-decoration: none;
}

#tabmenue ul#oben li a
{
	border-bottom: 0;
}

#tabmenue ul#unten li a
{
	border-top: 0;
	border-bottom: 1px solid #000000;
}


#tabmenue li span#tabaktuell
{
	background-color: #FFFFFF;
	     margin-left: 0.1em;
	          border: 1px solid #000000;
	           color: #000000;
}

#tabmenue ul#oben li span#tabaktuell
{
	border-bottom: 0;
	      padding: 0.3em 0.5em 0.4em 0.5em;
}

#tabmenue ul#unten li span#tabaktuell
{
	border-top: 0;
	   padding: 0.4em 0.5em 0.3em 0.5em;
}

#tabseiten
{
	      margin: 0%;
	     padding: 2%;
	border-right: 1px solid #000000;
	 border-left: 1px solid #000000;
}

#tabseiten ul
{
	   margin-top: 0%;
	margin-bottom: 0%;
}

#tabende
{
	border-top: 1px solid #000000;
}

/*
################################################
##
##  Tabellen
##
################################################
*/

#strecken tr
{
	text-align: center;
}


#telefon tr
{
	text-align: left;

}

#telefon td
{
	vertical-align: top;
}

th
{
	background-color: #000000;
	           color: #FFFFFF;
	         padding: 1%;
	       font-size: larger;
	     font-weight: bolder;
}

td
{
	      padding: 0.2em;
	border-bottom: 1px solid #000000;
}

/*
################################################
##
##  Listen
##
################################################
*/

li.reihe
{
	list-style-type: none;
	        display: inline;
}

/*
################################################
##
##  Bahnhofsbeschreibungen
##
################################################
*/

img.bahnhof
{
	vertical-align: middle;
}

span.bahnhof
{
	padding-left: 28px;
}

div.bahnhof
{
	          border: 2px solid #000000;
	background-color: transparent;
	     font-weight: bolder;
	         padding: 1%;
}

img.bahnhof_bild
{
	background-color: transparent;
	          border: 1px solid #000000;
}

/*
################################################
##
##  Telefonverzeichnis
##
################################################
*/

td.telefon
{
	white-space: nowrap;
}
