#menu{
background: #f2f2f2; /* Old browsers */
background: -moz-linear-gradient(top, #E7E7E7 0%,#414946 49%,#0a0e0a 50%,#5E5E5E 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(49%,#6e7774), color-stop(50%,#0a0e0a), color-stop(100%,#0a0809)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #E7E7E7 0%,#414946 49%,#0a0e0a 50%,#5E5E5E 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #E7E7E7 0%,#414946 49%,#0a0e0a 50%,#5E5E5E 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #E7E7E7 0%,#414946 49%,#0a0e0a 50%,#5E5E5E 100%); /* IE10+ */
background: linear-gradient(to bottom, #E7E7E7 0%,#414946 49%,#0a0e0a 50%,#5E5E5E 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#0a0809',GradientType=0 ); /* IE6-9 */

width: 100%;
height: 30px;
vertical-align:  center;
color: #ffffff !important;
}

img{
border: none;
}

#menu img{
  width: 24px;
  height: 24px;
  position: relative;
  margin: 3px;
}
#menu img:hover{
  background-image: url(http://src.zengtronic-labs.de/filedepot/img/teil.png);
  width: 24px;
  height: 24px;
  position: relative;
}

body{
padding: 0px;
margin: 0px;
}
#content{
margin: 2px;
}


#content a{
text-decoration: none;
color: rgb(0,0,0);
}
#content a:visited{
color: rgb(0,0,0);
}

#content a:hover{
color: rgb(100,100,100);
}

#content img{
	margin-right: 2px;
}


#newfolder,#upload,#update,#loginfenster{
	display:none;
	padding: 7px;
}


#overlay {
	display: none;
	top: 0px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(0, 0, 0,0.7);
	background-image: url("http://src.zengtronic-labs.de/filedepot/img/back2.png");
}

.popup {
    display: none;
    z-index: 3;
    position: fixed;
    width:300px;
    top: 20%;
    left: 50%;
    margin-left: -165px;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 8px solid #ccc;
    border-radius: 5px 5px 5px 5px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    color: #000;
	box-shadow: 0 0 20px #000;
}
 


div.schliessen {
    position: relative;
	height: 32px;
	width: 32px;
	left: 24px;
	bottom: 24px;
	margin-bottom: -24px;
	margin-left: -32px;
    background: url("http://stevenart.cwsurf.de/src/icon/cross-circle-bw.png") no-repeat scroll 0 0 transparent;
    float: right;
    cursor: pointer;
}
 
.popup_content {

}

.blur{
-webkit-filter: blur(3px);
}


/* Main initialazing */
.btn {
padding-top: 5px;
padding-bottom: 5px;
padding-left: 15px;
padding-right: 15px;
margin: 5px;
text-decoration: none;
white-space: nowrap;
color: white;
background-color: #1181CC;
background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.4) 0%, transparent 50%);
border: none;
font-size: 1em;
font-family: OpenSans, 'Arial';
text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
box-shadow: 0px 0px 5px #FFF, inset 0px 0px 1px #000;
border-radius: 5px;
}

a.btn {
line-height: 2.2em;
}

.btn:hover{
box-shadow: 0px 0px 10px #FFF, inset 0px 0px 1px #000;
background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.6) 0%, transparent 50%);
}

.btn:focus, .btn:active{
box-shadow: 0px 0px 3px #FFF, inset 0px 0px 10px #000;
background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.4) 0%, transparent 0%);
text-shadow: 0px 0px 40px #fff;

}

.popbtn{
	left: 0px;
	right: 0px;
	position: absolute;
	bottom: 0px;
}

.ajax-loader{
margin: auto;
padding: 20px;
text-align: center;
}


#breadcrumb{top: 4px; border: 1px solid rgba(50, 50, 50, 0.8); background-color: rgba(20, 20, 20, 0.8); position: absolute; padding-right: 5px; padding-left: 5px; vertical-align: middle; padding-bottom: 1px; box-shadow: 0px 0px 1px 1px rgba(90, 90, 90, 0.8) inset; width: auto;}
@media only screen and (max-width: 600px)  {
	#breadcrumb{display:none;}
	
}