﻿
/* FONTFACE // */
 
    @font-face {
      font-family: battersea;
      src: url(battersea.eot); /* for IE */
    }

    @font-face {
      font-family: battersea;
      src: url(battersea.woff) format("woff"), url(battersea.ttf) format("truetype");
    }

    @font-face {
      font-family: battersea;
      src: url(battersea.eot); /* for IE */
      font-style: italic;
    }

    @font-face {
      font-family: battersea;
      src: url(battersea.woff) format("woff"), url(battersea.ttf) format("truetype");
      font-style: italic;
    }

    .Typo { 
      font-family: battersea;
      line-height: normal;
      font-weight: normal;
    }

/* // FONTFACE */ 





/* LIST-ROTATOR // */

ul.rotate {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.rotate li {
	padding: 10px;
	background: #2c2c2c;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

}


/* TOOLTIP // */

#easy_tooltip{
	border:1px solid #000000;
	padding:10px;
	background: #2c2c2c;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

}

/* // */




/* GALERIE STYLES // */

.GalerieHeader {
	border-top: 1px solid #5a5a5a;
	border-left: 1px solid #5a5a5a;
	border-bottom: 1px solid #060606;
	border-right: 1px solid #060606;
}

.GalerieHeader p {
	font-size: 11px;
	padding: 5px 0px 0px 0px;
	margin: 0px;
}

.GalerieWrapper {
	margin-top: 10px;
	padding: 12px;
	
	background: #181818;
	border-top: 1px solid #5a5a5a;
	border-left: 1px solid #5a5a5a;
	border-bottom: 1px solid #060606;
	border-right: 1px solid #060606;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

}

ul.Galerie {
	margin: 0px;
	padding: 0px;
	list-style: none;
	overflow: hidden;
}

ul.Galerie li {
	float: left;
	height: 100px;
	width: 120px;
	margin: 5px;
	padding: 0px;
	overflow: hidden;
	border: 6px solid  #2c2c2c;
}

ul.Galerie li img {
	width: auto;
	height: 100px;
}

/* // GALERIE STYLES */




/* CONTENTSLIDE // */

#slideshow {
	width:870px;
	height:230px;
}

#slideshow #slidesContainer {
  width:770px;
  height:230px;
  overflow:auto;
  position: relative;
  left: 50px;
}

#slideshow #slidesContainer .slide {
  width: 780px;
  height:230px;
}

/** 
 * Slideshow controls style rules.
 */
 
.control {
  display: block;
  width: 46px;
  height: 39px;
  text-indent: -10000px;
  position: absolute;
  cursor: pointer;
  z-index: 1000;
}

#leftControl {
  top: 110px;
  left: 10px;
  background: transparent url(../design/SlideLeft.png) no-repeat 0 0;
}

#rightControl {
  top: 110px;
  right: 10px;
  background: transparent url(../design/SlideRight.png) no-repeat 0 0;
}


.SlideLeft {
	float: left;
	width: 355px;
	height: 230px;
}

.SlideRight {
	float: left;
	width: 415px;
	height: 230px;
	margin-left: 10px;
}

.SlideLeft h2,
.SlideRight h2 {
	margin-top: 10px;
}

/* // CONTENTSLIDE */



