
/*
combined css file
*/
html { /*background-image:url(/cms/bilder/layout/bg.gif); */
	background-color: #fffbd7;
	font-family: Verdana;
	font-size: 12px;
	quotes: "\201E" "\201D" "\201A" "\2019";
}

/*
:lang(de)    { quotes:"\201E" "\201C" "\201A" "\2018"; }
*/
html:lang(de) {
	quotes: "\201E" "\201D" "\201A" "\2019";
}

html:lang(de-DE) {
	quotes: "\00BB" "\00AB" "\203A" "\2039";
}

html:lang(de-CH) {
	quotes: "\00AB" "\00BB" "\2039" "\203A";
}

html:lang(en) {
	quotes: "\201C" "\201D" "\2018" "\2019";
}

html:lang(fr) {
	quotes: "\00AB\00A0" "\00A0\00BB" "\2039\00A0" "\00A0\203A";
}

/* TODO ist das richtig */
html:lang(nl) {
	quotes: "\00AB\00A0" "\00A0\00BB" "\2039\00A0" "\00A0\203A";
}

body {
	margin: 0px;
	font-family: Verdana;
	font-size: 12px;
}

p {
	margin-top: 0px;
	margin-bottom: 5px;
}

div.zweispalten {
  -moz-column-count:2;
  -webkit-column-count:2;
  column-count:2;
  -moz-column-gap:30px;
  -webkit-column-gap:30px;
  column-gap:30px;
}

table.rules {
  border-collapse: collapse;
}

table.rules td, table.rules th {
  border-right:solid 1px black;
  border-bottom:solid 1px black;
}

table.layout {
	border-collapse: collapse;
	border-spacing: 0px;
	position: relative;
}

table.layout th, /* aw 2012-03-31 */
table.layout td
 {
	vertical-align: top;
	padding: 0px;
}

#container {
	margin: 0px auto;
	width: 1000px;
}

#page {
	width: 788px;
}

/* {{{ Head */
div#language_search {
	height: 16px;
	font-size: 10px;
	text-align: right;
	letter-spacing: 0.4px;
	color: #fe8212;
	position: relative;
}

div#language_search table {
	display: inline;
	margin: 0px;
	position: absolute;
	top: 0px;
	right: 120px;
}

div#language_search table td {
	
}

div#head {
	height: 110px;
	background-image: url(/cms/bilder/layout/head.png);
	position: relative;
}

div#logo {
	width: 256px;
	height: 54px;
	background-image: url(/cms/bilder/layout/1/cambio_logo.png);
	position: absolute;
	left: 0px;
	bottom: 11px;
}

div#logo_stadt {
	background-color: #fe8212;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 245px;
	height: 11px;
	padding-right: 6px;
	padding-bottom: 3px;
	font-size: 11px;
	color: white;
	text-align: right;
	letter-spacing: 1px;
	font-weight: bold;
	/* text-transform:uppercase; */
}

#logo_other { /*background-color:yellow;*/
	position: absolute;
	left: 259px;
	bottom: -2px;
	font-size: 10px;
	letter-spacing: 1px;
}

#logo_other a {
	text-decoration: none;
	/*
	fällt zuwenig auf
	color: #a7cae6;
	*/
	color: #fe8212;
}

#logo_other a:hover {
	color: #fe8212;
	/*
	*/
	font-weight: bold;
}

#logo_other h2 {
	height: 22px;
	font-size: 22px;
	/* sh 2008-08-26 das muss weg */ /*line-height: 13px;*/
	color: white;
	font-weight: normal;
	/* 
  text-transform:uppercase; 
  */
	display: inline;
	margin-left: 5px;
	margin-right: 10px;
	letter-spacing: 2px;
	padding-bottom: 0px;
}

/* }}} */ /* {{{ Kundenmenue */
div#kunden {
	position: absolute;
	left: 11px;
}

div#kunden table:hover a.aktiv {
	background-image: url(/cms/bilder/layout/grau_hell.png);
}

div#kunden table:hover a:hover {
	background-image: url(/cms/bilder/layout/grau_dunkel.png);
}

div#kunden table a {
	letter-spacing: 0.3px;
	color: white;
	text-decoration: none;
	display: block;
	height: 20px;
	padding: 6px 26px 0px 8px;
	font-size: 12px;
	font-weight: bold;
	background-image: url(/cms/bilder/layout/grau_hell.png);
	white-space: nowrap;
}

div#kunden table a.aktiv {
	background-image: url(/cms/bilder/layout/grau_dunkel.png);
}

div#kunden table a:hover {
	background-image: url(/cms/bilder/layout/grau_dunkel.png);
}

div#kunden #tbl_kunden_td1 {
	width: 130px;
}

div#kunden #tbl_kunden_td2 {
	width: 160px;
}

div#kunden #tbl_kunden_td3 {
	width: 100px;
}

div#kunden img.strich {
	position: absolute;
	top: 0px;
}

div#kunden img.rechts {
	position: absolute;
	right: 0px;
}

/* }}} */ /* {{{ Kooperation */
	/* Einstellungen fuer das Tabellenlayout auf der
 * Kooperationssseite
 */
div.article_table { /* sh */
	position: relative;
}

div.article_table div.row {
	border-top: solid 1px #818181;
	padding: 8px 0px 10px 0px;
}

div.article_table.sofalt div.row {
	border-top: none;
	padding: 10px 0;
}

div.article_table div.row div.margin img {
	margin-top: 4px;
}

div.article_table table {
	width: 100%;
}

div.article_table table tbody {
	
}

div.article_table div.row td {
	padding: 0px 12px;
	/*
  	aw 2008-05-02 lief leider gelegentlich aus dem Ruder 
  	width:50%; 
  */ /* sh 2008-08-26 278px ist zu breit */ /*width: 278px;*/
	width: 254px;
}

div.article_table div.row td.left {
	border-right: solid 1px #818181;
}

div.article_table.sofalt div.row td.left {
	border-right: none;
}

div.article_table div.row div.margin {
	width: 90px;
	float: left;
}

div.article_table div.row div.article {
	position: relative;
	margin-left: 100px;
	/* aw  2008-08-25 die letzte Zeile sieht sonst immer unschï¿½n aus */
	width: 150px;
}

div.article_table div.row.closing.half {
	width: 50%;
}

/* }}} */ /** so funktionierts */
div#content div.body table.so_funktionierts { /*margin-top:8px;*/
	position: relative;
	left: 141px;
}

div#content div.body table.so_funktionierts td {
	width: 133px;
}

div#content div.body table.so_funktionierts td.spacer {
	width: 8px;
}

div#content div.body table.so_funktionierts div.sofbox {
   position: relative; 
   line-height: 14px;
}

div#content div.body table.so_funktionierts td h2 {
	font-size: 12px;
	margin-top: 4px;
	font-weight: bold;
	margin-bottom: 0px;
}

div#content {
	margin-left: 10px;
	margin-right: 10px;
	width: 556px;
	min-height: 400px;
	/* color:#666666; */
	color: #444444;
	font-size: 11px;
	line-height: 16px;
}

div#content div.head {
	
}

div#content h3 {
	font-size: 12px;
	color: #444444;
	line-height: 16px;
}

div#content h1.nomargin {
	margin-top: 4px;
	margin-left: 0px;
}

div#content div.body.wide h1.nomargin {
	margin-left: 0px;
	margin-bottom: 8px;
}

div#content div.body.wide h1 {
	margin-left: 9px;
}

div#content h1  , div#content div.head h1 {
	color: #222222;
	font-weight: normal;
	font-size: 28px;
	line-height: 35px;
	margin-top: 17px;
	margin-bottom: 17px;
	/*
  	margin-top:17px; 
  	margin-bottom:27px;
      */
}

div#content div.head h1 {
	margin-left: 22px;
}

/* untertitel (unter h1) */
div#content div.head h2 {
	color: #fe8212;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 20px;
	/*	margin-top:-10px; */
	margin-left: 152px;
}

div.p {
	margin-bottom: 10px;
}

div.absatz {
}

div.absatz.inlinevideo {
	margin-left: -105px;
}

