/*!
 *  Kwicks: Sexy Sliding Panels for jQuery - v2.1.0
 *  http://devsmash.com/projects/kwicks
 *
 *  Copyright 2013 Jeremy Martin (jmar777)
 *  Contributors: Duke Speer (Duke3D)
 *  Released under the MIT license
 *  http://www.opensource.org/licenses/mit-license.php
 */
/*
 *  This file contains styles that are common to all kwicks instances.  Note that each kwicks instance requires
 *  additional styling - please see the examples for more info.
 */
 a:hover, a.hover {
	color: #F4E5E5;    /* der gewünschte Hover Effekt */
}

.kwicks {
	display: block;
	list-style-type: none;
	list-style: none;
	position: relative;
	margin: 5px;
	padding: 0;
	
}
.kwicks > * {
	display: block;
	overflow: hidden;
	padding: 5;
	margin: 0;
}
.kwicks.kwicks-processed > * {
	margin: 0;
	position: absolute;
}
.kwicks-horizontal > * {
	float: left;
	margin-left:0;
}
.kwicks-horizontal > :first-child {
	margin-left:0;
}
.kwicks-vertical > :first-child {
	margin-top: 0;
}
#container {
	position:absolute;
	top:50%;
	left:50%;
	width:800px;
	height:300px;
	margin-left:-400px;
	margin-top:-150px;
}
#menu	{position:absolute;
	margin-bottom:0px;
	background-color: #CCCCCC;
	height: 80px;
	width: 5000px;
	left:-1500px;
	float:left;
	overflow:visible;
}
