body {
  padding-top: 50px;
  background-color:#0f0f0f;
  color:#b2b2b2;
  padding-bottom: 50px;
}
.starter-template {
  
  text-align: center;
}
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
  
}
.adminStuff{
background:#DDDDDD;
z-index:20;
  position:relative;
}


h1{
text-shadow: 0 0 10px ;
position:relative;
z-index:9;
}
h1 big{
color:#00f0ff;
}
#bgimg{
margin-top:-200px;
z-index:-10;
position:relative;
}

#test {
    height: 150px;
    padding: 0.5em;
    width: 150px;
    position: relative;
    cursor: move;
    overflow: scroll;
    resize: both;
    max-width: 300px;
    max-height: 460px;
}
#top{
	position:absolute;
	z-index:20;
}

#cke_content{
	position:fixed !important;
	max-width:430px;
}

#download{
    border: 2px solid #ffb900;
    border-radius: 10px;
    font-size:200%;
    color:#623800;
    padding:0.2em .5em;
    background-color:#df7e00;
    background-image: -webkit-linear-gradient(#ffe950 0%, #df7e00 100%); 
	background-image: -moz-linear-gradient(#ffe950 0%, #9df7e00 100%); 
	background-image: -o-linear-gradient(#ffe950 0%, #df7e00 100%); 
	background-image: linear-gradient(#ffe950 0%, #df7e00 100%);
}
#download:hover,#download:focus{
	
	text-decoration:none !important;
	color:#ffe950;
	background-image: none;
}

#download:before {
  font-family: 'Glyphicons Halflings';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  font-size:.7em;
  margin-right:.3em;
  text-decoration: inherit;
  content:"\e026";
}


.col-md-4{
	text-align:center;
}


h4{
position:relative;
display:block;
text-align:center;
background:#000;
color:#fff;
padding:.5em .0em;
margin-top:-2em;
margin-bottom:2em;
z-index:9;
opacity: .6;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /* IE8 */
filter: alpha(opacity=60); /*IE7 und kleiner*/
}
.alert{
position:relative;
padding-left:40px;
}
.alert-info{
background:#0e3e3e;
color:#1eadad;
border-color:#1eadad;
}
.alert-warning{
background:#2d2500;
color:#ffb800;
border-color:#ffb800;
}


.alert:before{
  font-family: 'Glyphicons Halflings';
  font-weight: bold;
  font-style: normal;
  display: inline-block;
  margin-right:.3em;
  text-decoration: inherit;

  float:left;
  left:10px;
  top:20%;
  position:absolute;
  font-size:20px;

}
.alert-info:before{
  content:"\e086";
}
.alert-warning:before{
  content:"\e101";
}

.alert a{
	color:#00c2c2;
	font-weight: bold;
}
.alert .glyphicon{

left:10px;
top:10px;
position:absolute;
font-size:30px;

}

