#content .kwick1 {
	background:#14915a url(../uploads/images/Home_neu.jpg) no-repeat -70px 5px;}

#content .kwick2 {
	background:#0F6EA5 url(../uploads/images/wind_4.png) no-repeat -70px 5px;}

#content .kwick3 {
	background:#B92828 url(../uploads/images/Techn_Vermessung_neu.jpg) no-repeat -50px 5px}

#content .kwick4 {
	background:#D29100 url(../uploads/images/Netzintegration_neu.jpg) no-repeat -0px 5px;}

#content .kwick5 {
	background:#6E4B82 url(../uploads/images/Testfeld_neu.jpg) no-repeat -100px 5px;}

#content .kwick6 {
	background:#6E4B82 url(../uploads/images/wind_5.png) no-repeat -195px 5px;}

#content .kwicks {
	/* recommended styles for kwicks container */
	list-style: none; /* if UL container is used */
	position: relative; margin: 0 0 0 1px; padding: 0;}

#content .kwicks .kwick-panel {
	color:white;
	/* these are required, but the values are up to you (must be pixel) */
	width: 145px; height: 350px;
	/*do not change these */
	display: block; overflow: hidden; cursor: pointer; padding: 0; /* if you need padding, do so with an inner div (or implement your own box-model hack) */}

#content .kwicks.horizontal .kwick-panel {
	/* This is optional and will be disregarded by the script. However, it should be provided for non-JS enabled browsers. */
	margin-right: 0px; /*Set to same as spacing option. */
	float: left;}

#content .kwicks.vertical .kwick-panel {
	/* This is optional and will be disregarded by the script. However, it should be provided for non-JS enabled browsers. */
	margin-bottom: 5px; /*Set to same as spacing option. */}

#content .kwick-panel div  {
	display: block; position: absolute; float: right;
	width: 26px;height: 350px; margin: 0; padding: 0;}
			
#content .kwick-panel span {
	position:absolute; 
	margin: 198px 0px 30px 26px; padding: 20px 15px 10px 84px; 
	height:123px; width:300px; 
	background: #000000; opacity:.4; filter:Alpha(Opacity=40);}

#content .kwick-panel div span { 
	position:absolute; display: block; float: right;
	margin:30px 0px 0px 2px; padding: 0px 0px 0px 0px; 
	height:443px; width:450px; color:white; 
	font-size: 1.1em;  font-family: sans-serif; 
	font-style:italic; text-align:right; 
	background: none; opacity:1; filter:Alpha(Opacity=100);
	-moz-transform:rotate(270deg); /* Firefox 3.6 Firefox 4 */
	-webkit-transform:rotate(270deg); /* Safari */
	-o-transform:rotate(270deg); /* Opera */
	-ms-transform:rotate(270deg); /* IE9 */
	transform:rotate(270deg); /* W3C */
	-ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);/* Internet Explorer */}

#content .kwick-panel p {
	position: absolute; display: none; margin: 0px; 
	padding: 20px 15px 10px 45px; height:123px; overflow: hidden; 
	font-size: 1.1em; font-family: sans-serif; line-height:1.3em;
	bottom: 0; left: 0;}

#content .kwick-panel p b {
	font-size: 1.1em; font-style:italic; }

#content .kwick-panel p strong {
	font-size: 1.1em; font-style:italic; }

#content .kwick-panel a {
	color:white;}
