/* CSS Document */


>

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- Body
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */
 
body.print 
	{ 
	background-color:#fff; 
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSLinkContainer
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

div.ZMSLinkContainer
	{
	background-color: #eee;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSFile / ZMSLinkElement
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

div.ZMSFile, div.ZMSLinkElement 
	{ 
	background-color: #F8F8F8;
	margin: 4px;
	}

div.ZMSFile.none, div.ZMSLinkElement.none 
	{
	background-color: transparent;
	border: 2px dashed #eee;
	}

div.ZMSFile.floatleft, div.ZMSLinkElement.floatleft 
	{ 
	float:left;
	width:50%
	}

div.ZMSFile.floatright, div.ZMSLinkElement.floatright 
	{ 
	float:right;
	width:50%
	}

div.ZMSFile div.title, div.ZMSLinkElement div.title 
	{
	font-size:x-small;
	white-space:nowrap;
	}

div.ZMSFile div.title a:link, div.ZMSFile div.title a:visited, 
div.ZMSLinkElement div.title a:link, div.ZMSLinkElement div.title a:visited 
	{
	font-weight:bold;
	font-size:x-small;
	text-decoration:none;
	color:black;
	}

div.ZMSFile div.text, div.ZMSLinkElement div.text 
	{
	font-size:xx-small;
	}

div.ZMSFile div.description, div.ZMSLinkElement div.description 
	{
	font-size:x-small;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSGraphic
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

div.ZMSGraphic {
	background-color: #F8F8F8;
	margin: 4px;
}

div.ZMSGraphic.left {
	text-align:left;
}

div.ZMSGraphic.right {
	text-align:right;
}

div.ZMSGraphic.center {
	text-align:center;
}

div.ZMSGraphic.floatleft {
	float:left;
}

div.ZMSGraphic.floatright {
	float:right;
}

div.ZMSGraphic.center {
	text-align:center;
}

div.graphic.alignleft {
	float:left;
	text-align:right;
}

div.graphic.alignright {
	float:right;
	text-align:right;
}

div.ZMSGraphic div.text {
	padding: 4px;
}

/*-- ## FF Patch ## --*/
div.ZMSGraphic.right div.graphic {
	width:100% !important; 
}
div.ZMSGraphic.right div.graphic img {
	display:inline !important;
}

a.zoom img.zoom {
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/zoom.gif);
}

a.download img.download {
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/download.gif);
}

a.superzoom img.superzoom {
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/superzoom.gif);
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSTables
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

table.ZMSTable th {
	background-color:#DDEFFC; 
}

table.ZMSTable td {
	background-color:#EEEEEE; 
}

body.print table.ZMSTable th, 
body.print table.ZMSTable td {
	background-color:transparent; 
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSTeaser
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

div#teaser
	{
	width:150px;
	font-size:x-small;
	}

div.ZMSTeaserContainer
	{
	padding:1px;
	margin-bottom:10px;
	}

div.ZMSTeaserElement
	{

	}

div.ZMSTeaserElement img.title
	{
	border: none;
	}

div.ZMSTeaserElement div.title a:link,
div.ZMSTeaserElement div.title a:visited,
div.ZMSTeaserElement div.title
	{
	font-weight:bold;
	text-decoration:none;
	color:black;
	padding: 2px;
	display: block;
	}

div.ZMSTeaserElement div.text a:link,
div.ZMSTeaserElement div.text a:visited,
div.ZMSTeaserElement div.text
	{
	}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(common/lightbox2.03.3/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(common/lightbox2.03.3/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(common/lightbox2.03.3/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(common/lightbox2.03.3/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(common/lightbox2.03.3/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(common/lightbox2.03.3/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] Misc
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

div.ZMSObject.new, div.ZMSObject.modified {
  border: 2px dashed blue;
  background-color: #F0F0FF;
} 
div.ZMSObject.deleted {
  border: 2px dashed red;
  background-color: #FFF0F0;
  color: red;
  text-decoration: line-through;
} 

span.unicode { 
  font-family:"Lucida Sans Unicode", "Arial Unicode MS", Arial, Helvetica, sans-serif;
}

span.highlight { 
  background-color: yellow;
  color: red;
  font-weight: bold;
  border: 1px dashed blue; 
}

/**************************************/
/* (c) 2007 SNTL publishing           */
/* Author: Dr. F. Hoffmann            */
/* last change: 2007/11/22            */
/**************************************/


/**************************************/
/* Colors and Management Interface    */
/**************************************/
.neutralColorTrans {background-color: transparent}
.neutralColorWhite {background-color: #fff}
.neutralColorLight {background-color: #fff}
.neutralColorMedium {background-color: #ccc}
.neutralColorStrong {background-color: #999}
.neutralColorBlack  {background-color: #000}
.teaserColor {background-color: #B8CB00;}
.secondColorStrong {background-color: #aaa;}
.secondColorMedium {background-color: #ddd;}
.secondColorLight {background-color: #eee;}
.primColorStrong {background-color: #336699;}
.primColorMedium {background-color: #B0C3DE;}
.primColorLight {background-color: #DCE0EA;}

.cmsTxtColorStrong0 { color: #436976; }
.cmsTxtColorStrong1 { color: #666666; }
.cmsBgColorStrong0  { background-color: #8CABB9; }
.cmsBgColorStrong1  { background-color: #CCCCCC; }
.cmsBgColorMedium0  { background-color: #DDE6EC; }
.cmsBgColorLight0   { background-color: #FFFFFF; }





.zmiTableRowEven {background-color:#eee;}
.zmiTableRowOdd {background-color:#ccc;}

.form-submit { font-size:12px; }
/* \*/
* html .gainlayout { height: 1%; }
/* */

body.zmi h1, body.zmi h2, body.zmi h3, body.zmi h4, 
body.zmi h5, body.zmi h6  {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:15px;
	line-height:19px;

} 
body.zmi p, body.zmi li, body.zmi blockquote  {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:15px;
}



/**************************************/
/* 2. CSS-Modul: LAYOUT (PAGEREGIONS) */
/**************************************/
/* wrapping model based on:           */
/* http://www.alistapart.com          */
/* /articles/negativemargins/         */
/**************************************/


body.print {
	background-color: white;
	background: white url() bottom left fixed repeat-x;
	margin: 0px;
}
#ColPrint {
	border-right: 2px dashed #eee;
	width: 560px;
}



/*--- START: Layout Seitenaufbau  --------------------------------------------*/
/*--- Haupnavigation, Subnavigation, Servicenavigationenn Content extra ------*/



#logo {
	padding: 0;
	float: left;
}
/*--- START: Servicenavigation1  ---------------------------------------------*/
#ServiceNav1 {

	float: right;
	margin: 4px;
	vertical-align: middle; 
	font-size: 11px;
	text-align: right;
}
input.serviceNav1-field {
	background-color: transparent;
border:0px solid white;
	height:22px;
	width: 147px;
	vertical-align: middle; 
	margin: 10px 5px 0px 2px;
}
input.serviceNav1-submit {
border:0px solid white;
	padding: 0px 0px 0px 0px;
	vertical-align: bottom; 
background:transparent;
	/* fuer IE */
	margin-bottom: 1px;
}
a.serviceNav1,a.serviceNav1:link,a.serviceNav1:active,a.serviceNav1:visited,a.serviceNav1:hover,.serviceNav1 {
	padding: 0px 0px 0px 0px;
	color: black;
	text-decoration: none; 
	font-size: 10px;
	font-weight: normal;
}
a.serviceNav1:hover {
	text-decoration: underline;
	background-color: #fff;
}
/*--- END: Servicenavigation1  -----------------------------------------------*/


/*--- START: Haupnavigation  -------------------------------------------------*/
div.RestrictToc, li.RestrictNav, span.RestrictNav {
	visibility: hidden;
	display: none;
}

#MainNav_home_1 {
background-image: url(http://www.vtb-bayern.de/common/css/common/main_menue.jpg) !important;
background-repeat:no-repeat;

z-index:100;
height: 48px;
padding-left:0px;	
}

#MainNav_home {
background-image: url(http://www.vtb-bayern.de/common/css/common/main_menue_home.jpg) !important;
background-repeat:no-repeat;

z-index:100;
height: 48px;
padding-left:0px;	
}

.mainNav,a.mainNav,a.mainNav:link,a.mainNav:active,a.mainNav:visited,a.mainNav:hover,
.mainNavOn,a.mainNavOn,a.mainNavOn:link,a.mainNavOn:active,a.mainNavOn:visited,a.mainNavOn:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	background-color: transparent;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-decoration: none; 
	font-size: 12px;
	line-height: 15px;
	text-align: center;

margin-top:5px;	
padding-left: 6px;
	padding-right: 6px;
	padding-top: 10px;
	float: left;
	vertical-align: middle;
	height:26px;
background-image: url(http://www.vtb-bayern.de/common/css/common/main_menue_trenner.jpg);
background-position:top right;
background-repeat: repeat-y;
z-index:100;
}

.mainNav,a.mainNav,a.mainNav:link,a.mainNav:active,a.mainNav:visited {
background-image: url(http://www.vtb-bayern.de/common/css/common/main_menue_trenner_inaktiv.gif);

}


a.mainNav:hover,
a.mainNavOn,a.mainNavOn:link,a.mainNavOn:active,a.mainNavOn:visited,a.mainNavOn:hover {
	color: #00aeed;
	background-image: url(http://www.vtb-bayern.de/common/css/common/main_menue_trenner.jpg);
}
#MainNavPrint {
	display: none;
}
/*--- END: Haupnavigation  ---------------------------------------------------*/

/*----- START: MenuDropdown --------------------------------------------------*/
.child, .subchild { 
	position: absolute;
	visibility: hidden;
	display: none;

	/*-------box model hack-------*/
	margin-left: -1.0em !important;
	margin-left: 0px;
	margin-left/**/:/**/-1.0em;
	  /*-------box model hack-------*/	
	margin-top: 0.50em !important;
	margin-top: 0.0em;
	margin-top/**/:/**/0.50em;
	height:100%;
}

.child {
  padding-top: 0px;
  padding-left: 4px;
}

.menuDropdown {
margin-top:8px;	
	background-image: url(http://www.vtb-bayern.de/common/css/common/submenue_bg.jpg);
background-position:top right;
background-repeat: repeat;
	border-bottom: 1px solid #345566;
	width: 18.5em;
}
.navDropdown {
	height:100%;
	overflow: hidden;
	display: block;
	text-align: left;
	border-bottom: 1px solid #345566;
	line-height: 1.1em;
	/*white-space:nowrap;*/
padding:7px 10px 7px 10px;

}

.navDropdown a {
	color: #FFF;
	background-image: url(http://www.vtb-bayern.de/common/css/common/dropdown_minipfeil_inaktiv.gif);
background-position:0 15;
background-repeat: no-repeat;
display:block;
padding-left:25px;
}

.navDropdown a:hover {
	color: #00aeed;
	background-image: url(http://www.vtb-bayern.de/common/css/common/dropdown_minipfeil_aktiv.gif);
background-position:0 15;
background-repeat: no-repeat;
display:block;

}


.navArrow {             
	position: absolute;
	line-height: 1.0em;
	margin-top: -1.2em;
	margin-left: 15.3em;
	margin-bottom:0;
	padding:0;
}
.navArrow img { 
	border:0;
}

/*----- END: MenuDropdown ----------------------------------------------------*/


/**************************************/
/* 10. ZMI Management Interface       */
/**************************************/

div.ZMSTable table th { background-color:#DDEFFC; }
/*div.ZMSTable table td { background-color:#EEEEEE; }*/

.zmiTableRowEven {background-color:#eee;}
.zmiTableRowOdd {background-color:#ccc;}

.form-submit { font-size:12px; }

body.zmi h1, body.zmi h2, body.zmi h3, body.zmi h4, 
body.zmi h5, body.zmi h6  {
  color:black;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:15px;
	line-height:19px;

} 
body.zmi p, body.zmi li, body.zmi blockquote  {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:15px;
} 

.hidden {
visibility: hidden;
display: none;
}

#teaser {
background: transparent;
border:0px solid red;
width:240px;
margin-left:20px;
}

.ZMSTeaserElement {
background: transparent;
border:0px solid red;

width:200px;
}

#teaser .title { font-size: 150%; color:#00aeef; font-weight:normal; padding-top:10px; background-image: none;  }
#teaser .title a { color: #00aeef; padding: 10px 0; margin:0; background-image: none;}
#teaser .text { font-size: 120%; font-weight:normal; padding:10px 0;  }
#teaser img  {
border:3px solid #FFF;
margin-right:20px;
margin-bottom:20px;
float:left;

}

#accordion {
margin:0;
	padding:0;
	border:0px solid #EEE;
	width:620px;
	position:relative;
	z-index:2;
}

#accordion a.accordionlink {
margin:0;
	padding:0;
padding-right:14px;
background-image: url(http://www.vtb-bayern.de/common/css/common/mehr.gif);
background-position:center right;
background-repeat: no-repeat;
border:0px solid #ededed;	
}



.accordion_header{
height:20px;
margin-bottom:2px;

	padding:5px;
	background-image: url(http://www.vtb-bayern.de/common/css/common/accordeon_titel.jpg);
background-position:top left;
background-repeat: no-repeat;

	color:#000;
	border:1px solid #ededed;
border-collapse:collapse;
	cursor:pointer;
	font-weight:bold;
outline: 0;
}

.accordion_header a:focus{
outline:none;
}


.accordion_child{
margin:0;
	padding:0;
	padding:15px;
padding-left:35px;

	background-image: url(http://www.vtb-bayern.de/common/css/common/accordeon_bg.jpg);
background-position:top left;
background-repeat: no-repeat;
	border:1px solid #ededed;
height:80px;
/*min-height:80px;*/

}


.accordion_image {
border:1px solid #FFF;
margin-right:20px;
margin-bottom:20px;
float:left;

}

h3.deaktiv
{

background-image: url(http://www.vtb-bayern.de/common/css/common/faq_pfeil_deaktiv.gif);
background-position:top left;
background-repeat: no-repeat;
padding-left:30px;
}
h3.aktiv
{

background-image: url(http://www.vtb-bayern.de/common/css/common/faq_pfeil_aktiv.gif);
background-position:top left;
background-repeat: no-repeat;
padding-left:30px;	
}

span.ui-icon-circle-arrow-e {
   background: transparent url(http://www.vtb-bayern.de/common/css/common/faq_pfeil_aktiv.gif) top left no-repeat;
}

span.ui-icon-circle-arrow-s {
   background: transparent url(http://www.vtb-bayern.de/common/css/common/faq_pfeil_deaktiv.gif) top left no-repeat;
}


/* CSS Document */

#buehne {
display:none;
background-image: url(http://www.vtb-bayern.de/common/css/common/buehne_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
background-color: #d2d8d8;
height:410px;
border:0px solid red; 

}

#noscript_buehne {
display:block;
background-image: url(http://www.vtb-bayern.de/common/css/common/buehne_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
background-color: #d2d8d8;
height:140px;
border:0px solid red; 

}


div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	

display: none;	

}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
div.controls {
display:block;
	margin-top: 5px;
	height: 23px;
display:none;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.slideshow-container {
float: left;
border:0px solid red;
	position: relative;
	clear: both;

width:615px;
	height: 300px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 600px;
	height: 300px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {

width: 615px;
height: 300px;

}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 15px;
	border:0px solid green;
width: 615px;
}
div.slideshow a.advance-link {
	display: block;
	width: 600px;
	height: 300px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 300px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	vertical-align: left;
	border: 1px solid #ccc;
margin-top:15px;

}
div.download {
	float: right;
margin:20px;
border:0px solid red;

}

div.download a img {
width:107px;
height:27px;
border:0px solid green;
background-image:url(http://www.vtb-bayern.de/common/css/common/weiterlesen.jpg);
background-repeat: no-repeat;
	background-position: left top;
}

div.download a:hover img {

background-image:url(http://www.vtb-bayern.de/common/css/common/weiterlesen_aktiv.jpg);
background-repeat: no-repeat;
	background-position: left top;
}

div.caption-container {
float: right;
	position: relative;
border:0px solid green;
top:0;
left:0;
margin:0px;
	margin-top: 15px;


  	
}
span.image-caption {
	display: block;
	position: absolute;

}
.caption {

width:260px;

	padding: 0 15px 15px 0;

	color: #000;
margin-left:0px !important;
border:0px solid red;


}


div.caption a {
	color: #fff;
filter: alpha(opacity=50);   
}
div.image-title h3 {
	font-weight: bold;
	font-size: 1.4em;
background-color:#FFF;
background-image: url(http://www.vtb-bayern.de/common/css/common/buehne_ie7_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}

span.image-subtitle {
	font-weight: bold;
	color: #00aeef;
display:inline;


}

span.image-text {
	font-weight: normal;
	color: #000;
border:0px solid blue;


}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
background-color:#FFF;
background-image: url(http://www.vtb-bayern.de/common/css/common/buehne_ie7_2_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}

div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */

}
div#thumbs {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
display:none;
}

div#noscript_thumbs {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
display:block;
}

ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0px;

	border:0px solid blue;
	margin: 0;
	list-style: none;
width:235px;
height:110px; 
}

.thumbtxt  {

	padding: 0px;
line-height:120%;
	border:0px solid blue;
	margin: 20px;
	
 
}

a.thumb {
padding:0;
margin:0px;
	display: inline;
	border: none;
	font-weight: normal;
color: #000;

}

a.thumb h3 {
	color: #000;
font-size:120%;
}

ul.thumbs li div.thumbtxt a, ul.thumbs li.selected div.thumbtxt a.thumb {
	color: #000;
	font-weight: normal;
}

ul.thumbs li:hover {
width:235px;
background-image: url(http://www.vtb-bayern.de/common/css/common/buehne_aktiv_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;}

ul.thumbs li.selected div.thumbtxt a.thumb h3  {
	color: #00aeef;
}

ul.thumbs li.selected  {
background-image: url(http://www.vtb-bayern.de/common/css/common/buehne_aktiv_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
width:235px;
}

div.thumbtxt a.thumb:hover h3 {
	color: #00aeef;

}


a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}


#captionToggle a {
	float: right;
	display: block;
	background-image: url('caption.png');
	background-repeat: no-repeat;
	background-position: right;
	margin-top: 5px;

	padding: 5px 30px 5px 5px;
}


#Newsindex {
padding: 0 15px 0px 15px;
}


#Newsindex p {
border:0px solid black;
background-image:Url(http://www.vtb-bayern.de/common/css/common/trenner_termine.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
line-height:110%;
padding-bottom:20px;
}

#Newsindex a {
margin-bottom:0px;
margin-top:0px;
border:0px solid black;
display:inline;
}



#Newsindex span.newsicon {
background-image: url(http://www.vtb-bayern.de/common/css/common/newsicon.jpg);
	background-repeat: no-repeat;
	background-position: top left;
padding-left:15px;
padding-bottom:20px;
}

#Newsindex span.terminicon {
background-image: url(http://www.vtb-bayern.de/common/css/common/terminicon.jpg);
	background-repeat: no-repeat;
	background-position: top left;
padding-left:20px;
padding-bottom:20px;
}

#teaserkontakt {
height:160px;
width:240px;
border:0px solid green;
background-image: url(http://www.vtb-bayern.de/common/css/common/teaser_beratung.gif);
background-repeat: no-repeat;
	background-position: top left;
margin-top:-30px;
margin-left:-20px;
margin-right:0px;
padding-top:80px;
padding-left:15px;
}

#teaserkontakt table {

width:205px;

}

#teaserkontakt table td.zeile1 {border:0px solid red; padding:0px; margin:0px;height:20px;}
#teaserkontakt table td.zeile2 {border:0px solid red; padding-top:15px; margin:0px;height:30px;}

input.beratung-field {
	background-color: transparent;
border:0px solid white;
}

input#btnSearch {
margin-top:-5px;	
border:0px solid black;
}



.homelink {
height:40px;
width:60px;
border:0px solid red;
float:left;

}



.homelink a img {
border:0px solid green;
}

.homelink a:hover img {
background-image: url(http://www.vtb-bayern.de/common/css/common/home_aktiv.jpg);
background-repeat: no-repeat;
	background-position: top left;

}

div.ZMSGraphic {
background-color:transparent;


}

div.ZMSGraphic img {
border: 2px  solid #b5b5b5;
margin: 0 20px 5px 0; 
}

div.ZMSGraphic .alignleft
{

margin: 0 40px 40px 0; 
}


div.ZMSGraphic .alignright
{

margin: 0 0 40px 40px; 
}

div.floatleft
{
border:0px solid red;
margin: 0 20px 5px 0; 
}

div.floatright
{
border:0px solid red;
margin: 0 0 5px 20px; 
}



#categories { border-bottom:1px dotted black;}

.item {/*float:left;width:180px; */border:0px solid black;display:block; text-indent:-20px;}

#spalte1
{
	width:160px; float:left; 
}
#spalte2
{
	width:160px; float:left; margin:0 25px;
}
#spalte3
{
	width:160px; margin-left:380px; 
}

#spalte1 input, #spalte2 input, #spalte3 input {margin:0 5px 0 0;}

#row1 {margin:30px 0 20px 0; padding:0px; border:0px solid red; }
#row1 td {border:0px solid black; height:20px; padding:0px; margin:0px;}
#row1 input {margin:0;padding:0px;}

ul#ergebnisitem li {border:0px solid green; display:block;background-image: url(http://www.vtb-bayern.de/common/css/common/intro_linie.jpg);
background-repeat: no-repeat;
	background-position: bottom left;min-height:100px; padding-bottom:10px;list-style:none;}
ul#ergebnisitem li h3 {color:#000; font-size: 120%;}
ul#ergebnisitem li h4 {display:block; color:#000; font-size: 100%;font-weight:bold;}
.links {border:0px solid red; width:100px;float:left;}
.links span {display:block;}
.rechts {border:0px solid blue;margin-left:105px;}
ol#inhaltsverzeichnis li {list-style-type:decimal;border:0px solid red;text-indent:20px;}

#mitglieder_login {border:0px solid red; margin-left:655px; padding:0px; padding-top:30px; text-align:right; height:50px;}
#mitglieder_login .felder {height:28px; background-image: url(http://www.vtb-bayern.de/common/css/common/login_beide.jpg);
background-repeat: no-repeat; background-position: bottom left; vertical-align:top; padding:0px; margin:0px; }

#mitglieder_login input {padding:0px;
	background-color: transparent; height:24px;
border:0px solid black;
}


#mitglieder_login input.email {
width:140px;	
padding-left:3px;
border:0px solid black;}

#mitglieder_login input.pw {
	width:100px;
padding-left:3px;

border:0px solid black;
}

#mitglieder_login input.login_button {
vertical-align:bottom; height:30px;

width:40px;
background-image: url(http://www.vtb-bayern.de/common/css/common/login_button.jpg);
background-repeat: no-repeat;
	background-position: top right;

}

#mitglieder_login p.status, #mitglieder_login div.status {
	width:300px;
text-align:left; 
line-height:15px;
margin-top:5px;
border:0px solid black;
}

.blue {color:#00aeef; display:inline;}

.pageindex {padding-right:20px;}



