/***********FILE: home.css ********/

@font-face {
	font-family: 'FuturaPTWebCondMedium';
	src: url('/fileadmin/templates/global/fonts/FTN57__W.eot');
	src: local('Futura PT Web Cond Medium'), local('FuturaPTWebCondMedium'), url('/fileadmin/templates/global/fonts/FTN57__W.woff') format('woff'),url('/fileadmin/templates/global/fonts/FTN57__W.ttf') format('truetype'), url('/fileadmin/templates/global/fonts/FTN57__W.svg#FuturaPTWebCond-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'FuturaPTWebCondBold';
	src: url('/fileadmin/templates/global/fonts/FTN87__W.eot');
	src: local('Futura PT Web Cond Bold'), local('FuturaPTWebCondBold'), url('/fileadmin/templates/global/fonts/FTN87__W.woff') format('woff'),url('/fileadmin/templates/global/fonts/FTN87__W.ttf') format('truetype'), url('/fileadmin/templates/global/fonts/FTN87__W.svg#FuturaPTWebCond-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}


#head {
  margin: 0;
	display: block;
	background-image: url(/fileadmin/templates/global/images/bg_header_start.jpg);
	height: 230px;
	position: relative;
}

#body {
  margin: 0;
	display: block;
	background-image: url(/fileadmin/templates/global/images/bg_body_start.jpg);
	position: relative;
}

/* Sondermeldungen */
#breaking_news {
	margin: 25px auto 0;
  width: 920px;
  float: none;
}
#breaking_news .csc-default { 
  height: 38px;
  border: 1px solid #ffcb05;
  border-radius: 4px;
  background-image: url(/fileadmin/templates/global/images/icon_sm.png);
  background-repeat: no-repeat;
  background-position: left;
  background-color: #ffffff;
  padding-left: 48px;
  margin-top: 10px;
  position: relative;
}
#breaking_news .csc-default:first-child {
	margin-top: 0;
}
#breaking_news .csc-default {
	display: none;
}
#breaking_news p {
	padding: 12px 0;
}
.remove {
	background-image: url("/fileadmin/templates/global/images/icon_close.png");
	background-repeat: no-repeat;
	width: 15px;
	height: 14px;
	cursor: pointer;
	position: absolute;
  right: 5px;
  top: 5px;
}

#quicklink {
    position: absolute;
    right: 19px;
    top: 40px;
    z-index: 40;
}

#quicklink.open {
  top: 41px;
}

#partner_login {
  top: 40px;
}

#partner_login.open {
  top: 41px;
}

#home_col1 {
	float: left;
	width: 236px;
	margin-left: 20px;
  margin-top: 15px;
  margin-right: 20px;
}
.box_col1 {
	margin-top: 10px;
	height: 86px;
	padding: 12px 14px;
}
div#content .box_col1 img {
	border-radius: 0;
}
#home_col2 {
	float: left;
	width: 400px;
	margin-top: 15px;
	margin-right: 20px;
}
.box {
	width: 167px;
	height: 86px;
	float: left;
	margin-top: 10px;
	padding: 12px 14px;
}
div#content .box img {
	border-radius: 0;
}
.box_wrap_r1, .box_wrap_r2 {
	clear: both;
}
.box_wrap_r1 .box:first-child, .box_wrap_r2 .box:first-child {
	margin-right: 10px;
}
#home_col3 {
	float: left;
	width:240px;
	margin-top: 15px;
}

h2,h3 {
	font-family: 'FuturaPTWebCondBold';
  font-size: 20px;
  font-weight: normal;
}

h3 a:link, h3 a:visited {
	color: #015383;
}

h3 a:hover {
	text-decoration: none;
}

#box_aktuelles h2 {
	color: #015383;
	padding: 0 0 10px;
}

p.bodytext:first-child {
	padding: 0;
}

#box_einfach DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image {
    margin-bottom: 0;
}
#box_einfach DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
    margin-left: 0;
}

#content .box .csc-default:first-child h3,
#content .box_col1 .csc-default:first-child h3,
#content .csc-default:first-child .startseite_aktuelles h3 {
	background-color: transparent;
	padding: 0 0 10px;
	height: auto;
	border-radius: 0;
	line-height: 1;
}

