/* This css file serves as a template for styling your kwicks.  Feel free to modify, but please make note of the comments - some of them are important. */
* {
  padding: 0;
	margin: 0;
}

img {
  vertical-align: top;
	border: 0;
}

body {
	padding: 10px;
	font: 13px/19px "Lucida sans Unicode", Arial;
	background: url(../images/bg.jpg) no-repeat #191919;
}

#wrapper {
  width: 890px;
	margin: 0 auto;
    position: relative;
}

#innerwrap {
	padding: 20px 0 0 0;
}

.invisible {
  position: absolute;
	top: -50px;
}

#logo {
  background: url(../images/logo.png);
	width: 180px;
	height: 130px;
	float: left;
	margin-bottom: 20px;
}

*html #logo {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://fuya-waldshut.de/assets/images/logo.png', sizingMethod='scale');
}

#topmenue {
	margin: 49px 20px 0 0;
	float: right;
}

#topmenue a {
  position: relative;
	cursor: pointer;
}
#bottommenue a {
  cursor: pointer;
}

.ladieslink {
  float: left;
}

.galerielink {
  padding: 43px 0 0 0;
  float: left;
}

#content {
	clear: both;
}

.inner {
	padding: 0px;
}

#bottommenue {
  margin: 6px 0 0 5px;
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
}

.clear {
  clear: both;
}

.parkinglink  {
  float: left;
	margin-right: 20px;
}

.pplace {
  float: left;
	margin: 0 10px 200px 0;
}

#footer {
	padding: 15px 12px 6px 12px;
  color: #ccc;
	font-size: 12px;
	width: 866px;
}

#footer a {
  text-decoration: none;
	color: #ccc;
}

#footer a:hover {
  text-decoration: underline;
}

#thickboxwrapper a {
	color: #333;
	text-decoration: none;
}

#thickboxwrapper a:hover {
  text-decoration: underline;
}

.thickboxtext {
  width: 280px;
	float: left;
	padding: 10px 30px 20px 25px;
}

.thickboxtext h1 {
  font-size: 21px;
	font-weight: lighter;
	margin-bottom: 10px;
}

.thickboxtext hr {
  color: #CCC;
	background: #CCC;
	height: 1px;
	border: 0;
	margin: 10px 0 10px 0;
}

.map {
  width: 420px;
	float: left;
	padding: 10px 0 20px 25px;
}

.map iframe {
  border: 1px solid #999;
	padding: 2px;
	background: url(../images/ajax-loader.gif) center 150px no-repeat;
}

*html .map iframe {
  padding: 2px 0 0 2px;
}

.thickboxtext p {
  margin: 0 0 7px 0;
}

.thickboximg {
  float: left;
	padding-top: 12px;
	width: 156px;
}

.thickboximg .imgwrapper {
	border-top: 5px solid #333;
	padding-bottom: 15px;
}

.thickboximg img {
  border-bottom: 5px solid #333;
}

.smalllogo {
  padding: 10px 0 0 25px;
}


/* Accordion */
.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 220px;
	height: 300px;

	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
}
.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 5px; /*Set to same as spacing option. */
	float: left;
}
.kwicks.vertical  li{
	/* 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. */
}

#kwick_1 {
	background-color: #fff;
}
#kwick_2 {
	background-color: #fff;
}
#kwick_3 {
	background-color: #fff;
}
#kwick_4 {
	background-color: #fff;
}

/* Scroller Box */
#scroll_bg {
	 /*background: url(../images/scroller_bg.gif) no-repeat;*/
	 background: #cb0000;
	 width: 890px;
	 height: 21px;
 	 margin: 25px 0 0 -4px;
	 border: 0;
}

#scroller_container {
 position: relative;
 width: 880px;
 height: 21px;
 overflow: hidden;
 padding: 15px 0 0 0;
 margin-left: 5px;
}

#scroller {
 white-space: nowrap;
 color: #FFF;
 font-size: 12px;
}

#scroller p {
 padding: 0;
}
/* Scoller Box */
