@charset "utf-8";
/* CSS Document */

/************************************************
 * Galerie
 */

.albumOverViewHead {
	font-weight: bold;
}

.albumThumbContainer {
	display: inline-block;
	
	padding-right: 10px;
	padding-bottom: 10px;
	
}


/************************************************
 * youtube
 */

.videoHeader{
	margin-bottom: 40px;
	
}

.playThis {
	/*float: left;*/
	display: inline-block;
	
	padding-left: 4px;
	padding-right: 4px;
	cursor: pointer;
}

.youtubeVideos {

}

.ytvidContainer {
	position: relative;
	left: 0;
}

.videoContainer{
	position:fixed;
	top:0px;
	left:0px;
}

.video{
	position:fixed;
}
	