div#rightbox div.body div.absatz_als_liste div.artikel div.absatz {
	background-image:url(/cms/bilder/layout/item_pfeile.gif);
	background-position: 0px 2px;
	background-repeat:no-repeat;
	padding-left: 15px;	
		}
	


div.absatz_item {
	background-image:url(/cms/bilder/layout/item_pfeile.gif);
	background-position: 0px 2px;
	background-repeat:no-repeat;
	padding-left: 15px;	
}

div.wkt_fotogruppe div.absatz {
	background-color: #ECEFF2;
	/*background-color: #F5F5F5; */ /* border: 1px solid grey; */
	padding: 5px;
	margin-top: 10px;
}

div.wkt_fotogruppe div.absatz div.p {
	margin-bottom: 0px;
}

div.wkt_fotogruppe div.liste div.listelement h3 {
	margin-top: 15px;
	margin-bottom: 5px;
}

div.download {
	margin-top: 5px;
}

div#content div.liste {
	margin-left: 130px;
	position: relative;
}

div#content div.wkt_fotogruppe div.liste { /* wg. padding in border */
	margin-left: 120px;
	position: relative;
}

div#content div.body {
	position: relative;
	width: 506px;
	margin-left: 22px;
	margin-right: 32px;
	/*margin-bottom:60px;*/
	margin-bottom: 8px;
}

div#content div.body.wide { /*margin:0px 0px 50px 0px;*/
	margin: 0px 0px 8px 0px;
	width: 556px;
}

div#content img.float_right {
	float: right;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 4px;
}

div#content img.float_left {
	float: left;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-top: 4px;
}

div#content img.center {
	
}

div#rightbox img.center {
	
}

div#rightbox img.top {
	
}

div#rightbox img.bottom {
	
}

div#content img.full_width {
	margin-left: -130px;
}

/* artikel */
div#content div.body div.artikel {
	position: relative;
	margin-left: 130px;
}

div#content div.body div.artikel h2 {
	color: #fe8212;
	margin-top: 7px;
	margin-bottom: 14px;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
}

/*
	kann z.B. passieren beim Einbinden einer Adresse 
*/
div#content div.body div.artikel div.p h2 {
	margin-top: 7px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #444444;
	font-size: 11px;
	line-height: 16px;
	
}

div#content div.body div.artikel h3 { 
	margin-bottom: 2px;
}


div#rightbox div.body div.artikel h3 {
	margin-bottom:1px;
}

div#rightbox h3 {
	color:#4B4B4B;
	font-size:10px;
	line-height:15px;
}

div#content div.body  h2 {
	font-size: 100%;
	font-weight: bold;
	/* color:#666666; */
	color: #444444;
	margin-bottom: 0px;
	margin-top: 0px;
}

div#content div.body  h2  a {
	text-decoration: none;
	/* color:#666666; */
	color: #444444;
}

div#content div.body  h2 a:visited { /* color:#666666; */
	color: #444444;
}

/* rechte seite */
div#rightbox div.body h2 a {
	text-decoration: none;
	color: #4b4b4b;
}

div#rightbox h2 a:visited {
	color: #4b4b4b;
}

a img {
	border: none;
}

div#content div.randbemerkung {
	position: absolute;
	left: -130px;
	width: 128px;
	color: #ffa047;
	font-weight: bold;
}

div.listelement {
	position: relative;
}

div#content div.listelement {
	margin-bottom: 20px;
}

div#content div.wkt_fotogruppe div.listelement {
	margin-bottom: 30px;
}

div#content div#impressum div.listelement {
	margin-bottom: 10px;
}

/* {{{ Rightbox */
div#rightbox {
	width: 212px;
	position: relative;
	height: 100%;
}

/* ****************************************************
*/

div#stationssuche {
	position: relative;
	padding-left: 10px;
	padding-bottom: 15px;
	padding-top: 3px;
	background-color: #fe8212;
	color: white;
	font-size: 9px;
	/*
		height:44px; 
	letter-spacing: 0.1em;
		*/
}

div#stationssuche.suche_extra { /* height:112px; */
	padding-bottom: 7px;
}

div#stationssuche_text {
	margin: 0px 0px 0px 0px;
}

/* ****************************************************
*/
div#rightbox div.body {
	padding: 10px;
	/*background-image:url(/cms/bilder/layout/rightbox_bg.png);*/
	/*background-repeat:repeat-x;*/ /*background-color:#dee8f4;*/
	color: #4b4b4b;
	font-size: 10px;
	line-height: 15px;
	height: 100%;
}

div#rightbox div.body a {
	color: #EF7600;
	font-weight: bold;
	
}

span.link {
	color: #EF7600;
	cursor: pointer;
	text-decoration: underline;
}

div#rightbox div.body a.mehr {
	font-weight: normal;
}

div#rightbox h1 {
	margin: 3px 0px 11px 0px;
	padding: 0px;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
}

div#rightbox div.listelement {
	border-top: solid 1px #777777;
	padding: 7px 0px;
}

div#rightbox div.randbemerkung {
	display: none;
}

/* }}} */ /* {{{ Footer */
div#content div#footer {
	width: 556px;
}

div#footer {
	/* position: absolute;
	bottom: 0px; */
	
	border-top: solid 1px #d6d6d6;
	clear: both;
	color: #555555;
	width: 506px;
	text-align: center;
	padding: 3px 0px;
}

div#footer a {
	color: #555555;
	margin: 0px 2px;
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;
}

/* }}} */
span.mehr, div.mehr{
	position: absolute;
	right: 0px;
}

div.body div.zurueck {
	padding-top: 10px;
	float: right;
}

div.body div.zurueck a {
	color: #ffa047;
}

div.zurueck {
   margin-top: 10px;
   width: 100%;
   text-align: right;
}

div.body a {
	color: #ffa047;
}

span.datum {
	display: block;
}

h2 {
	font-weight: bold;
	font-size: 100%;
	margin: 0px;
}

#home a {
	color: #FE8212;
	text-decoration: none;
}

#home a:hover {
	color: #aaaaaa;
}

div#content_rightbox {
	position: relative;
	background-color: white;
	padding-top: 10px;
}

#tbl_menu_main {
	
}

#td_menu {
	width: 188px;
}

#td_schatten {
	width: 24px;
	background-image: url(/cms/bilder/layout/schatten-links_neu.gif);
}

div#schatten_top {
	height: 16px;
	background-image: url(/cms/bilder/layout/bg.gif);
}

div#schatten_head {
	height: 110px;
	background-image: url(/cms/bilder/layout/schatten-head_neu.gif);
}

div#schatten_bottom {
	border: solid 1px red;
	position: absolute;
	bottom: 0px;
	background-image: url(/cms/bilder/layout/schatten-bottom_neu.gif);
	width: 24px;
	height: 110px;
}

#td_main {
	width: 788px;
}

#td_content {
	
}

#td_rightbox {
	width: 212px;
	background-image: url(/cms/bilder/layout/rightbox_bg.png);
	background-repeat: repeat-x;
	background-color: #dee8f4;
}

/**
	muss zu td_rightbox passen
	offset wegen Stationssuche
*/
#td_rightbox iframe {
	border-style: none;
	width: 192px;
	padding-top: 10px;
}

ul {
	padding-left: 1.5em;
	margin-top: 0.5ex;
	margin-bottom: 0.5ex;
}

/*
	Kalender geschichten
*/
form.infoform img.kalender {
	position:relative;
	top:3px;
	left:2px;
}

img.kalender {
	cursor: pointer;
	display: inline;
}

div.calpopupdiv_outer {
	position: relative;
	left: 0px;
	top: 0px;
}

div.calpopupdiv_inner {
	z-index: 100;
	visibility: hidden;
	background-color: white;
	position: absolute;
	left: 0px;
	top: 0px;
}

