/* Seitenhintergrund */
body{
	padding: 0px;
	margin: 0px;
}
html {
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
	background-position: 0 0;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-image: url('../images/background.svg');
	background-size: 100% 100%;
}

.imageContainer{
	float: left;
	position: relative;
	text-align: center;
}

.imageContainer.imageSet{
	background-color: rgba(0,0,0,0.05);
/* 	clear:both;  */
	width: 90%;
	margin: 10px 0px 10px 0px;
	padding: 10px 10% 10px 0;
	text-align: center;
	box-shadow: inset 5px 3px 10px 2px rgba(0,0,0,0.15);
}

.imageContainer.imageSet.duplicateFrame{
	padding: 10px 0 10px 0;
	width: 100%;
}

.imageObj{
	position: relative;
	float: left;
	max-width: 800px;
	overflow:hidden;
}
.no_hover{
	position: relative;	
	float: left;
}

.image{
	position: relative;
	padding: 5px;
	margin: 10px;
	height: 180px;
	min-width: 40px;

	background-color: #fff;
	box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.25);
	/* background-image: url(../images/loader.svg); */
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: center center;
}

.image.highlight{
	background-color: #2688ff;
}

.image.highlightDuplicate{
	background-color: #1b3e68;
}

#ajax{
	position: relative;
	float: left;
	left: 0;
	top: 40px;
	width: 100%;
	min-height: 600px;
	background-image: url(../images/loader.svg);
	background-size: 40px 40px;
	background-repeat: no-repeat;
	background-position: center center;
}

#buffer{
	position: relative;
	float: left;
	width: 100%;
	height: 500px;
}

#bufferInfo{
	position:absolute;
	left: 50%;
	top: 100px;
	margin-left: -200px;
	width: 400px;
	background-color: #fff;
	border-radius: 5px;
	padding: 20px;
	text-align: center;
}

#bufferInfo a{
	text-align: center;
	color: rgba(0,0,0,0.90);
	text-decoration: none;
	font-family: Roboto;
}

#topBar{
	background-color: rgba(0,0,0,0.80);
	width: 100%;
	height: 35px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
	font-family: Roboto;
	color: #fff;
	font-size: 14px;
}

#topBar a{
	text-decoration: none;
	color: #fff;
	font-weight: 700;
}

#topBoxLeft{
	float: left;
	padding: 8px;
}

#topBoxRight{
	float: right;
	padding: 8px;
}

#topMenueCenter{
	position: absolute;
	float: left;
	width: 100px;
	left: 50%;
	padding: 8px;
	margin-left: -58px;
	cursor: pointer;
	text-align: center;
}

#menueContainer{
	position: relative;
	background-color: rgba(0,0,0,0.90);
	border-radius: 0px 0px 5px 5px;
	padding: 20px 10px 20px 10px;
	width: 300px;
	top: 8px;
	left: -110px;
	display: none;
	line-height: 30px;
}
.trash{
	display: block;
	float: left;
	position: absolute;
	top: 170px;
	right: 20px;
	width: 20px;
	height: 20px;
	background-image: url(../images/trash.svg);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	z-index: 50;
}

.trash.text{
	left: -50px;
}

.trash.set{
	background-color: rgba(255,255,255,0.8);
	position: absolute;
	top: auto;
	left: auto;
	right: 10px;
	bottom: 10px;
	width: 40px;
	height: 40px;
	background-position: center center;
	border-radius: 20px;
}

.notSexy{
	display: block;
	float: left;
	position: absolute;
	top: 145px;
	right: 20px;
	width: 20px;
	height: 20px;
	background-image: url(../images/u18-01.svg);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	z-index: 50;	
}

.notSexy.set{
	background-color: rgba(255,255,255,0.8);
	position: absolute;
	top: auto;
	left: auto;
	right: 10px;
	bottom: 60px;
	width: 40px;
	height: 40px;
	background-position: center center;
	border-radius: 20px;	
}

.descTextMarker{
	display: block;
	float: left;
	position: absolute;
	top: 125px;
	right: 20px;
	width: 20px;
	height: 20px;
	background-image: url(../images/txt.svg);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	z-index: 50;	
}
.descTextMarker.set{
	background-color: rgba(255,255,255,0.8);
	position: absolute;
	top: auto;
	left: auto;
	right: 10px;
	bottom: 110px;
	width: 40px;
	height: 40px;
	background-position: center center;
	border-radius: 20px;	
}

