/*
	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/

/* Insignificant stuff, for demo purposes */


/* Most common stuff you'll need to change */

	.coda-slider-wrapper { padding: 12px 0 20px 0; background: #ebebe5;}
	.coda-slider { background: #ebebe5 }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 705px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 705px; overflow: hidden; }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 0px }

	.coda-nav{
		padding-left:40px;
		height: 20px;
		text-align: left;
		margin-bottom: 12px;
	}
	/* Arrow styling */ 
	.coda-nav-left a, 
	.coda-nav-right a{ 
		width: 18px; 
		height:26px;
		display: block;
	}

	.coda-nav-left{ 
		position: absolute;
		left:4px;
	}
	.coda-nav-right {
		position: absolute;
		right: 4px;
	}	

	.coda-nav-left a{
		background:transparent url('../../img/weiter-links.gif') 0 0 no-repeat;
	}

	.coda-nav-right a { 
		background:transparent url('../../img/weiter-rechts.gif') 0 0 no-repeat;
	}	
	.coda-nav-left a:hover{
		background:transparent url('../../img/weiter-links_mo.gif') 0 0 no-repeat;
	}

	.coda-nav-right a:hover { 
		background:transparent url('../../img/weiter-rechts_mo.gif') 0 0 no-repeat;
	}	

	
	
	/* Panel padding */
	.coda-slider .panel-wrapper { margin: 0 40px; width: 633px; }
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul {
		clear: both;
		display: block;
		margin: 0;
		overflow: hidden;
		width: 95%;
		border-color: #e0e0da;
		border-width: 0 0 0px 0px;
		border-style: solid;
	    background: url(../../img/tab_bg.gif) repeat-x;
	    height: 19px;
	}
	.coda-nav ul li { display: inline-block; margin: 0;}
	.coda-nav ul li a { 
		background: transparent url('../../img/ReiterTab_content.gif') 0 0 repeat-x;
		/*background: #cacaca;*/ 
		color:#00507D; 
		display: block; 
		float: left; 
		height:18px;
		margin-right: 1px; 
		padding: 0px 8px; 
		text-decoration: none;
		border-color: #e0e0da;
		border-width: 1px  1px 0px 0;
		border-style: solid;
	}
	.coda-nav ul li a.current {
		background: #ebebea url('../../img/ReiterTab_content_select.gif') 0 0 repeat-x;
	    height: 19px;
	    border-width: 1px  1px 0px 1px;
	}
	.coda-nav ul li a.before_current {
	    border-width: 1px  0px 0px 1px;
	}
	.coda-nav ul li a:hover {
		background: transparent url('../../img/ReiterTab_content_mo.gif') 0 0 repeat-x; 
	}
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: hidden; position: relative; }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }

@media screen and (max-width: 1024px) {

	.fullWidth {width:60%;height:60%;}
	/* .coda-slider, .coda-slider .panel { width: 455px } 
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 455px; overflow: hidden; }
	*/
}	