/*
	die styles für CalenderPopup
*/
.cpYearNavigation,.cpMonthNavigation {
	background-color: #C0C0C0;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

.cpDayColumnHeader,.cpYearNavigation,.cpMonthNavigation,.cpCurrentMonthDate,.cpCurrentMonthDateDisabled,.cpOtherMonthDate,.cpOtherMonthDateDisabled,.cpCurrentDate,.cpCurrentDateDisabled,.cpTodayText,.cpTodayTextDisabled,.cpText
	{
	font-family: arial;
	font-size: 8pt;
}

td.cpDayColumnHeader {
	padding: 0px;
	text-align: right;
	border: 1px solid #C0C0C0;
	border-width: 0px 0px 1px 0px;
}

table.cpBorder td {
	padding: 0 !important;
}

td.cpCurrentMonthDate,.cpCurrentMonthDate,.cpOtherMonthDate,.cpCurrentDate {
	text-align: right;
	text-decoration: none;
	vertical-align: middle;
}

.cpCurrentMonthDateDisabled,.cpOtherMonthDateDisabled,.cpCurrentDateDisabled
	{
	color: #D0D0D0;
	text-align: right;
	text-decoration: line-through;
}

.cpCurrentMonthDate,.cpCurrentDate {
	color: #000000;
}

.cpOtherMonthDate {
	color: #808080;
}

td.cpCurrentDate {
	padding: 0px;
	/*background-color: #C0C0C0;*/
	/* murks da dasselbe ausgegraut wie disabled background-color: #d0d0d0 !important; */
	/*
	border-width: 1px;
	border: 1px solid #800000;
	*/
   background-color: #eef;
}

td.cpCurrentDate a {
	color: black !important;
	}

td.cpCurrentDateDisabled {
	padding: 0px;
	border-width: 1px;
	border: 1px solid #FFAAAA;
}

td.cpTodayText,td.cpTodayTextDisabled {
	padding: 0px;
	border-style: solid;
	border-color: #C0C0C0;
	border-width: 1px 0px 0px 0px;
}

a.cpTodayText,span.cpTodayTextDisabled {
	height: 20px;
}

a.cpTodayText {
	color: black;
}

.cpTodayTextDisabled {
	color: #D0D0D0;
}

.cpBorder {
	border: 1px solid #808080;
}


/********************************/

div#probebuchung table.layout  {
	width: 100%;
}

div#probebuchung table.layout tr  {
	margin: 2px;
}


div#probebuchung table.layout th {
	text-align: left;
}

/********************************/
div.hinweis {
		background-color: #ffeeee;
		border: 1px solid black;
		padding: 3px;
		font-weight: bold;
		margin-top: 10px;
		margin-bottom: 10px;
}


div.hinweis_dezent {
      background-color: #eeeeff;
      border: 1px solid grey;
      padding: 3px;
      margin-top: 10px;
      margin-bottom: 10px;
      padding: 5px;
}

/********************************/


div#suchergebnisse strong {
	font-weight: bold;
}

div#suchergebnisse input.suchfeld {
    width: 300px;
    height: 15px;
    font-size: 11px;
    border: 1px solid black;
}

div#suchergebnisse button {
	background-image:url(/cms/bilder/layout/button_grau.gif);
	border-bottom:2px outset #DDDDDD;
	border-right:2px outset #DDDDDD;
	border-style:outset;
	border-width:2px;
	color:#808185;
	display:inline;
	margin:0;
	width:60px;
}

div#erweitert #suche_nach select {
    width: 200px;
    }

div#erweitert #anzeigeformat select {
    width: 200px;
    }

div#erweitert #sortierung select {
    width: 200px;
    }

div#erweitert #einschraenkung select {
    width: 200px;
    }

div#erweitert #download_ignorieren {
    margin-top: 5px;
}

div#erweitert #download_ignorieren input {
    margin-right: 187px;
}

div.suchbegriffe {
	font-style: italic;
	}
		
div#suche {
	margin-top: 10px;
	}
	
div#suche div#normal {
	margin-bottom: 5px;
	vertical-align: middle;
	}
	
div#suche div#erweitert {
	margin-top: 3px;
	padding: 2px;
	}
	
div#suche div#erweitert select {
/*	background-color: #003399;
               color: #fff;*/
	}
	
div#suchergebnisse div#zeige {
    	margin-top: 1ex;
	    	margin-bottom: 1ex;
	}
	
div#suchergebnisse div.navigation {
	font-size: normal;
    	padding-top: 3pt;
    	padding-bottom: 3pt;
	text-align: right;    	
}
		
div#suchergebnisse div#copyright {
	margin-top: 5px;
	padding-top: 40px;
	border-top: 2px solid #000;
	font-size: xx-small;
	display: none;
	}

div#suchergebnisse div.fehler {
	color: #dd0000;
	font-weight: bold;
	margin-bottom: 8px;
	}


div#navigation span.seite {
	padding: 1px;
	}
div#navigation span.seiteAktiv {
	font-weight: bold;
	}


div#linksunten {
	margin-top: 30px;
  font-size:10px;
  color:#555555;
  width:184px;
  position:relative;
}


div#video_full_mask  {
    z-index: 10; 
    display:none;
    position:absolute;
    top:0;
    left:0;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
    background-color:#000;
}

div#tools {
	color: #ADADAD;
	text-align: left;
	font-size: 11px;
	margin-top: -22px;
	margin-bottom: 6px;
}

div#tools a {
	color: #ADADAD;
	text-decoration: none;
}

div#tools a:hover {
	text-decoration: underline;
}

/*******************************************************************************
*/

div#rightbox div#rechtsoben div.nachricht {
	/* background-color: #FE8212; */
}

div#rightbox div#rechtsoben div.nachricht h1 {
	font-weight: bold;
	font-size: 12px;
	line-height: 17px;
	margin: 0px;
}

div#rightbox div#rechtsoben div.nachricht div.p {
	margin: 0px;
}

/*******************************************************************************
*/

table.gm_suchergebnisse {
   width: 506px;
   }
   
div.gm_suchergebnisse {
   width: 100%;
   }

div.gm_suchergebnisse div#google_map{
   display: block; 
   background-color: grey; 
   font-family: Verdana; 
   font-size: 13px; 
   border: 1px solid #000; 
   width: 506px; 
   height: 300px;
 }

/*******************************************************************************
   umschalten
*/

   div#linktomobile {
      display: none;
      margin-left: 220px;
      margin-top: 10px;
      font-size: 1.2em;
   }

   div#linktostandard {
      padding-left: 20px;
      font-size: 1.0em;
      margin-bottom: 2em;
      width: 85%;
      float: left;
   }
   
   div#linktomobile a,
   div#linktostandard a {
      color: #FE8212;
   }


/*******************************************************************************
   ul menu Randseiten rechts
*/

ul.rrmenu{
	display: inline-block;
	margin: 0;
	padding: 0;
}

ul.rrmenu > li {
	width: 192px;
}

ul.rrmenu > li > a{
	border: 1px inset #fff;
	background: #FE8212;
	padding: 2px 8px;
	font-weight: bold !important;
	color: #fff !important;
	text-decoration: none;
}

ul.rrmenu span.aufklappen{
	border: 1px outset #fff;
	color: #333;
	font-weight: bold;
	background: #fff;
	position: absolute;
	left: 182px;
}

div.rrmenu h3 {
	padding-bottom: 2px;
	margin: 0;
}

div.rrmenu {
	padding: 4px;
	border: 1px solid white;
	width: 192px;
	margin-left: -5px;
}

ul.rrmenu li{
	list-style: none;
	float: left;
}

ul.rrmenu li a {
	display: block;
	padding: 4px 8px;
}

ul.rrmenu li ul {
	display: none; 
	background-color: #fff;
	border: 1px solid #ccc;
	width: 190px;
}

ul.rrmenu li:hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0; }
	
ul.rrmenu li:hover li {
	float: none; 
}
	
ul.rrmenu li:hover li a {
	background-color: #f2f2f2;
	border-bottom: 1px solid #fff;
	color: #000 !important;
	text-decoration: none;
	font-weight: normal !important;
}
	
ul.rrmenu li li a:hover {
	background-color: #666 !important;
	color: #fff !important;
}

/*******************************************************************************
   ul Kachelliste
*/

div.kachelliste ul{
	margin: 10px 0;
	padding: 0;
	list-style-type:none;
	display:inline-block;
}