#content .csc-default:first-child .start_meldungen h3 {
    padding: 0;
}

/* h3 hinzufügen */
#content .csc-default:first-child h2,
#content .csc-default:first-child h3 {
background-color: #B2C900;
border-top: medium none;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
color: #015383;
padding: 6px 14px;
text-transform: normal;
height: 26px;
}

#content .csc-default:first-child .start_meldungen h2 {
	padding: 0;
}

#box_fpa, #box_einfach {
	height: 240px;
}

#box_aktuelles {
	height: 480px;
}


#box_fpa, #box_einfach, #box_aktuelles, .box_col1, .box {
  background-color: #ffffff;
     -moz-border-radius: 4px; /* FF1-3.6 */
  -webkit-border-radius: 4px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
          border-radius: 4px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
     -moz-box-shadow: 1px 1px 1px #bbbbbb; /* FF3.5+ */
  -webkit-box-shadow: 1px 1px 1px #bbbbbb; /* Saf3.0+, Chrome */
          box-shadow: 1px 1px 1px #bbbbbb; /* Opera 10.5, IE9, Chrome 10+ */
}





#footer {
	padding: 5px 20px 5px 20px;
  height: 50px;
}

#footer .footer_copy {
  padding-top: 10px;
  float: left;
}

#footer .logo_emm {
  float: right;
}

#footer .logo_iso {
	margin-right:23px;
}

.clear {
	clear: both;
}


/* #### Plaene #### */

#box_plaene {
  background-color: transparent;
  display: inline-block;
  height: 40px;
  margin: 0 0 0 465px;
  padding: 5px;
  position: relative;
  top: -48px;
  width: 480px;
}

.p_label {
	display: block;
  font-weight: bold;
  color: #ffffff;
  margin-right: 15px;
  margin-bottom: 5px;
  padding-top: 2px;
}

ul.p_select {
  background-image: url("/fileadmin/templates/global/images/bg_dd_plan.gif");
  background-repeat: no-repeat;
  float: left;
  width: 230px;
  height: 18px;
  padding: 2px 0;
  margin-right: 10px;
  border: none;
}

ul.p_select li {
	list-style-type: none;
  padding: 0 0 0 10px;
}

li.p_select_label {
  list-style-type: none;
  cursor: default;
}

ul.p_select ul.wrapper {
  border-left: 1px solid #959595;
  border-right: 1px solid #959595;
  border-bottom: 1px solid #959595;
  border-top: none;
  background-color: #ffffff;
  padding: 4px 0 4px 0;
  margin-top: 1px;
  display: none;
  list-style-type: none;
  position: relative;
  z-index: 6;
  cursor: pointer;
}

ul.p_select ul.wrapper li.p_select_item {
  list-style: none;
  display: none;
  padding: 2px 10px;
}

li.p_select_item:hover {
  background-color: #e3e4e4;
}

.p_select a {
  color: #444444;
  text-decoration: none;
  background-image: none;
  padding: 0;
}

.p_select.last a {
    margin: -2px 0 0 -9px;
    padding: 2px 45px 0 7px;
}

.p_filesize {
	color: #a6a6a6;
}

.p_select ul.wrapper li.main_page {
	list-style: none outside none;
  padding: 2px 10px 10px 10px;
}

.p_select ul.wrapper li.main_page a {
	background-image: url("/fileadmin/templates/global/images/link_pfeil.png");
  background-position: 0 13px;
  background-repeat: no-repeat;
  color: #005EA8;
  display: inline-block;
  line-height: 1.2;
  padding: 12px 0 0 10px;
  border-top: 1px dotted #A6A6A6;
}
@media (-webkit-min-device-pixel-ratio: 2) {
	.p_select ul.wrapper li.main_page a {
	  background-image: url("/fileadmin/templates/global/images/link_pfeil_2x.png");
	  -webkit-background-size: 8px 11px;
	}
}

.p_select ul.wrapper li.main_page a:hover {
	text-decoration: underline;
}

/*.p_select a.p_select_name {	
  display: block;
  float: left;
  width: 194px;  
}

.p_select a.p_select_img {
	display: block;
  float: left;
  height: 16px;
  margin-right: 4px;
  width: 16px;
}*/

