/* ----------------------------------------------------------------------------
Screen CSS File
for comclip
Copyright 2009 by Ideenkreation.de
---------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------
Allgemeine Tags und Klassen
---------------------------------------------------------------------------- */


img {
	border: none;
}

* {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

html {
}

body { 
	font: 13px georgia, serif;
	background: #000 url("../images/body_background.png") repeat-x;
}

ul li {
	list-style-type: none;
}

noscript {
	position: absolute;
	top: 150px;
	left: 60px;
	color:#fff;
	font-size: 16px;
}

/* ----------------------------------------------------------------------------
IE-6 TransPNG Fix
---------------------------------------------------------------------------- */

img, div, ul, li {
	behavior: url("iepngfix.htc");
}


a:focus {
	outline:0;
}


/* ----------------------------------------------------------------------------
Layout
---------------------------------------------------------------------------- */

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 992px;
	padding-bottom: 30px;
}


#logo {
	z-index: 1000;
	position: absolute;
	top: 53px;
	left: 10px;
}


#content_wrapper {
	position: absolute;
	top: 0px;
	width: 1040px;
}


#content {
	position: absolute;
	width: 992px;
	height: 432px;
	background: url("../images/background.jpg") no-repeat;
	top: 160px;
	left: 0px;
}

#innerContent {
	position: absolute;
	width: 992px;
	height: 432px;
	top: 30px;
	
}

#spinnerLoading {
	display: none;
}

#footerAudioPlayer {
	position: absolute;
	top: 600px;
	left: 8px;
}

#footerAudioPlayer2 {
	position: absolute;
	top: 600px;
	left: 8px;
	display: none;
}

/****************************************
content
****************************************/
#innerContentInfo {
	position: absolute;
	top: 50px;
	left: 30px;
	color: #fff;
}

#flashcontentIntro {
	margin-top: 0px;
	margin-left: 40px;
}

#flashcontent {
	margin-top: 80px;
	margin-left: 10px;
}

#windowOverlay {
	position: absolute;
	top: 40px;
	left: 33px;
	z-index: 3000;
	width: 960px;
}

#infoWindowOverlay {
	position: absolute;
	top: 40px;
	left: 37px;
	z-index: 3000;
	visibility:hidden;
	width: 960px;
}

#infoOverlayPicture {
	width: 960px !important;
}

#closeButton a {
	font-size: 19px;
	color: #fff;
	letter-spacing: 0.1em;
	position: absolute;
	top: -100px;
	left: 880px;
}

#closeButton  a#activePreview {
	color: #ff0000;
}

/****************************************
navigation
****************************************/

#navi img {
	background-color: transparent;
	
}

#naviWrapper {
	position: absolute;
	top: 168px;
	left: 30px;
	z-index: 500;
}

#naviWrapper  ul li {
	float: left;
	margin-right: 67px;
}

#naviWrapper  a{
	font-size: 19px;
	color: #fff;
	letter-spacing: 0.1em;
}

#naviWrapper a.active {
	color: #ff0000;
}

#naviWrapper a#activePreview {
	color: #ff0000;
}



#new_navi {
	display: none;
}

#player {
	margin-left: 13px;
	margin-top: 4px;
	width: 210px;
	overflow: hidden;	
}

.floatClear {
	clear:both;
}

/*********************************
subnavi
*********************************/
#subnaviWrapper {
	position: absolute;
	top: 50px;
	left: 205px;
	width: 960px;
}

#subnaviWrapper #items li{
	float:left;
	list-style:none;
	margin-right:0px;
	width: 163px;
	height: 103px;
	background: url("../images/ref_back.jpg") no-repeat;
	padding-left: 18px;
	padding-top: 14px;
}

#subnaviWrapper #items li#activePreview{
	background: url("../images/ref_back_active.jpg") no-repeat;
}

/*********************************
carousel
*********************************/

/* carousel*/

#stage-container {
	position: absolute;
	top: 50px;
	left: 14px;
	width: 960px;
}

#stage-container a{
	outline: none;
}

/* — STAGE — */

#stage-container #sliderWrapper{
	overflow:hidden;
	width: 900px;
	position: relative;
}

#stage-container #items{
	list-style:none;
	width: 15000px;
	position: relative;
}

#stage-container #items li{
	float:left;
	list-style:none;
	margin-right:0px;
	width: 163px;
	height: 103px;
	background: url("../images/ref_back.jpg") no-repeat;
	padding-left: 18px;
	padding-top: 14px;
}

#stage-container #items li#activePreview{
	background: url("../images/ref_back_active.jpg") no-repeat;
}

/* — BUTTONS — */

#stage-container #moveleft {
	float: left;
	margin-right: 23px;
	margin-top: 37px;
	cursor: pointer;
}

#stage-container #moveright {
	float: right;
	margin-top: 37px;
	cursor: pointer;
}

#stage-container #moveright,#moveleft {

}