div.kachelliste ul li{
	list-style-type:none;
	float: left;
	padding-right: 4px;
	margin: 2px 0;
}

div.kachelliste ul li:hover div:first-child {
	display: none;
}

div.kachelliste ul li div:first-child + div {
	display: none;
}

div.kachelliste ul li:hover div:first-child + div {
	display: block;
}

div.kachelliste ul li:first-child + li + li + li + li, 
div.kachelliste ul li:first-child + li + li + li + li + li + li + li + li + li, 
div.kachelliste ul li:first-child + li + li + li + li + li + li + li + li + li + li + li + li + li + li,
div.kachelliste ul li:first-child + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li,
div.kachelliste ul li:first-child + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li{
		padding-right: 0px;
}


div.kachelliste ul li > div{
	width: 108px;
	height: 72px;
	background: #DEE8F4;
}
	
div.kachellisteinhalt h2{
	margin: 4px;
}

div.kachellisteinhalt div.mehr{
	position: relative;
	text-align: right;
	margin: 2px 4px;
}

div.kachellisteinhalt div.kurzfassung{
	margin: 0px 4px 2px 4px;
}

/**
   fuer angular dinge
*/

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}



div.sepapopup form.infoform button {
   width: 185px;
   }
#menu {
  position:relative;
  padding-left:4px;
}

a.bubble {
  position:relative;
  width:182px;
  height:61px;
  margin-bottom:29px;
  display:block;
}

div.bubble {
  position:relative;
  width:182px;
  height:61px;
  margin-bottom:29px;
}

a.bubble span.bubble_button {
  position:absolute;
  right:-8px;
  width:73px;
  height:73px;
  background-repeat:no-repeat;
}

a.bubble.active span.bubble_button {
  right:-24px;
}

img.bubbletext {
  position:absolute;
  bottom:0px;
  left:13px;
}

span.baseline {
  width:167px;
  height:18px;
  position:absolute;
  left:-8px;
  bottom:-14px;
}

div#menu1 a#menu_join span.baseline {
  background-image:url(/cms/bilder/layout/orange_linie.png);
}

div#menu1 a#menu_tariffs span.baseline {
  background-image:url(/cms/bilder/layout/blaue_linie.png);
}

div#menu1 a#menu_stations span.baseline {
  background-image:url(/cms/bilder/layout/blaue_linie.png);
}

div#menu1 a#menu_vehicles span.baseline {
  background-image:url(/cms/bilder/layout/blaue_linie.png);
}

div#menu1 a#menu_join span.bubble_button {
  background-image:url(/cms/bilder/layout/button_kunde.png);
}

div#menu1 a#menu_tariffs span.bubble_button {
  background-image:url(/cms/bilder/layout/button_tarife.png);
}

div#menu1 a#menu_stations span.bubble_button {
  background-image:url(/cms/bilder/layout/button_stationen.png);
}

div#menu1 a#menu_vehicles span.bubble_button {
  background-image:url(/cms/bilder/layout/button_fahrzeuge.png);
}
/*############################################################*/


#menu2 {
  font-size:10px;
  color:#555555;
  width:184px;
  position:relative;
}

#menu2 table {
  width:100%;
}

#menu2 a {
  text-decoration:none;
  color:#555555;
  /*color:#8e8d92;*/
  display: inline-block;
  width: 100%;
}

#menu2 a:hover {
  /* color:#fe8212; 
	  
  */
  font-weight: bold;
}

#menu2 td {
  border-bottom:solid 1px #feba6f;
  padding-bottom:2px;
}

#menu2 tr:hover {
  /*color:#fe8212;*/
}

#menu2 tr.submenu:hover {
  /*color:#8e8d92;*/
}

#menu2 tr:hover td.bullet {
  background-image:url(/cms/bilder/layout/menu2-list-img-aktiv.gif);
}

#menu2 tr.submenu:hover tr:hover td.bullet {
  background-image:url(/cms/bilder/layout/menu2-list-img-lvl2-aktiv.gif);
}

#menu2 tr.aktiv {
  font-weight:bold;
}

#menu2 tr.aktiv td {
  border:none;
}

#menu2 tr.aktiv td.bullet {
  background-image:url(/cms/bilder/layout/menu2-list-img-aktiv.gif);
}

#menu2 tr.submenu td.bullet {
  background-image:none;
}

#menu2 tr.submenu td {
  padding:0px;
}

#menu2 td {
  vertical-align:middle;
}

#menu2 table td.bullet {
  width:15px;
  background-image:url(/cms/bilder/layout/menu2-list-img.gif);
  background-repeat:no-repeat;
  background-position:left top;
}

#menu2 table table td {
  border:none;
}

#menu2 tr.submenu table {
  margin-bottom:2px;
}

#menu2 table tr.submenu td table tr td.bullet {
  width:6px;
  background-image:url(/cms/bilder/layout/menu2-list-img-lvl2.gif);
  background-repeat:no-repeat;
  background-position:left top;
}

/*############################################################*/
div#language_search {
  z-index:1;
}

div#language_search table {
  line-height:16px;
}

div.dropdownmenu {
  position:relative;
  border:none;
  top:0px;
  right:0px;
  height:16px;
}

div.ddm_dfl {
  display:inline;
  padding:0px 3px;
  text-align:right;
  height:16px;
}

div.ddm {
  position:absolute;
  top:0px;
  right:0px;
  left:0px;
  border:none;
  display:none;
  padding:0px 0px 6px 0px;
  background-color:#ff9338;
}

div.dropdownmenu:hover div.ddm {
  display:block;
}

div.ddm div {
  height:16px;
}

div.ddm a {
  padding:0px 3px;
  display:block;
  color:white;
  text-align:right;
  white-space:nowrap;
  text-decoration:none;
  line-height:16px;
}

div.ddm a:hover {
  background-color:#ffb681;
}
form {
  margin:0px;
  padding:0px;
}

button {
  cursor:pointer;
  font-weight:bold;
  font-size:11px;
  /*
  height:16px;
  */
  height:18px;
  background-color:transparent;
  border:none;
  margin:0px;
  padding:2px 0px;
}

div.button_offset {
	/*
	position:relative;
    top:-3px;
    */
    margin-top: -3px;
}

/* wird per JavaScript vom Firefox
 * zusaetzlich in die divs in den buttons eingebaut
 */
div.firefox_offset_fix {
  top:-2px;
}

input, select {
  border:none;
  /*font-family:Verdana, Arial, Sans-Serif;
  font-size:9px;
    
  */
  font-family:Verdana;
  font-size: 10px;
  margin:0px;
  padding:0px;
}

/* --- Website durchsuchen Suchform --- */

form#form_suchen {
	margin-top: 20px;
}

form#form_suchen input {
  height:14px; 
  /*height:12px; 
  color:#a6a6a6;
    */
  width:150px;
  color:#111111;
  font-size:10px;
  padding-left:2px;
  border:none;
}

div#suchform {
  /*border-bottom: 1px solid #999999; */
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
    	background-color:white;
  /* 
  background-color: #fffbd7;
    	margin:35px 0px 20px 0px; 
  */
  margin: 0px;
  position:relative;
  margin-top: 1px;
}

div#suchform_vorschlaege ul.ui-autocomplete{
	line-height: 110%;
	list-style-type:none;
	font-size: 10px;
	width: 153px;
	margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

div#suchform_vorschlaege ul.ui-autocomplete li{
	margin: 4px 2px;
	overflow: hidden;
}

div#suchform_vorschlaege .ui-state-hover, div#suchform_vorschlaege .ui-widget-content .ui-state-hover, div#suchform_vorschlaege .ui-state-focus, div#suchform_vorschlaege .ui-widget-content .ui-state-focus { line-height: 100%; background: #fff; border: none;  font-weight: bold; }

div#suchform button {
  background-color:ButtonFace;
  font-weight:normal;
  position:absolute;
  right:0px;
  top:0px;
  height:14px;
  width:25px;
}


/* --- Loginform --- */

div#login_form {
  position:absolute;
  right:9px;
  top:10px;
}

div#login_form div.hinweis{
	font-size: 10px;
	font-weight: normal;
	width: 192px;	
}

