/*  #################################################
    CSS Template dobi for TYPO3
    -------------------------------------------------
	
	company:	DACHCOM digital AG
	publisher:	Marcel Zweifel
	date:		2009-11
	www:		www.dachcomdigital.com
	
	INCLUDES										  */
	
	@import url("resets.css");
	
/*	################################################# */

html{
	font-size: 100.1%;
	height: 100%;
	min-height: 100%;
}

body{
	font-size: .75em;
	font-family:Verdana, Geneva, sans-serif;
	color:#ccc;
	line-height:1.3em;
	text-align:center;
	background-color: #fff;
	background-image:url(../images/portal/background_blank.jpg);
	background-position:50% 0%;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
}

a,
a:link,
a:visited {
  text-decoration:none;
  color:#DC0067;
}

a:active,
a:hover {
  text-decoration:underline;
}

#container_portal {
  margin: 0 auto;
	width: 990px;
	text-align:left;
	border:none;
	min-height:760px;
	position:relative;
}

#container_inner {
  margin-top:50px;
  width:990px;
  position:relative;
  height:710px;
}

#logo {
  position:absolute;
  top:0px;
  left:0px;
  width:161px;
  height:63px;
}

#description {
  position:absolute;
  top:85px;
  left:0px;
  height:98px;
  width:483px;
  z-index:100;
}

#lnav {
  position:absolute;
  top:195px;
  left:0px;
}

#lnav a,
#lnav a:link,
#lnav a:visited {
  font-size:0.9em;
  line-height:0.9em;
  color:#666;
  font-weight:bold;
}

#lnav li#aktiv a,
#lnav a:hover,
#lnav a:active {
  color:#DC0067;
}

#lnav ul li {
  float:left;
  border-left:1px solid #666;
  padding:0px 8px;
  line-height:0.9em;
}

#lnav ul li:first-child {
  padding-left:0px;
  border:none;
}

#portal-content {
  position:absolute;
  top:285px;
  left:-8px;
  /*width:100%;*/
  width:1008px;
}

#portal-content .teaser,
#portal-content .csc-textpic-above {
  float:left;
  width:336px;
}

#portal-content div.csc-textpic-clear {
  clear:none;
}

#portal-content p {
  color:#515151;
  font-size:0.9em;
  width:300px;
  padding:0 8px;
  margin:10px 0px;
}

a.portal,
a.portal:link,
a.portal:visited {
  background: transparent url(../images/portal/arrow.gif) 0 50% no-repeat;
  padding-left:10px;
  margin-left:10px;
  font-size:0.9em;
  display:block;
}

a#portal-teaser,
a#portal-teaser:link,
a#portal-teaser:visited {
  display:block;
  margin-top:10px;
}

#movie_container {
  height: 325px;
  width: 701px;
  position: absolute;
  right: 0;
  top: -49px;
  z-index: 30;
}

#footer_box {
  position:absolute;
  left:0px;
  top:640px;
  width:100%;
  height:240px;
  background-color:#E8E8E8;
  color:#666;
  margin-bottom:30px;
}

#footer_box .footer_inner {
  position:absolute;
  left:40px;
  top:35px;
}

#footer_box ul#gnav li.box {
  width:180px;
  float:left;
  margin-bottom:20px;
}

#footer_box ul#gnav a,
#footer_box ul#gnav a:link,
#footer_box ul#gnav a:visited {
  color:#989898;
  font-size:0.9em;
  font-family:Arial;
}

#footer_box ul#gnav a.title,
#footer_box ul#gnav a.title:link,
#footer_box ul#gnav a.title:visited {
  font-weight:bold;
  display:block;
  margin-bottom:10px;
  color:#515151;
}

#footer_box #address {
  color:#515151;
  font-size:0.8em;
  left:630px;
  top:0;
  line-height:1.2em;
  position:absolute;
  width:208px;
  margin-top:3px;
  font-family:arial, verdana, sans-serif;
}

#footer_box #address h1 {
  font-size:1.4em;
  margin-bottom:0.4em;
  text-transform:uppercase;
}



/*########################################
			 Shadowed Boxes
#########################################*/

div.shadowbox-content {
	position: relative;
	left: -3px;
	border: 1px solid #000000;
	background-color: #ffffff;
}


/*-- Even more rounded corners with CSS: Base stylesheet --*/
.shadowbox-popup {
	position:relative;
	margin:0px auto;
	margin-left:8px; /* default, width of left corner */
}

.shadowbox-popup .shadowbox-inner,
.shadowbox-popup .t,
.shadowbox-popup .b,
.shadowbox-popup .b div {
	background: transparent url(../images/interface/shadow.png) no-repeat top right;
}

.shadowbox-popup .shadowbox-inner {
	position:relative;
	zoom:1;
	_overflow-y:hidden;
	padding:0px 8px 0px 0px;
}

.shadowbox-popup .b {
	/* bottom */
	position:relative;
	width:100%;
}

.shadowbox-popup .b,
.shadowbox-popup .b div {
	height:8px; /* height of bottom cap/shade */
	font-size:1px;
}

.shadowbox-popup .b {
	background-position:bottom right;
}

.shadowbox-popup .b div {
	position:relative;
	width:5px; /* bottom corner width */
	margin-left:-5px;
	background-position:bottom left;
}

.shadowbox-popup h1.windowtitle {
  position: relative;
  padding: 4px 0;
  color: #fff;
  font-weight: bold;
  font-size: 1.3em;
  padding: 4px 18px;
  cursor:pointer;
  background-color:#80224E;
  cursor:move;
  white-space: nowrap;
}

.shadowbox-popup h1.windowtitle .windowclose {
  position: absolute;
  top: 6px;
  right: 6px;
  cursor:pointer;
}

.shadowbox-popup .windowcontent {
  padding: 20px 18px 30px 18px;
  background: #464043 url(../images/interface/noflash_01.jpg) no-repeat 18px 20px;
}

/* MOVIE */

.singlemovie {
  position: relative;
}

.singlemovie .movieplayer {
  position: absolute;
  top: 0;
  left: -66px;
  z-index:50;
}

.hidden {
	display: none;
}

.mousehover {
  position:relative;
  z-index:2;
}

.pteaser {
  margin-bottom:10px;
} 

/* Popup */
#zoom {
  z-index:100;
}

#fancybox-overlay {
  background: none repeat scroll 0 0 #000000;
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 30;
  opacity: 0.8;
}

#popup_equipment {
  display:none;
}
        