/* ######################################## */
/* CONTENT                                  */
/* ######################################## */ 

#content {
  margin: 0 0 40px 0;
  width: 960px;
}

div.csc-default {
  margin-top: 0;
}

#content .csc-default:first-child h2 {
  background-color: #B2C900;
  border-top: medium none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #015383;
  padding: 6px 14px;
  text-transform: normal;
  height: 26px;
}

p.bodytext a.link_ov, p a.link_ov {
	background-image: none;
	padding: 0;
	display: inline;
}

p.bodytext a.link_ov:hover, p a.link_ov:hover {
	text-decoration: none;
}


/* #### Fahrplanauskunft #### */
#box_fpa .fpa_form {
  margin: 0 14px;
  padding: 16px 0;
}

.fpa_form .efa_label {
  font-weight: bold;
  float: left;
  width: 34px;
  padding-top: 3px;
}

.efa_field {
  margin-bottom: 10px;
  font-weight: bold;
  height: 20px;
}

.efa_wrapper input[type="radio"] {
	width:auto;
	color: #A6A6A6;
	margin: 0 6px 0 8px;
}

.efa_wrapper input#zeit {
		width:66px;
}

.efa_wrapper input#tag,
.efa_wrapper input#mon {
    margin-right: 4px;
    width: 66px;
}

div#content img#trigger2 {
    border-radius: 0 0 0 0;
    cursor: pointer;
}

.efa_field input[type="text"] {
  width: 168px;
  height: 18px;
  padding: 0 2px;
  color: #444444;
  border: 1px solid #a6a6a6;
}

.efa_link_button {
  clear: both;
  padding: 16px 0 0 0;
  margin-left: 48px;
  height: 21px;
}

.efa_link {
  float: left;
  padding-top: 2px;
}

.efa_button {
  float: right !important;
  padding-left: 14px;
  padding-right: 0 ! important;
  margin-left: 0 !important;
}

#box_fpa .fpa_alt {
  padding: 14px 14px 14px 14px;
}

.fpa_alt h3 {
  text-transform: uppercase;
  padding-bottom: 14px;
}

.fpa_alt_links_wrap {
  clear: both;
}