form#form_login {
  width:97px;
  height:94px;
}

#form_login input, #form_login select {
  position:absolute;
  /*
  background-color:#dfe5f1;
  */
  background-color:#EFF4FF;
  color:#111111;
  border-top: 1px solid #999999;
  border-left: 1px solid #d1d1d1;
}


#form_login input:focus, #form_login select:focus {
  color:black;
}

#form_login input {
  width:93px;
  height:15px;
  padding-left:2px;
}

#form_login select {
  height:15px;
  width:96px;
  top:1px;
}

#form_login div#label_login_pin, #form_login div#label_login_name {
	font-size: 80%;
	color: white;
	position: absolute;
	margin-left: -80px;
	text-align: right;
	width: 75px;
	visibility: hidden; 
}
	
#form_login input#login_name, #form_login div#label_login_name {
  top:25px;
}

#form_login input#login_pin, #form_login div#label_login_pin {
  top:49px;
}

#form_login button {
  background-image:url(/cms/bilder/layout/button_blau.gif);
  background-color:#0061ae;
  /*
  color:#97b1c2;
  color:#cccccc;
    
  */
  color:#dddddd;
  width:96px;
  position:absolute;
  top:75px;
  
  border: 2px outset #0063AF;
/*
border-bottom:2px outset #97b1c2;
border-right:2px outset #97b1c2;
border-width:2px;
*/
  
}

/* --- Stationssuche --- */
form#station_suche {
  position:relative;
  height:14px;
  width:192px;
  top:3px;
}

form#station_suche.suche_extra {
  height:56px;
}

form#station_suche input {
  position:absolute;
  height:14px;
  padding-left:2px;
  border-top: 1px solid #aaaaaa;
  border-left: 1px solid #d1d1d1;
  color:#111111;
}

input#gm_strasse_hausnummer {
  width:189px;
  top:0px;
  left:0px;
}

input#gm_strasse {
  width:130px;
  top:0px;
  left:0px;
}

input#gm_hausnr {
  top:0px;
  width:50px;
  right:0px;
}

input#gm_ort {
  width:127px;
  left:0px;
  bottom: 2px;
}


form#station_suche.suche_extra input#gm_ort {
  width:130px;
  right:0px;
  left: auto;
  top:20px;
  bottom: auto;
  
}

form#station_suche.suche_extra input#gm_ort.mit_county {
  width: 93px;
}

input#gm_plz {
  width:50px;
  left:0px;
  top:20px;
}

input#gm_county {
  width:87px;
  left:0px;
  top:20px;
}


input#station {
  width:120px;
  bottom:1px;
}


form#station_suche input:focus {
  color:black;
}

form#station_suche button {
  position:absolute;
  background-image:url(/cms/bilder/layout/button_orange.gif);
  width:57px;
  /* color:#ead4bf; */
  color:#FFEFDF;
  border: 2px outset #FE8212;
  bottom:0px;
  right:0px;
}

/** 
	bei der ausfï¿½hrlichen Suche grï¿½ï¿½er wie bei login
*/	
form#station_suche.suche_extra button {
  width:96px;
}
/*
	popup fürr Hilfe etc.
*/

div.info_popup {
	z-index: 999; 
	width: 150px; 
	visibility: hidden; 
	background-color: #fffbd7; 
	position: absolute;
	left: 0px;
	top: 0px; 
	border: 1px solid #888888;
	padding: 5px;
 	text-align: left;
}

span.info_popup {
  	float: right;
  	font-weight: bold;
  	color: gray;
    cursor:pointer;
}

span.info_popup:hover {
	text-decoration: underline;
}

a.info_popup {
  	float: right;
  	font-weight: bold;
  	color: gray;
    text-decoration: none;
}

a.info_popup:hover {
	text-decoration: underline;
}


div.hilfepopup {
	position: absolute; 
	visibility:hidden; 
	background-color:#fffbd7; 
	width:200px; 
	z-index:100; 
	padding:5px; 
	border:solid 1px gray;
}
/**
spezielle Formulargeschichten 
*/

div#tarife {
	float: right;
	}

div#tarife table {
	width:376px; 
	border: 0px;
	border-color: #eeeeee; 
	/*table-layout: fixed; */
	/* dann funktioneren die popups nicht mehr mit firefox 
		overflow: hidden;
		*/
	margin: 0px;
	padding: 0px;
/*	border: 1px solid gray; */
}

div#tarife table col.radio {
	width: 20px;
	}
div#tarife table col.tarif {
	width: 87px;
	}
div#tarife table col.monat,
div#tarife table col.partner
 {
	width: 80px;
	}
div#tarife table col.hinweis {
	width: 114px;
	}

div#tarife table th {
	font-weight: bold;
	text-align: left;
	/*white-space: nowrap; */
}

div#tarife table td.kosten,
div#tarife table td.tarif {
/*	border-top: 1px solid gray; */
}
	

div#tarife table td {
	font-weight: normal;
	text-align: left;
}

div#tarife table th.kosten,
div#tarife table td.kosten {
	text-align: right;
}

div#tarife table td.hinweise {
	/*text-align: right;*/
	font-weight: normal;
}

div.infoform_info {
  margin-bottom:18px;
  line-height:1.4em;
  width:100%;
}

.form_fehler {
	color: red;
	font-size: 140%;
}

form.infoform table td {
  
  padding:4px 0px 8px 0px;
  /*
  border:solid 1px black;
  position:relative;
  */
}

form.infoform table.checkbox {
	width: 250px;
	}

form.infoform table.checkbox td{
  padding:0px 0px 0px 0px;
}

form.infoform table.checkbox td.checkbox_text{
	padding-left: 5px;
	vertical-align: bottom;
	font-size: 10px;
}

form.infoform.fragebogen table.checkbox td.checkbox_text{
	font-size: 11px;
	width: 100%;
}

/*
aw 2012-03-31 default sollte OK sein	
form.infoform label {
  font-size:11px;
}
*/

form.infoform label.ueberschrift {
  font-weight: bolder;
  color:#fe8212;
}

form.infoform div.zusatztext {
	margin-bottom: 0.5em;
}

form.infoform td.required {
  background-image:url(/cms/bilder/layout/required.gif);
  background-repeat:no-repeat;
  background-position:right 7px;
}


form.infoform table col.firstcol {
  width:140px;
}

form.infoform table col.secondcol {
  width:250px;
}

form.infoform table col.thirdcol {
  width:116px;
}

div#stdwsdef_wk441 form.infoform table col.firstcol {
  width:0px;
}

div#stdwsdef_wk441 form.infoform table col.secondcol {
  width:390px;
}

div#stdwsdef_wk441 form.infoform table.checkbox {
  width: 390px;
}

div#stdwsdef_wk441 form.infoform td.required {
  background-image:none;
}

div#stdwsdef_wk441 form.infoform td.required div label#id_fa2114 {
  display: none;
}



form.infoform input[type=radio] {
  border:none;
}

form.infoform input[type=text],
form.infoform input[type=date],
form.infoform input[type=time],
form.infoform input[type=number],
form.infoform input[type=email],
form.infoform input[type=tel],
form.infoform input[type=url],
form.infoform select,
form.infoform textarea {
  border-top:solid 1px #999999;
  border-left:solid 1px #999999;
  border-right:solid 1px #999999;
  border-bottom:solid 1px #666666;
}

form.infoform input,
form.infoform select,
form.infoform textarea {
  /* 
  	color:#888888; 
  color:#666666;
	  */
  color: #444444;
  margin:0px;
  font-size:11px;
  font-family: Verdana;
}

form.infoform input:focus,
form.infoform select:focus,
form.infoform textarea:focus {
  background-color:#f2f2f2;
}

form.infoform input {
  padding-left:2px;
}

form.infoform input[readonly],
form.infoform input[readonly=readonly] {
	background-color: #ccc !important;
}  

form.infoform input.text,
form.infoform input.date,
form.infoform input.text_w,
form.infoform input.text_s,
form.infoform select
 {
  height:15px;
}

form.infoform select {
  width:254px;
  height: 17px;
}

form.infoform input.text {
  width:250px;
}

