/*
	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 */

	body { }
.panel h2.title { display: none; }
noscript div { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; margin: 20px; padding: 10px; }

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

	.coda-slider-wrapper { text-align: center; }
	.coda-slider { color: #555; font-size: 0.9em; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; line-height: 1.3em; background-color: transparent; }
	
	/* 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: 900px ; margin-right: auto; margin-left: auto; } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
/* Tab nav */
	.coda-nav ul li a.current { color: #555; background-image: url(../rufezeichen.png); background-repeat: no-repeat; background-attachment: scroll; background-position: right -1px; }
	
	/* Panel padding */
	.coda-slider {  }
	
	/* 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; overflow: hidden ; margin: auto; }
.coda-nav ul li { display: inline     }
	.coda-nav ul li a { background: transparent; color: #999; font-size: 1.2em; display: inline; margin-right: 7px; padding: 0 7px 0 0; text-decoration: none ; margin-left: 7px; }
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto ; }
	.coda-slider { float: left; overflow: hidden; position: relative ; margin-top: 10px; }
.panel-wrapper { font-family: "Prestige Elite Std", "Times New Roman", Georgia, Times, serif; }
.coda-slider .panel { float: left; display: block; }
	.coda-slider .panel-container { position: relative }
@font-face{ src: url(../Prestige/PrestigeEliteStd-Bd.otf) format("opentype"); }
#code { font-family: "Prestige Elite Std", "Times New Roman", Times, serif, Georgia; text-align: center; width: 397px; margin-right: auto; margin-left: auto; }
#panel { padding-right: 50px; padding-left: 50px; }
