/* ----------------------------------------------------------------------------
Screen CSS File
House of Music Studios
Copyright 2009 by Ideenkreation.de - Ideenkreation
---------------------------------------------------------------------------- */

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


img {
	border: none;;
}

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


body { 
	background: #000;
	font: 13px arial;
	color: #eceade;
}

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

html {
	overflow-x: hidden;
} 



/* ----------------------------------------------------------------------------
Layout
---------------------------------------------------------------------------- */
#wrapper {
	position: relative;
}

#header_wrapper {
	background-color: #000;
	height: 160px;
	border-bottom: 1px solid #fff;
}

#logo {
	position: absolute;
	left: 30px;
	top: 20px;
	border-right: 1px solid #8c8c8c;
	height: 122px;
	padding-right: 50px;
}

#language {
	position: absolute;
	top: 110px;
	left: 30px;
	color: #999999;
	font-size: 10px;
	text-transform: uppercase;
}

#language a:hover{
	color: #fff;
}

#bckPic {
/*
	position: fixed;
	background-attachment: fixed;
*/
}

#content_wrapper_background {
}

#content_wrapper {
	position: absolute;
	top: 190px;
	left: 80px;
	background: url("../images/content_background.png") no-repeat;
	width: 423px;
	height: 562px; 
}

#content {
	color: #000;
	position: absolute;
	padding: 5px;
	top: 60px;
	left: 10px;
	height: 480px;
	width: 390px;
	overflow: auto;
	text-align: justify;
}

#content_headline {
	position: absolute;
	top: 20px;
	left: 12px;
}

/* ----------------------------------------------------------------------------
Content-Styles
---------------------------------------------------------------------------- */
#new_headline {
	display: none;
}

#content a {
	color: #000;
}

#content a:hover {
	text-decoration: underline;
}

#content h2 {
	font-size: 14px;
	margin-bottom: 15px;
	border-bottom: 1px dotted;
}

#content p {
	margin-bottom: 10px;
}

#content table.right {
	float: right;
	margin-left: 25px;
	margin-top: 25px;
}

img.right {
	float: right;
}

.pleft {
	float: left;
	margin-right: 7px;
}

.pright{
	float: right;
	margin-left: 7px;
}

#newsWrapper li {
	border-bottom: 1px solid #000;
	margin-bottom: 15px;
	text-align: left;
	height: 125px;
}

#newsWrapper h3{
	font-size: 13px;
}

#newsWrapper a{
	font-weight: bold;
	text-decoration: underline;
}

#newsWrapper a:hover {
	text-decoration: none;
}

#artikelWrapper li {
	border-bottom: 1px solid #000;
	margin-bottom: 15px;
	text-align: left;
	height: 100px;
}

#artikelWrapper h3{
	font-size: 13px;
}

#artikelWrapper a{
	font-weight: bold;
	text-decoration: underline;
}

#artikelWrapper a:hover {
	text-decoration: none;
}
/* ----------------------------------------------------------------------------
JS-Elements
---------------------------------------------------------------------------- */
#dragSpot {
	cursor: move;
	position: absolute;
	left: 330px;
	top: 20px;
}

#closeButton {
	position: absolute;
	left: 380px;
	top: 20px;
	cursor: pointer;
}

#resizeBack {
	position: absolute;
	z-index: 1000 !important;
	top: 165px;
	left: 15px;
	display: none;
	cursor: pointer;
}

#jsElements {
	z-index: 2000 !important;
	position: absolute;
}
/* ----------------------------------------------------------------------------
Navigation
---------------------------------------------------------------------------- */

#navi_wrapper {
	position: absolute;
	left: 380px;
	top: 15px;
	z-index: 100;
}

#navi_wrapper  ul{
	width: 200px;
}

#navi_wrapper a {
	font: 12px arial;
	color: #999999;
	text-transform: uppercase;
	font-weight: bold;
}

#navi_wrapper a:hover {
	color: #fff;
}

#navi_wrapper a.current {
	color: #fff;
}

ul.nav2nd {
	position: absolute;
	top: 0px;
	left: 170px;
}

ul.nav3rd {
	position: absolute;
	top: 0px;
	left: 170px;
}

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

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


/* ----------------------------------------------------------------------------
Fast elements
---------------------------------------------------------------------------- */

a {
	color: #9e9b8e;
}

#new_navi {
	display: none;
}

/* ----------------------------------------------------------------------------
Referenzen
---------------------------------------------------------------------------- */
#referenzContent {
	position: absolute;
	top: 0px;
	left: 430px;
	background: url("../images/content_background.png") no-repeat;
	width: 300px;
	height: 562px;
	display: none;
}

#referenz_headline {
	position: absolute;
	top: 23px;
	left: 12px;
}

#referenzPictureWrapper {
	position: absolute;
	top: 100px;
	left: 50px;
	background: #fff;
	height: 300px;
	width: 200px;
}

#referenzPicture {
	position: absolute;
	top: 18px;
	left: 18px;
	margin: 0;
	padding: 0;
}

#referenzArtistHeadline {
	position: absolute;
	top: 65px;
	left: 50px;
	color: #000;
	font-weight: bold;
	width: 180px;
}

div.referenzChar {
	float: left;
	font-weight: bold;
	margin-right: 15px;
}

div.referenzElement {
	margin-left: 30px;
}

div.referenzElement a:hover {
	font-weight: bold;
	text-decoration: none !important;
}

a.active{
	font-weight: bold;
}

div#referenzSong {
	position: absolute;
	top: 190px;
	left: 165px;
}

#referenzArtist{
	position: absolute;
	top: 210px;
	left: 20px;
	color: #000;
	width: 200px;
	font-weight: bold;
}

div#referenzDesc {
	position: absolute;
	top: 230px;
	left: 20px;
	color: #000;
	width: 200px;	
}


/* carousel*/

#stage-container{
	width: 210px;
	position: absolute;
	top: 420px;
	left: 45px;
	height: 500px;
}


#stage-container a{
	outline: none;
}

/* — STAGE — */

#stage-container #sliderWrapper{
	overflow:hidden;
	width: 150px;
	height: 50px;
	position: relative;
}

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

#stage-container #items li{
	float:left;
	list-style:none;
	margin-right:5px;

}

/* — BUTTONS — */

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

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

#stage-container #moveright,#moveleft {

}