form.infoform input.text.telefon_land {
	width: 25px;
}

form.infoform input.text.telefon_vorwahl {
	width: 55px;
}

form.infoform input.text.telefon_nummer {
	width: 115px;
}



form.infoform input.date {
	/* aw doch kleiner (war 220px) damti es auch auf mobil passt */;
  width:120px;
}

form.infoform textarea, div.textarea {
  width:250px;
  overflow: auto;
}


form.infoform input#info_strasse {
  width:183px;
}

form.infoform input#infonummer {
  width:58px;
}

form.infoform input#infozip {
  width:52px;
}

form.infoform input.text_s {
  width:52px;
}

form.infoform input#infocity {
  width:189px;
}

form.infoform input.text_w {
  width:189px;
}

form.infoform input.spacer {
  margin-right:5px;
}

form.infoform div.inputwrapper {
	float: left;
	margin: 0px;
	padding: 0px;
}

form.infoform button {
  background-image:url(/cms/bilder/layout/button_grau.gif);
  color:#808185;
  
	border-bottom:2px outset #DDDDDD;
	border-right:2px outset #DDDDDD;
	border-style:outset;
	border-width:2px;
  /* aw- 2013-10-30 etwas flexibler sein min-width statt width*/  
  min-width:120px;
  display: inline;
  margin: 0px;
  /*
  position:absolute;
  right:0px;
  bottom:0px;
  */
}


div#infopermail_text {
  margin-left:5px;
  font-size:10px;
}

/** div#infopermail_text aw oben ist obsolet in Produktion **/
div.form_checkbox_text {
  margin-left:5px;
  font-size:10px;
}

div.pos_help {
  width:255px;
  margin-top:30px;
  text-align: right;  
  padding: 0px;
}

form.infoform img.kalender {
	}

	
input.fehler {
		background-color: #ffdddd;
	}	
	
p.fehler, label.fehler {
		color: red;
		font-weight: bolder;
	}		
	
/**
 *  die Speziellen
 *  
 */
 
div#stdwsdef_efahrtrain form.infoform label {
   color: #FE8212;
   font-weight: bolder;
}

div#stdwsdef_efahrtrain form.infoform table.checkbox td.checkbox_text {
    font-size: 11px;
    padding-left: 5px;
    vertical-align: bottom;
}

div#rightbox div.body form {
  margin-top: 1em;
  margin-bottom: 1em;
  /*border:solid 1px red;*/
}

div#rightbox div.body div.stationen_rechts form {
  margin-top:5px;
  margin-bottom: 15px;
  margin-left: 0px;
  margin-right: 0px;
  /*border:solid 1px red;*/
}


div#rightbox div.body form label {
  display:block;
  font-weight:bold;
  line-height: 12px;
  padding: 0px;
  padding-left: 13px;
  /*margin-left:13px; */
  margin-bottom:0px;
  margin-top:2px;
  color:#727c88;
}

div#rightbox div.body form select,
div#rightbox div.body form input {
  border-top:solid 1px #999999;
  border-left:solid 1px #999999;
  border-right:solid 1px #999999;
  border-bottom:solid 1px #666666;
  /* color:#888888; */
  color:#666666;
  height:17px;
  /* aw 2012-03-31 ein wenig platz */
  margin-bottom: 0.3em;
}

div#rightbox div.body form select {
  width:100%;
}


div#rightbox div.body form td.spacer {
  width:3px;
}

div#rightbox div.body form td.kalender {
  width:30px;
  text-align: left;
  padding-left: 3px;
}

div#rightbox div.body form td.dateinput {
  width:70px;
	}
	
div#rightbox div.body form input.dateinput {
  /* width:85px; */
  width:70px;
  padding-left: 2px;
}

div#rightbox div.body form td.timeinput {
  width:40px;
	}
div#rightbox div.body form input.timeinput {
  /* 
  width:54px;
  wg. Kalender
  */
  width: 40px;
  padding-left: 2px;
}

div#rightbox div.body form table {
  /*border:solid 1px red;*/
}

div#rightbox div.body form button {
  background-image:url(/cms/bilder/layout/button_weiss.gif);
  color:#727c88;
  /*
    alte vorgabe 
  	width:142px;
    */
  /*    
  width:192px;
  */
  width: 100%;

  border-width: 2px;
  border-style: outset;
  border-bottom-color: #dddddd;
  border-right-color: #dddddd;
  height: 18px;
  
}

/*
	info form rechts dargestellt
*/


div#rightbox div.body  div.infoform_info {
	line-height:1.4em;
	margin-bottom:8px;
	width:100%;
}

/*
schon in div#rightbox div.body angegeben
div#rightbox div.body  p {
	font-size: 10px;
	line-height: 15px;
}
*/
div#rightbox div.body form.infoform table td {
	padding:0px;
}

div#rightbox div.body form.infoform label {
	font-size: 10px;
}

div#rightbox div.body form.infoform input.text {
	/*
	width: 100%;
	width: 188px;
	width: 100%;
			margin-bottom: 4px;
			*/
	width: 188px;
	margin-top: 0px;
	margin-bottom: 1px;
}

div#rightbox div.body form.infoform div.inputwrapper {
	float: none;
	margin: 0px;
	padding: 0px;
}

div#rightbox div.body form.infoform div.pos_help {
	margin-top:15px;
	padding:0px;
	text-align:right;
	width:100%;
}


div#rightbox div.body form.infoform table.checkbox {
	width:100%;
	margin-bottom: 5px;
}

div#rightbox div.body  form.infoform table.checkbox td.checkbox_text {
	width: 160px;
}

div#rightbox div.body form.infoform td.required,
div#rightbox div.body form label.required
 {
	background-image:url(/cms/bilder/layout/required.gif);
	background-position:left 2px;
	background-repeat:no-repeat;
}
div#info_fahrzeug p b {
  display:block;
}

/*
div#info_fahrzeug p.vergleichbar span {
  display:block;
}

div#info_fahrzeug p.vergleichbar span a:first-child {
  text-decoration:none;
}

div#info_fahrzeug tr:first-child td {
  font-weight:bold;
  text-align:center;
}
*/

div#info_fahrzeug td.preisklasse {
  border-right:solid 1px black;
}

div#info_fahrzeug td.modellnummer {
  border-right:solid 1px black;
}

/*
div#info_fahrzeug tr td {
  border-top:solid 1px black;
}

div#info_fahrzeug tr:first-child td {
  border-top:none;
}
*/

/* eigentlich andere h2 geschichte (d.h. nicht immer auf 100% sondern nur ..) */
div#stationen {
}

div#stationen div.widetable > img {
   display: none;
}

div#content div.body div#stationen h2, 
div#content div.body div#info_fahrzeug h2 {
	color: #FE8212;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 5px;
}

div#content div.body div#stationen h3, 
div#content div.body div#info_fahrzeug h3 {
	color: #444444;
	margin-bottom:2px;
	font-weight: bold;
	font-size: 100%;
}

div#content div.body div#stationen img.station 
{
	padding: 0px 0px 0px 10px;
	width: 251px;
	border: none; 
}

div#content div.body div#info_fahrzeug img {
	padding: 0px 0px 0px 10px;
	width: 200px;
	/* height: 115px; */
	border: none; 
}


div#stationen td.tddefstation { 
	vertical-align: top;
	width: 100px;
}

div#stationen td.tdcontstation { 
	vertical-align: top;
	width: 155px;
}

div#stationen td.tdbildstation { 
	vertical-align: top;
	width: 251px;
	padding: 0px;
	padding-bottom: 0.5em;
}


div#stationen td.tddefstation, 
div#stationen td.tdcontlongstation, 
div#stationen td.tdcontstation 
{
	padding-right: 10px;
	padding-bottom: 5px;
	overflow: hidden;
}  	

div#stationen td.tdcontlongstation
{
	vertical-align: bottom;
}

div#stationen div.nachtext {
  margin-top: 0.5em;
}

div#rightbox div.body div.stationen_rechts h2 {
	margin-top: 0.5em;
	}
/*
	Fahrzeuge
*/	

div#webregal table {
	width: 100%;
	table-layout:fixed;
}