.fpa_alt_links_wrap .fpa_alt_links {
  float: left;
  width: 88px;
  height: 54px;
  border: 1px solid #dbdbdb;
     -moz-box-shadow: 2px 2px 2px #7f7f7f; /* FF3.5+ */
  -webkit-box-shadow: 2px 2px 2px #7f7f7f; /* Saf3.0+, Chrome */
          box-shadow: 2px 2px 2px #7f7f7f; /* Opera 10.5, IE9, Chrome 10+ */
  background-color: #ececec;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ececec)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #f9f9f9, #ececec); /* Chrome 10+, Saf5.1+ */
  background-image:    -moz-linear-gradient(top, #f9f9f9, #ececec); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #f9f9f9, #ececec); /* IE10 */
  background-image:      -o-linear-gradient(top, #f9f9f9, #ececec); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #f9f9f9, #ececec);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9', EndColorStr='#ececec'); /* IE6–IE9 */
  padding: 6px;
}
            
.fpa_alt_links_wrap .fpa_alt_links.rechts {
  margin-left: 8px;
}

.fpa_alt_links_wrap .fpa_alt_links a:link, .fpa_alt_links_wrap .fpa_alt_links a:visited, .efa_link a:link, .efa_link a:visited {
  background-image: url("/fileadmin/templates/global/images/link_pfeil.png");
	padding-left: 10px;
	background-position: 0px 3px;
	background-repeat: no-repeat;
	color: #005ea8;
	display: list-item;
  line-height: 1.4;
  list-style: none outside none;
}
@media (-webkit-min-device-pixel-ratio: 2) {
	.fpa_alt_links_wrap .fpa_alt_links a:link, .fpa_alt_links_wrap .fpa_alt_links a:visited, .efa_link a:link, .efa_link a:visited  {
	  background-image: url("/fileadmin/templates/global/images/link_pfeil_2x.png");
	  -webkit-background-size: 8px 11px;
	}
}

.fpa_alt_links_wrap .fpa_alt_links a: hover, .efa_link a:hover {
  text-decoration: underline;
}


/* #### Ext:sn_carousel #### */

.carousel {
    position: relative;
    width: 400px;
    height: 240px;
    margin: 0;
}

.carousel .holder {
  position: absolute;
  width: 400px;
  top: 0;
}

.carousel .holder ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  width: 400px;
  height: 240px;
}
.carousel .holder li{
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  height: 240px;
}

.carousel .holder li.active {z-index:2;}

div#content .carousel .holder li img {
	vertical-align:top;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

.carousel .holder li a:link,
.carousel .holder li a:hover,
.carousel .holder li a:visited  {
	text-decoration: none;
	display: inline;
}

.carousel .textholder {
  position: absolute;
  top: 5px;
  left: 14px;
  width: 185px;
  overflow: hidden;
  font-size: 12px;
}

.carousel .textholder .carousel_text {
	margin:0;
	font-family: 'FuturaPTWebCondBold';
  font-size: 20px;
  font-weight: normal;
  display: block;
  line-height: 1.2;
}

.carousel .textholder_weiss .carousel_text {
	color: #ffffff;
}

.carousel .textholder_blau .carousel_text {
	color: #015383;
}

.carousel .switcher_wrap {
  clear: both;
  float: left;
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 215px;
  z-index: 20;
  height: 11px;
}

.carousel .switcher {
  position: relative;
  left: 50%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  float: left;
}
.carousel ul.switcher li {
  float:left;
  margin: 0;
  list-style: none outside none;
  padding: 0 0 0 2px;
  position: relative;
  right: 50%;
}
.carousel ul.switcher li a:link,
.carousel ul.switcher li a:visited {
  display: block;
  width: 11px;
  height: 11px;
  background: url(/fileadmin/templates/global/images/switcher.png) no-repeat;
  opacity: 0.8;
  overflow: hidden;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
}
.carousel ul.switcher li a:hover,
.carousel ul.switcher li a.active {
	background: url(/fileadmin/templates/global/images/switcher_act.png) no-repeat;
	opacity: 0.6;
  overflow: hidden;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 11px;
  height: 11px;
}

.carousel DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
  margin-left: 0;
}

.carousel DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG  {
    margin: -10px 0 0 0;
}

.sn_carousel li {
	list-style-image: none;
	list-style: none;
  margin: 0;
  padding: 0;
}

.sn_carousel ul li a:link {
	background-image: none;
	padding: 0; 
}

