@charset 'utf-8';
@import url(reset.css);



body {
	font-family: Arial, "Helvetica Neue", Arial, Sans-serif;
	font-size: 13px;
	line-height: 16px;
	padding-top: 48px;
	color: #FFF;
}


	#stage {
		background: #C4B5A9;
		padding: 48px;
		width: 624px;
		height: 384px;
		margin-top: 48px;
		margin-left: 272px;
	}
	
		#stage img {
			display: block;
			border: 1px solid #FFF;
			-moz-box-shadow: 0 0 20px rgba(181,164,150,1);
			margin-bottom: 16px;
		}



/* TYPO
------------------------------------------------------------- */


a {
	color: #777;
	text-decoration: none;
}

	a:hover {
		color: #444;
	}
	
	
p {
	margin-bottom: 16px;
}

span {
	padding-right: 4px;
}


em {
	font-style: normal;
	font-weight: bold;
}



/* HEADER & NAVIGATION
------------------------------------------------------------- */


h2#logo a {
	height: 50px;
	width: 290px;
	text-indent: -5000px;
	overflow: hidden;
	background: url(img/logo50.gif) no-repeat;
	position: absolute;
	top: 47px;
	left: 704px;
}

	h2#logo a:hover {
		background-position: 0 -50px;
	}
	
	body.index h2#logo a {
		top: 300px;
	}
	
	body.index #mainNavi {
		background: #C4B5A9;
		position: absolute;
		top: 302px;
		left: 0;
		width: 446px;
		height: 48px;
	}
	
	

#mainNavi {
	background: #FFF;
	width: auto;
}

	#mainNavi li {
		display: block;
		float: left;
		background: #C4B5A9;
	}
	
	#mainNavi li.first {
		padding-left: 54px;
	}
	
		#mainNavi li a {
			background: #C4B5A9;
			display: block;
			text-transform: lowercase;
			padding: 24px 8px 8px 8px;
		}
		
		#mainNavi li a:hover {
			background: #e1dad4;
			background: #b5a496;
			color: #FFF;
		}
		
		#mainNavi li.active a {
			background: #C4B5A9;
			color: #FFF;
		}



/* CONTENT : HOME
------------------------------------------------------------- */

.quote {
	position: relative;
}

.quote h5 {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 11px;
	opacity: 0.75;
	filter: alpha(opacity = 75);
}

#quote1 {
	padding: 4px 0 16px 0;
	margin-bottom: 12px;
	width: 384px;
}

#quote2 {
	margin-left: 144px;
	padding: 4px 16px 0px 0;
	margin-bottom: 12px;
}

#quote3 {
	margin-left: 384px;
	padding: 4px 0 16px 0;
}


/* SLIDESHOW
------------------------------------------------------------- */

div.loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 460px;
	height: 360px; /* This should be set to be at least the height of the largest image in the slideshow */
}

div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

#gallery {
	display: block;
	position: relative;
	margin-top: -17px;
	margin-left: 71px;
}


#thumbs {
	position: absolute;
	top: 144px;
	left: 60px;
}

	#thumbs li {
		margin-bottom: 9px;
	}

	#thumbs li a {
		display: block;
		width: 96px;
	}

		#thumbs li a img {
			display: block;
			width: 96px;
			opacity: 0.5;
			filter: alpha(opacity = 50);
		}
		
		#thumbs li.selected a img {
			opacity: 1;
			filter: alpha(opacity = 100);
		}



/* TWEETS
------------------------------------------------------------- */

.tweet, .query {}

  .tweet .tweet_list, .query .tweet_list {
    list-style-type: none;
    margin: 0;
    padding: 0;}

      
    .tweet .tweet_list li, .query .tweet_list li {
      position: relative;
      padding: 0;
      margin-bottom: 48px;
      padding-left: 96px;
	}
	
	.tweet .tweet_list li .tweet_time {
		position: absolute;
		font-weight: bold;
		top: 1px;
		left: 0;
	}
      
		.tweet .tweet_list .tweet_avatar, .query .tweet_list .tweet_avatar {display: none;}     
        .tweet .tweet_join {display: none;}



/* MARKENLOGOS
------------------------------------------------------------- */


#markenlogos {
	margin: -46px 0 0 -260px;
}

#markenlogos img {
    -moz-box-shadow: none;
    border: none;
    display: block;
    margin: 0;
}

	#markenlogos a {
		display: block;
		position: relative;
		overflow: hidden;
		width: 930px;
		line-height: 24px;
		opacity: 0.75;
		filter: alpha(opacity = 75);
	}
	
		#markenlogos a:hover {
			opacity: 1.0;
			filter: alpha(opacity = 100);	
		}

		#markenlogos a span {
			color: #FFF;
			position: absolute;
			margin-top: -10px;
			left: 400px;
			top: 50%;
		}

#modifizierteStage {
	padding: 0px 0px 20px 0px;
	width:720px;
	min-height:384px;
	height:auto;
	overflow: visible;
	background: #C4B5A9;
	margin-bottom:20px;
	margin-top: 48px;
	margin-left: 272px;
	
}

#MarkenBildBox {
	float:left;
	margin-left:20px;
	margin-top:20px;
	width:213px;
	height:155px;
	overflow:hidden;
	background-color:#fff;
	line-height:250% !important;
	text-align: center !important;
	-moz-box-shadow: 0 0 10px rgba(181,164,150,1);
}

#MarkenBildBox img {
	vertical-align:middle !important;
}

.clearing {
	clear:both;
}

/* ----------------------------------------------------- Comment */

.js div { } /* apply only on JavaScript enabled browsers */
.ie7 div { } /* apply only on Internet Explorer 7 and below */
.ie6 div { } /* apply only on Internet Explorer 6 and below */