/*
   nur für mobile
*/
div#webregal > img {
	display: none;
	}

div#webregal table.rules td, 
div#webregal table.rules th {
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
}

div#webregal div.nachtext {
  margin-top: 0.5em;
}

div#webregal td {
	padding-bottom: 0px;
	}

div#webregal th.preisklasse {
    width: 49px;
	}
	
div#webregal th.modellnummer {
    width: 138px;
		}
div#webregal th.bilder {
	 width: 360px;
	}

div#webregal td.preisklasse
{
	font-size: 30px;
	padding-top: 15px;
	padding-left: 10px;
	color: #666666;
}

div#webregal td.modellnummer
{
	/* font-size: 9px; */
	padding-left: 5px;
	line-height: 15px;
	vertical-align: middle;
}

div#webregal td.modellnummer a {
	text-decoration: none;
	font-weight: bolder;
	}

div#webregal td.bilder {
	vertical-align: bottom;
	height: 80px;
	white-space: auto;
	/*margin-left: 10px; */	
} 	

div#webregal td.bilder img {
	/* margin-left: 10px; */	
	width: 120px; 
	height: 69px;
} 	

/**
   die neue Variante ab 1.7.2012
*/

div#webregal col.preisklasse {
    width: 60px;
   }

div#webregal col.wagen {
    width: 90%;
   }

div#webregal div.wk2012a th.preisklasse {
	text-align: left;
	padding-left: 10px;
	}   

div#webregal td.bilder div {
     /* width: 160px; */ 
     width: 120px; 
     display: inline-block;
	  text-align: center;
	  vertical-align: bottom;
	  padding-top: 1em;
	}
div#webregal td.bilder div a {
   text-decoration: none;
   color: #444444;
}
div#webregal td.bilder div a:hover {
   text-decoration: underline;
		}
div#webregal td.bilder div img {
   /* margin-left: 10px; */   
     /* width: 160px; */ 
     width: 120px; 
   height: auto;
}  


div#webregal div.wk2012 table.rules th.preisklasse {
    color: #666666;
    font-size: 2em;
    padding-left: 1em;
    padding-bottom: 0.2em;
    height: 2em;
    width: auto;
    text-align: left;
    vertical-align: bottom;
    font-weight: normal;
    border-right: none;
    border-left: none;
}

div#webregal div.wk2012 table.rules td {
   border-left: 1px solid #666666;
}
	
/* Fahrzeuge rechts */

div#rightbox div.body div.fahrzeuge div.listelement {
	border: none;
	} 


div#rightbox div.body div.stationen_rechts img,
div#rightbox div.body div.fahrzeuge img {
	border: 1px solid grey;;
	border-right: 1px solid grey;;
	border-bottom: 1px solid grey;;
} 
	
/**
	aw 2011-02-25
	einrückung Städte bei eg Hamburg MR
*/	
.info_eingerueckt {
		padding-left: 3ex;
	}
	
div.station_zurueck {
	margin-top: 2em;
}
	
div.zurueck_unterbild {
	}	
div.zurueck_unterbild {
   margin-top: 0em;
	text-align: right;
   width: 100%;
	}
	
div.zurueck_unterstation  a,	
div.zurueck_unterbild  a {
   color: #ffa047;
}

div.zurueck_unterstation {
   margin-top: 1em;
   text-align: right;
   width: 100%;
 }  

	
div.frei_unterbild {
	width: 100%;
	text-align: right;
	}
	
/*
table#tarif_6 {
  display:none;
}

table#tarif_5 {
  display:none;
}

table#tarif_4 {
  display:none;
}

table#tarif_3 {
  display:none;
}

table#tarif_2 {
  display:none;
}

table#tarif_1 {
}
*/

/*
table.tarife2 thead td.tarif_6,
table.tarife2 thead td.tarif_5,
table.tarife2 thead td.tarif_4,
table.tarife2 thead td.tarif_3,
table.tarife2 thead td.tarif_2,
table.tarife2 thead td.tarif_1 {
	padding-left: 29px;
	padding-right: 29px;
}
*/
table.tarife2 thead td {
		width: 55px;
	}

div.tariftabelle_einleitung {
  margin-bottom:20px;
  /* aw 2012-03-31 default ist richtig
  font-size:11px;
  */
  }

div.tariftabelle_ausleitung {
  margin-top:20px;
  /* aw 2012-03-31 default ist richtig
  font-size:11px;
  */
}

div#tariftabellen,
div#probebuchung_ergebnis {
  /*border:solid 1px red;*/
  float:right;
  width:506px;
}

div#content div.body div#tariftabellen h2,
div#content div.body div#probebuchung_ergebnis h2 {
  font-size:13px;
  margin:0px;
  margin-top: 20px;
  color:#333333;
  position:relative;
}

div#tariftabellen div#reiterleiste {
  margin-left: -114px;
  width: 620px;
}

div#content div.body div#tariftabellen h2 {
	margin-bottom: 0.5ex;
}


div#content div.body div#probebuchung_ergebnis h2 {
  margin-bottom:5px;
}

div#content div.body div#tariftabellen h2 img,
div#content div.body div#probebuchung_ergebnis h2 img
 {
  position:absolute;
  left: -24px;
  top:2px;
}


table.tarife
,table.vorschlaege
 {
  /*position:relative;*/
  border-collapse:separate;
  width:506px;
  /*border:solid 1px red;*/
}

div#fahrtkostenpk table.tarife {
	width: 100%;
} 

div#fahrtkostenpk table.tarife th {
	padding-left: 2px;
	}
table.tarife tbody 
 {
  /*position:relative;*/
  background-color:#d5e6fa;
  /* font-size:11px; aw ist default*/
}

table.tarife th, table.tarife td {
	padding: 1px;
	}

table.tarife tbody.t
 {
  background-color:#F1F6FC;
}

table.tarife tbody.t1 
 {
  background-color:#c2dafa;
}
table.tarife tbody.t2 
 {
  background-color:#c8e9f9;
}
table.tarife tbody.t3 
 {
  background-color:#e1e6e8;
}
table.tarife tbody.t4 
 {
  background-color:#f4ead8;
}
table.tarife tbody.t5 
 {
  background-color:#fffde8;
}

table.tarife tbody.t6 
 {
  background-color:#c2dafa;
}


/*
	fahrtkosten breite 
	in abhängigkeit von der Anzahl der Preisklassen
	
table.tarife tbody tr.subheader th {
 	width: 296px;
}
	
*/

table.tarife td.fk_5  {
 	width: 37px;
}

table.tarife td.fk_4  {
 	width: 42px;
}

table.tarife td.fk_3,
table.tarife td.fk_4,
table.tarife td.fk_1
  {
 	width: 52px;
}


table.vorschlaege tbody
 {
  /*
  	position:relative;
*/
  background-color:#d5e6fa;
	  font-size:11px;
}

table.vorschlaege tr {
}

table.tarife tbody {
  /*position:relative;*/
}

table.tarife th,
table.vorschlaege th,
div.tarife_untertext_klein
/*,div.tarife_wechselnd*/
 {
  padding-left:8px;
  text-align:left;
}


table.tarife td
 {
  text-align:right;
  padding-right:2px;
  /*
  padding-left:10px;
    */
  padding-left:8px;
}


table.vorschlaege td
 {
  text-align:left;
  padding-right:2px;
  padding-left:8px;
  vertical-align: middle;
}

table.tarife thead td
,table.vorschlaege thead th
 {
  border-right:solid 1px white;
}

table.tarife tbody th,
table.vorschlaege tbody th
 {
  font-weight:normal;
  border-bottom:solid 1px #b7cbe3;
}

table.tarife tbody td,
table.vorschlaege tbody td
 {
  	border-right:solid 1px #fe8212;
}

table.vorschlaege tbody td.vonbis {
  	border-right: none;
}

table.tarife tbody td
 {
  border-bottom:solid 1px #b7cbe3;
  vertical-align: bottom;
}
/* Änderungen 2012 */
div.fahrtkosten table.tarife tbody td {
   vertical-align: middle;
   padding-right: 0.5ex; */ 
}