.link{
	display: block;
	float: left;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 20px;
	height: 20px;
	background-image: url(../images/link.svg);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	z-index: 50;
	text-decoration: none;
}

.link.set{
	background-color: rgba(255,255,255,0.8);
	position: absolute;
	top: auto;
	left: auto;
	right: 10px;
	top: 10px;
	width: 40px;
	height: 40px;
	background-position: center center;
	border-radius: 20px;
	text-decoration: none;
}

#playButton{
	background-image: url(../images/videoPlayButton.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 60px;
	width: 60px;
	top: 50%;
	left: 50%;
	margin-left: -30px;
	margin-top: -30px;
	display: block;
	float: left;
	position: absolute;
	max-width: 80%; 
	z-index: 10;
}

.videoTitleWithoutPic{
	font-family: Roboto;
	color:#686868;
	position: absolute;
	top: 40px;
	left: 0px;	
	width: 100%;
	z-index: 50;
}

h1{
	font-family: Roboto;
	color:#686868;
	font-weight: 300;
}

h1 a{
	text-decoration: none;
	font-size: 15pt;
	font-weight: bold;
	color: #686868;
}

p{
	font-family: Roboto;
	font-size: 14px;
	color:#686868;
	text-shadow: 0 -1px 1px #fff, 0 1px 1px #FFFFFF;
	margin: 5px 0px 0px 0px;
}

.invisibleDescStorage{
	display: none;
}

#descTextContainer{
	right: 0px;
	top: 0px;
	position: fixed;
	width: 0;
	overflow: auto;
	height: 100%;
	padding: 0;
	background-color: rgba(0,0,0,0.9);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	font-family: Roboto;
	font-size: 14px;
	color:#fff;
	margin: 0;
	display: block;
	overflow: hidden;
}

#descTextContainerContent{
	width: 260px;
	padding: 60px 20px 20px 20px;
	overflow: auto;
}

#descTextContainerContent p, #descTextContainerContent a, #descTextContainerContent h1{
	color: #fff;
	text-shadow: none;
	word-wrap: break-word;
}

#descTextContainerContent hr{
	margin: 40px 0px 20px 0px;
}

#descTextContainer blockquote{
	margin: 0px;
	padding: 20px;
}

#closeTextContainer{
	position: relative;
	float: right;
	width: 25px;
	height: 25px;
	background-image: url('../images/closebutton.svg');
	background-size: 25px 25px;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}

#moveContentContainer{
	width: 400px;
	position: absolute;
	left: 50%;
	top: 80px;
	margin-left: -200px;
	text-align: center;
}

#loaderBig{
	display: inline-block;
	width: 60px;
	height: 60px;
	background-image: url(../images/loader.svg);
	background-size: 60px 60px;
	background-repeat: no-repeat;
	background-position: center center;	
}

.bigButton{
	display: block;
	background-color: rgba(255,255,255,0.79);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.22);
	padding: 10px;
	color: #2688ff;
	text-decoration: none;
	border-radius: 5px;
	font-size: 14px;
}

#bookmarkletButton{
	font-family: Roboto;
	color:#686868;
	font-weight: 300;
	position: absolute;
	width: 200px;
	height: 40px;
	text-align: center;
	left: 50%;
	top: 50%;
	margin-left: -100px;
	margin-top: -20px;
	line-height: 40px;
}

label{
	display: inline-block;
	width: 180px;
}

input{
	width: 160px;
}

#uploadOptionContainer{
	width: 500px;
	margin-left: -50px;
	padding-top: 30px;
	font-family: Roboto;
	font-size: 14px;
	color:#686868;
	text-shadow: 0 -1px 1px #fff, 0 1px 1px #FFFFFF;
	text-align: center;
}
#uploadAsSet{
	width: 40px !important;
}
#uploadOptionContainer input{
	width: auto;
}
#uploadOptionContainer .bigButton{
	width: 200px;
	margin-left: 150px;
	margin-top: 30px;
}