.sn_carousel ul li .carousel_more {
	-webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 1px 1px 2px 0 #698DA8;
          box-shadow: 1px 1px 2px 0 #698DA8;
	background-color: #1965c1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0077d5), to(#005292)); /* Chrome, Safari 4+ */
  background-image: -webkit-linear-gradient(top, #0077d5, #005292); /* Chrome 10+, iOS 5+, Safari 5.1+ */
  background-image:    -moz-linear-gradient(top, #0077d5, #005292); /* Firefox 3.6-15 */
  background-image:      -o-linear-gradient(top, #0077d5, #005292); /* Opera 11.10-12.00 */
  background-image:         linear-gradient(to bottom, #0077d5, #005292); /* Firefox 16+, IE 10+, Opera 12.50+ */
  /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0077d5', endColorstr='#005292',GradientType=0 ); */
  background-position: 0 0;
  display: inline-block;
  margin-top: 20px;
  padding: 3px 10px; 
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

.sn_carousel ul li .carousel_more a.more {
	background-image: url("/fileadmin/templates/global/images/link_pfeil_w.png");
	background-position: 0 1px;
  background-repeat: no-repeat;
  padding-left: 12px;
  color: #FFFFFF;
}

.sn_carousel ul li .textholder_blau .carousel_more {
	background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d6d8d9)); /* Chrome, Safari 4+ */
  background-image: -webkit-linear-gradient(top, #ffffff, #d6d8d9); /* Chrome 10+, iOS 5+, Safari 5.1+ */
  background-image:    -moz-linear-gradient(top, #ffffff, #d6d8d9); /* Firefox 3.6-15 */
  background-image:      -o-linear-gradient(top, #ffffff, #d6d8d9); /* Opera 11.10-12.00 */
  background-image:         linear-gradient(to bottom, #ffffff, #d6d8d9); /* Firefox 16+, IE 10+, Opera 12.50+ */
  color: #005EA8;
}

.sn_carousel ul li .textholder_blau .carousel_more a.more {
	background-image: url("/fileadmin/templates/global/images/link_pfeil.png");
	color: #005EA8;
}
@media (-webkit-min-device-pixel-ratio: 2) {
	.sn_carousel ul li .textholder_blau .carousel_more a.more {
	  background-image: url("/fileadmin/templates/global/images/link_pfeil_2x.png");
	  -webkit-background-size: 8px 11px;
	}
}

.sn_carousel_item_wrap {
	position: relative;
}

.sn_carousel_box {
  left: 30px;
  position: absolute;
  top: 30px;
  width: 300px;
}

.sn_carousel img {
	margin-top: -10px;
}

.textholderlink {
  display:block;
}

.sn_carousel ul li .carousel_headline {
	padding: 0 0 10px 0;
	display:block;
	font-family: 'FuturaPTWebCondBold';
	font-size: 24px;
  margin: 0;
  font-weight: normal;
  background-color: transparent;
}

.textholder_weiss .carousel_headline {
	color: #ffffff;
}

.textholder_blau .carousel_headline {
  color: #015383;
}

.textholder_weiss .carousel_headline .textholderlink {
  color: #ffffff;
  font-size: 24px;
  margin: 0;
  padding: 0;
  font-weight: normal;
  background-color: transparent;
  font-family: 'FuturaPTWebCondBold';
  display: block;
}

.textholder_blau .carousel_headline .textholderlink {
  color: #015383;
  font-size: 24px;
  margin: 0;
  padding: 0;
  font-weight: normal;
  background-color: transparent;
  font-family: 'FuturaPTWebCondBold';
  display: block;
}

.textholder_weiss .carousel_text .textholderlink {
  color: #ffffff;
}

.textholder_blau .carousel_text .textholderlink {
  color: #015383;
}

.button-holder {
	overflow: hidden;
  position: absolute;
  bottom: 40px;
  left: 10px;
  width: 260px;
}

/* Text rechtsbuendig */
.carousel .holder li.pos_right {
	text-align: right;
}

.carousel .pos_right .textholder {
	right: 14px;
	left: auto;
}


div#content .carousel li a img {
  margin-left: 0 ! important;
}


/* #### MVV-Einfach #### */

#c1640 {
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ebebeb)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #ffffff, #ebebeb); /* Chrome 10+, Saf5.1+ */
  background-image:    -moz-linear-gradient(top, #ffffff, #ebebeb); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #ffffff, #ebebeb); /* IE10 */
  background-image:      -o-linear-gradient(top, #ffffff, #ebebeb); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #ffffff, #ebebeb);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#ebebeb'); /* IE6–IE9 */
}

#c1599 {
  float: left;
  padding-left: 14px;
  border-right: 1px dotted #a6a6a6;
  width: 175px;
  clear: both;
  margin-top: 20px;
}

#c1600 {
  float: left;
  padding: 0 14px 0 14px;
  width: 182px;
  margin-bottom: 10px;
  margin-top: 20px;
}

#c1604 {
  float: right;
  margin: 0 14px 14px 2px;
}



/* Tickets */

div#content .sn_item img {
  border-radius: 0;
}

.sn_item {
  text-align: center;
  cursor:pointer;
}

.sn_item.act {
	cursor:text;
}

.startseite_scroll {
	float: left;
  padding: 10px;
  margin: 5px 5px 0 5px;
	height: 166px;
	width: 110px ! important;
	border: 1px solid #dbdbdb;
     -moz-box-shadow: 2px 2px 2px #7f7f7f; /* FF3.5+ */
  -webkit-box-shadow: 2px 2px 2px #7f7f7f; /* Saf3.0+, Chrome */
          box-shadow: 2px 2px 2px #7f7f7f; /* Opera 10.5, IE9, Chrome 10+ */
	background-color: #dbdbdb;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#dbdbdb)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #f9f9f9, #dbdbdb); /* Chrome 10+, Saf5.1+ */
  background-image:    -moz-linear-gradient(top, #f9f9f9, #dbdbdb); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #f9f9f9, #dbdbdb); /* IE10 */
  background-image:      -o-linear-gradient(top, #f9f9f9, #dbdbdb); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #f9f9f9, #dbdbdb);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9', EndColorStr='#dbdbdb'); /* IE6–IE9 */
}

.startseite_scroll .sn_item.act .sn_text {
  border-bottom: 1px dotted black;
  border-top: 1px dotted black;
  font-weight: bold;
  padding: 6px 0;
  color: #444444;
  font-size: 1.125em;
}

.startseite_scroll .sn_item .sn_text {
  color: #888888;
  padding: 6px 0;
  white-space: nowrap;
}

.startseite_scroll .sn_item.act .sn_img_prev {
  margin-bottom: 10px;
  cursor:pointer;
}

.startseite_scroll .sn_item.act .sn_img_next {
  margin-top: 10px;
  cursor:pointer;
}

.startseite_3rd {
  display: block;
  position: absolute;
  right: 5px;
  top: 40px;
  width: 250px;
}

.startseite_3rd a:link, .startseite_3rd a:visited {
  display: none;
  float: left;
  height: 40px;
  margin: 5px;
  padding: 5px;
  text-align: center;
  width: 60px;
  color: #666666;
  border: 1px solid #cccccc;
     -moz-box-shadow: 2px 2px 2px #bbb; /* FF3.5+ */
  -webkit-box-shadow: 2px 2px 2px #bbb; /* Saf3.0+, Chrome */
          box-shadow: 2px 2px 2px #bbb; /* Opera 10.5, IE9, Chrome 10+ */
}

.startseite_3rd a:hover {
  background-color: #005ea8;
  color: #fff;
  cursor: pointer;
  border: none;
  width: 60px;
  height: 40px;
  padding: 6px;
  text-decoration: none;
}

.startseite_teaser {
  display: table-cell;
  height: 200px;
  text-align: center;
  vertical-align: middle;
  width: 260px;
}

.startseite_teaser .st_item {
	display:none;
}

.startseite_teaser a.hide {
	display:none;
}

.startseite_teaser .st_item a.hide {
	display:block;
}


.startseite_teaser .desc {
    color: #005EA8;
    font-weight: bold;
    padding: 10px 10px 0 28px;
    position: relative;
    text-align: left;
    width: 200px;
}


.startseite_teaser a.desc {
    background-image: url("/fileadmin/templates/global/images/link_pfeil.png");
    background-position: 0 1px;
    background-repeat: no-repeat;
    padding: 0 0 0 10px;
}
@media (-webkit-min-device-pixel-ratio: 2) {
	.startseite_teaser a.desc {
	  background-image: url("/fileadmin/templates/global/images/link_pfeil_2x.png");
	  -webkit-background-size: 8px 11px;
	}
}


.startseite_scroll.pos_first { 
    height: 96px !important;
    padding: 80px 10px 10px 10px !important;
    overflow:hidden;
}

.startseite_scroll.pos_second {
    height: 140px !important;
    padding: 36px 10px 10px 10px !important;
    overflow:hidden;
}


/* #### Aktuelles #### */
#box_aktuelles .csc-default {
	padding: 0 14px;
}

#box_aktuelles .csc-default:first-child {
	padding: 0;
}

.tx-mvvaktuelles-pi1 {
	padding: 0 14px;
}

.startseite_aktuelles {
  margin-top: 12px;
}

.start_meldungen {
  float: left;
  width: 220px;
  height: 190px;
  margin-bottom: 4px;
  overflow-x: hidden;
  overflow:hidden;
}

.start_news_item:first-child {
  border-top: none;
  padding: 0 0 8px 0;
}

.start_news_item {
  padding: 10px 0 8px 0;
  width: 202px;
}

.news_kat_item {
  width: 34px;
  float: left;
  margin-right: 4px;
}

div#content .news_kat_item img {
  border-radius: 0;
}

.news_text {
  width: 152px;
  float: left;
}

.news_text h3 {
  font-size: 1em;
}

.news_text h3 a:link, .news_text h3 a:visited {
  background-image: url("/fileadmin/templates/global/images/link_pfeil.png");
  background-position: 0 1px;
  background-repeat: no-repeat;
  display: list-item;
  list-style: none;
  padding: 0 0 0 10px;
}
@media (-webkit-min-device-pixel-ratio: 2) {
	.news_text h3 a:link, .news_text h3 a:visited {
	  background-image: url("/fileadmin/templates/global/images/link_pfeil_2x.png");
	  -webkit-background-size: 8px 11px;
	}
}

.news_text p a:link, .news_text p a:visited {
  background-image: none;
  padding: 0;
  display: inline;
}

.news_text p {
  padding: 0 0 0 10px;
}

.scroll {
  float: left;
  width: 11px;
  padding-left: 11px;
  margin-right: 14px;
}

.start_aktuelles_links {
  clear: both;
  border-top: 1px dotted #a6a6a6;
  padding: 10px 0;
}

.start_aktuelles_links a:link, .start_aktuelles_links a:visited {
  background-image: url("/fileadmin/templates/global/images/link_pfeil.png");
  background-position: 0 1px;
  background-repeat: no-repeat;
  display: list-item;
  list-style: none;
  padding: 0 0 0 10px;
}
@media (-webkit-min-device-pixel-ratio: 2) {
	.start_aktuelles_links a:link, .start_aktuelles_links a:visited {
	  background-image: url("/fileadmin/templates/global/images/link_pfeil_2x.png");
	  -webkit-background-size: 8px 11px;
	}
}


/* Aktuelles - FPA */
.a_select1 {
	float: left;
	padding: 0;
	width: 90px;
}
.a_select2 {
	float: left;
	padding: 0 0 0 10px;
	width: 110px;
}
.a_select_item {
	border-bottom: 1px dotted #a6a6a6;
	height: 26px;
	line-height: 26px;
	list-style: none;
}
.a_select_item:first-child {
	border-top: 1px dotted #a6a6a6;
}

.start_aktuelles_mvv {
	clear: both;
  padding: 2px 0 14px;
}

/* Aktuelles (tt_news) */
.news-latest-container {
	padding: 0;
}

.news-latest-item {
	padding: 0 0 10px 0;
}

/* jquery scrollbar */
.jspVerticalBar {
    background: none repeat scroll 0 0 transparent;
    height: 100%;
    position: absolute;
    right: -5px;
    top: 0;
    width: 10px;
    border-left: 1px solid #A6A6A6;
}

.jspTrack {
    background-color: #A6A6A6;
    height: 0px ! important;
    width: 1px ! important;
}

.jspDrag {
    background-image: url("/fileadmin/templates/global/images/scroll.png");
    background-repeat: no-repeat;
    height: 21px ! important;
    left: -6px ! important;
    width: 11px;
}

.jspHorizontalBar {
    height: 0;
}







/* #### Layer Plaene #### */
/*
#layer_plaene,
.lp_wrapper span,
.lp_menu_item  {
	display: none;
}

#popupLayer_Plan {
	top: 5px ! important;
	left: 5px ! important;
	background-color: #F5F5F5;
	overflow: hidden;
}

.lp_logo {
  height: 132px;
  position: absolute;
  top: 50px;
  width: 170px;
}

.lp_wrapper {
	clear: both;
	min-height: 90%;
}

.lp_header {
	height: 30px;
	width: 100%;
	background-color: #f9f9f9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ececec)); 
  background-image: -webkit-linear-gradient(top, #f9f9f9, #ececec); 
  background-image:    -moz-linear-gradient(top, #f9f9f9, #ececec); 
  background-image:     -ms-linear-gradient(top, #f9f9f9, #ececec); 
  background-image:      -o-linear-gradient(top, #f9f9f9, #ececec); 
  background-image:         linear-gradient(top, #f9f9f9, #ececec);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9', EndColorStr='#ececec'); 
  position: relative;
  box-shadow: 0 2px 2px #BBBBBB;
}


.lp_header div {	
	float: right;
	margin-right: 20px;
}

.lp_menu {
  position: absolute;
  width: 139px;
  right: 208px;
  top: 5px;
}

.lp_menu_desc {
  width: 119px;
  height: 12px;
  background-image: url("/fileadmin/templates/global/images/bg_plaene.gif");
  padding: 4px 10px;
  cursor: default;
}

ul.lp_menu2 {
  border-left: 1px solid #959595;
  border-right: 1px solid #959595;
  border-bottom: 1px solid #959595;
  border-top: none;
  background-color: #ffffff;
  padding: 4px 0 4px 0;
  display: none;
  list-style-type: none;
}

ul.lp_menu2 li.lp_menu_item {
  list-style-type: none;
  display: none;
  padding: 2px 0 2px 10px;
}

ul.lp_menu2 li.lp_menu_item:hover {
  background-color: #e3e4e4;
}

ul.lp_menu2 li.lp_menu_item a {
  color: #444444;
  text-decoration: none;
}

.lp_print {
  position: absolute;
  right: 148px;
  top: 5px;
  cursor: pointer;
}

.lp_pdf {
  position: absolute;
  right: 176px;
  top: 5px;
}

.lp_pdf a,
.lp_pdf img {
	border:none;
}

.lp_close {
  position: absolute;
  right: 60px;
  top: 5px;
  padding: 4px 0;
}

.lp_close a:link, .lp_close a:visited {
  background-image: url("/fileadmin/templates/global/images/link_pfeil_grau.png");
  background-position: 0 2px;
  background-repeat: no-repeat;
  color: #444444;
  display: list-item;
  line-height: 1.4;
  list-style: none outside none;
  padding: 0 0 0 10px;
}

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

.lp_close_icon {
  position: absolute;
  right: 30px;
  top: 5px;
}

.lp_close_icon img {
  border: 0 none;
}

.lp_menu:hover .lp_menu_item, .lp_menu:hover .lp_menu2 {
	display:block;
}

.lp_footer {
  background-color: #f9f9f9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#D2D2D2)); 
  background-image: -webkit-linear-gradient(top, #f9f9f9, #D2D2D2); 
  background-image:    -moz-linear-gradient(top, #f9f9f9, #D2D2D2); 
  background-image:     -ms-linear-gradient(top, #f9f9f9, #D2D2D2); 
  background-image:      -o-linear-gradient(top, #f9f9f9, #D2D2D2); 
  background-image:         linear-gradient(top, #f9f9f9, #D2D2D2);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9', EndColorStr='#D2D2D2'); 
  box-shadow: 0 -2px 2px #BBBBBB;
  clear: both;
  color: #666666;
  font-size: 11px;
  height: 20px;
  padding: 5px 20px;
}
*/

/* ######################################## */
/* Kalender                                 */
/* ######################################## */

.calendar table {
  width: 220px;
  background-color: #fff;
  border-bottom: 1px solid #b2c900;
  border-left: 1px solid #b2c900;
  border-top: 2px solid #b2c900;
  border-right: 2px solid #b2c900;
}

.calendar td {
  border-bottom: 1px solid #b2c900;
  border-left: 1px solid #b2c900;
  padding: 2px 4px;
  text-align: center;
  cursor: pointer;
}

.calendar td.title, .calendar td.button {
  color: #015383;
  background-color: #b2c900;
  font-weight: bold;
}

.calendar tr.headrow td.button {
  background-color: #fff;
}

.calendar tr.daynames td.name {
  font-weight: bold;
  background-color: #dddddd;
}

.calendar td.today {
  background-color: #b2c900;
}

.calendar td.weekend {
  background-color: #ECEDED;
}

.calendar td.wn {
  cursor: default;
}

.combo {
  display: none;
  width: 220px;
  margin: 2px 0 0 2px;
}

.combo div.label {
  background-color: #b2c900;
  color: #015383;
  float: left;
  height: 18px;
  margin-bottom: 1px;
  margin-right: 2px;
  margin-top: 0;
  padding-bottom: 2px;
  padding-left: 13px;
  padding-top: 2px;
  vertical-align: middle;
  width: 40px;
}

.calendar tfoot {
	display: none;
}

ul.slideset li {
    display: none;
}

ul.slideset .element_0 {
	display: list-item !important;
}