div.fahrtkosten table.tarife thead td {
	padding-right: 0.5ex; 
}

div.fahrtkosten table.tarife tbody td {
}

table.vorschlaege tbody td {
  	border-top:solid 1px #b7cbe3;
	border-bottom:solid 1px #b7cbe3;
}
table.vorschlaege tbody td.white {
  background-color:white;
  border: none;
  height: 7px;
}

table.vorschlaege tbody td.nr {
	font-size: 120%;
	}

table.tarife tbody tr.subheader th,
table.vorschlaege tbody tr.subheader th {
  color:#fe8212;
  font-weight:bold;
}

/*table.tarife thead tr.reiterleiste td {*/
  /*background-color:transparent;*/
/*}*/

table.tarife thead th, 
table.tarife thead td,
table.vorschlaege thead th, 
table.vorschlaege thead td
 {
  background-color:#0073c0;
  color:white;
  font-weight:bold;
}

table.tarife td.noborder {
  border-right:solid 1px #0073c0;
}

table.tarife tbody tr:hover * {
  /* background-color:red; */
}

div.tarife_untertext_klein {
	font-size: 80%;
	padding-top: 3px;
	
}

/*
div.tarife_wechselnd {
	padding-top: 20px;
	padding-bottom: 20px;
}
*/
	
/*table.tarife span.infotext, */ 
div.tarife_wechselnd div.infotext {
  /* 
  	color:#fe8212; 
  	font-weight:bold;
  	line-height:150%;
  padding-bottom:20px;
  padding-top:20px;
		  */

  padding-bottom:10px;
  padding-top:10px;
  padding-left: 8px;
  text-align: left;
}

table.tarife2 td,
table.tarife2 th,
div.tarife_untertext_klein,
div.tarife_wechselnd
 {
  background-color:#f1f6fc;
}

table.tarife caption,
table.tarife td.caption {
  text-align: left;
  /*
  background-color:#f1f6fc;
  */
  padding-left: 8px;
  padding-top: 2px;
}

table.tarife td.caption {
  border: none;
}

table.tarife caption {
  caption-side: bottom;
}


table.tarife tbody.noborder * {
  border:none;
}

table.tarife2 td {
  text-align:center;
}

table.tarife2 th {
  border-right:solid 1px #fe8212;
}

table.tarife2 thead td {
  color:#ffb96f;
}

table.tarife2 thead td.active {
  color:white;
}

table.tarife2 tbody td.active {
  background-color:#c1daf9;
}

table.tarife2 tbody td.active_1,
div.active_1 {
  background-color:#c2dafa;
}
table.tarife2 tbody td.active_2 ,
div.active_2 {
  background-color:#c8e9f9  ;
}
table.tarife2 tbody td.active_3 ,
div.active_3 {
  background-color:#e1e6e8;
}
table.tarife2 tbody td.active_4 ,
div.active_4 {
  background-color:#f4ead8;
}
table.tarife2 tbody td.active_5 ,
div.active_5 {
  background-color:#fffde8;
}
table.tarife2 tbody td.active_6,
div.active_6 {
  background-color:#c2dafa;
}



table.tarife2 td {
  padding: 0px 10px;
}

/*
	füer preisauskunft
*/


div#tariftabellen.preisauskunft table.fahrtwahl,
div#probebuchung_ergebnis table.fahrtwahl {
	margin-bottom: 20px;
	/*border: 1px solid red;*/
	}
	
div#tariftabellen.preisauskunft table.fahrtwahl th,
div#probebuchung_ergebnis table.fahrtwahl th {

	font-weight: normal;
	text-align: left;
	padding: 0px;
	}

div#tariftabellen.preisauskunft table.fahrtwahl td,
div#probebuchung_ergebnis table.fahrtwahl td {
	color:#666666;
	font-weight: bolder;
	padding-left: 8px;
	}

div#tariftabellen.preisauskunft table.fahrtwahl tr,
div#probebuchung_ergebnis table.fahrtwahl tr {
		margin-bottom: 0.1em;
	}
	
div#tariftabellen.preisauskunft div.vortext,
div#probebuchung_ergebnis div.vortext {
  margin-bottom: 1.0em;
}


div#tariftabellen.preisauskunft div.nachtext {
  margin-top: 1.0em;
}

div#content div.body div#tariftabellen.preisauskunft h2,
div#content div.body div#probebuchung_ergebnis h2
 {
	margin-top: 0px;
}


div#probebuchung_ergebnis table.layout td.nichtok {
	background-color: #ffdddd;
}

div#probebuchung_ergebnis table.layout td.ok {
	background-color:#d5e6fa;
}

div#probebuchung_ergebnis table.layout td.legende {
	border: solid 1px #b7cbe3;
	height: 20px;
	padding: 3px;
}

/*
div#probebuchung_ergebnis table.layout td.ok {
	background-color: #ddffdd;
	padding: 5px;
	margin: 2px;
}
*/
div#reiterleiste {
  height:20px;
  width: 505px;
  margin-left: -50px;
}

div#reiterleiste div.reiter {
  float:right;
  position:relative;
}

div#reiterleiste div.reiter.num6 {
	z-index: 6;
	  right:-150px;
}

div#reiterleiste div.reiter.num5 {
	z-index: 5;
	  right:-120px;
}

div#reiterleiste div.reiter.num4 {
	z-index: 4;
	  right:-90px;
}

div#reiterleiste div.reiter.num3 {
	z-index: 3;
		  right:-60px;
}

div#reiterleiste div.reiter.num2 {
	z-index: 2;
	  right:-30px;
}

div#reiterleiste div.reiter.num1 {
	z-index: 1;
  right:0px;
}

/*
div#reiterleiste div.reiter.num3 {
}

div#reiterleiste div.reiter.num2 {
  right:-30px;
}

div#reiterleiste div.reiter.num1 {
  right:-60px;
}
*/
div#reiterleiste div.reiter a {
  text-decoration:none;
  font-weight:bold;
  position:relative;
  top:2px;
}

div#reiterleiste div.reiter div {
  float:left;
  height:20px;
}

div#reiterleiste div.reiter div.rand {
  width:29px;
  background-repeat:no-repeat;
}

div#reiterleiste div.reiter div.inhalt {
  background-repeat:repeat-x;
}

div#reiterleiste div.reiter.blau div.inhalt a {
  color:#5c697a;
}

div#reiterleiste div.reiter.rot div.inhalt a {
  color:#fe8212;
}

div#reiterleiste div.reiter.blau div.rand.links {
  background-image:url(/cms/bilder/layout/reiter_blau_links.png);
}

div#reiterleiste div.reiter.rot div.rand.links {
  background-image:url(/cms/bilder/layout/reiter_rot_links.png);
}

div#reiterleiste div.reiter.blau div.rand.rechts {
  background-image:url(/cms/bilder/layout/reiter_blau_rechts.png);
}

div#reiterleiste div.reiter.rot div.rand.rechts {
  background-image:url(/cms/bilder/layout/reiter_rot_rechts.png);
}

div#reiterleiste div.reiter.rot div.inhalt {
  background-image:url(/cms/bilder/layout/reiter_rot_mitte.png);
}

div#reiterleiste div.reiter.blau div.inhalt {
  background-image:url(/cms/bilder/layout/reiter_blau_mitte.png);
}
div.gmaps_blase {
  font-family: Verdana;
  font-size: 10px;
  margin-right: 5px;
}

div.gmaps_blase h1, 
div.gmaps_blase div.h1list, 
div.gmaps_blase div.h1 
{
	font-weight: bold;
	color:#fe8212;
	font-size: 15px;
	margin-bottom: 0px;
	margin-top: 0px;
}


.gm-style div.gmaps_blase  a {
   font-size: 11px;
}

div.gmaps_blase h2,
div.gmaps_blase div.h2 
 {
	font-weight: normal;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
}

div.gmaps_blase img 
{
	padding: 0px 0px 0px 10px;
	height: 80px;
	border: none; 
}

/*
	das overlay für den Marker
*/
div.gmaps_marker 
{
  white-space: nowrap;
  border: 1px solid green;
  position: absolute;
  font-size: 9px;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: white;
}



