@charset "UTF-8";
/* ################################################################
** # "YAML for TYPO3" (c) by You if you put something in here :) ##
** ################################################################
**
**  Date     : 23.8.07
**  File     : myOwnStyles.css
**  Function : This file is not part of the YAML-CSS-Framework.
**             It was included to give the user the possibility to quickly apply tests, changes or
**             whatever with no need to change the YAML-files and mess up anything.
**             Hmmm. Does this make sense? Anyway, use it or just leave it empty. It will do no harm.
**             This is the last stylesheet beeing imported. So, everything can be overwritten here.
**             Be careful what you put in here and don't hold us responsible for anything that goes wrong...
*/
@media all
{
#flashcontent{
  position:absolute;
  top:30px;
  left:-2000px;
  overflow:visible;
  height:261px;
  width:273px;
}
#netznav_link{
  position:absolute;
  right:0px;
  top:30px;
  z-index:999;
}
#netznav_close{
  position:absolute;
  right:5px;
  top:10px;
  display:none;
}

#col1_content {
  min-height:300px;
}

.slidernavigation{
  bottom:0;
  position:absolute;
  right:0;
  z-index:1500;
}

.navDiv, .galleryPause{
  border-left:1px solid #CCCCCC;
  float:left;
  height: 23px;
  background-color:#0065A3;
  background: rgba(0, 101,163, 0.80);
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; 
  filter: alpha(opacity=80);
}
.slidernavigation .galleryPause a{
  padding:5px 14px 4px;
}
a.goTo, .goTo:active, .goTo:focus, .galleryPause a {
  color: #ffffff;
  display:block;
  padding:5px 16px;
}

.goTo:hover {
  filter: alpha(opacity=100);
}

.navDiv:hover, .galleryPause:hover{
  background-color:#0065A3;
  background: rgba(0, 101,163, 100);
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
  filter: alpha(opacity=100);
}

.galleryPause a{
  background:url("/fileadmin/css/04_layouts_topac/images/pause_toggle.png") no-repeat scroll center -29px;
  width:8px;
  height: 14px;
}

.galleryPause a.pause{
  background-position: center -29px;
}

.galleryPause a.play{
  background-position: center 4px;
}

a.current {
 background-color: #ffffff !important;
 color: #0065A3 !important;
}

.slideImage{
	height: 440px;
	overflow: hidden;
}

#headerSlide{
	display: block;
	overflow: hidden;
	position: relative;
	height: 440px;
	width:978px !important;
}

.floatbix{
	overflow:hidden !important;
}
div.tx-topacproducts-pi1 {
	overflow: hidden;
}
.jcarousel-skin-topac .jcarousel-container-horizontal {
    width: 976px !important;
    overflow:hidden;
}
#header img.headImg1 {
    border-left: none !important;
    border-right: none !important;
}    
}

