.admin_preview_box_enabled .preview_box {
  background:url(../img/content_title_admin.png) repeat-y;    
}

.admin{
    text-align: right;
    font-weight: bolder;     
    
}

.admin a{
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.admin a:hover{
    color:#d60000;
}

.admin a span {
    display:none;
}

.admin a:hover span {
    border:#d60000 3px solid;
    display:block;
    position:absolute;
    top:-105px; 
    right:10px;
    width:auto;
    z-index:100;
    color:black;
    background-color:#fff;
    font:1em Verdana, sans-serif;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px; 
/* Above: how the <span>login form</span> is handled when hovering over the visible link-text (the 'pop-up') use the top, left or right to determine its hover location on your page */
}

.admin1{
    text-align: right;
    font-weight: bolder;     
    
}

.admin1 a{
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.admin1 a:hover{
    color:#d60000;
}

.admin1 a span {
    display:none;
}

.admin1 a:hover span {
    border:#d60000 3px solid;
    display:block;
    position:absolute;
    top:0px; 
    right:5px;
    width:auto;
    z-index:100;
    color:black;
    background-color:#fff;
    font:1em Verdana, sans-serif;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px; 
/* Above: how the <span>login form</span> is handled when hovering over the visible link-text (the 'pop-up') use the top, left or right to determine its hover location on your page */
}

.admin a span form {
    margin: 10px;
}

.admin a span submit input {
    margin-top: 20px;
}

/* admin controls */

.admin_controls {
    display: none;
}

.admin_controls_disabled .admin_controls {
    display: none !important ;
}

.admin_kontakt_enabled .kontakt  {
        background:url(../img/departments_title_admin.png) repeat-y;

}
.admin_controls_enabled .admin_controls {
    display: inline;
    float: right;
    margin-right: 2px;
    margin-bottom: -1px;
}

.admin_controls_enabled .kontakt {
 background:url(../img/departments_title_admin.png) repeat-y; 
}


.admin_add_entry{
    width: 166px;
    height: 26px;
    float: left;
    margin-bottom: -5px;
    background:url(../img/admin_button.png) 0 0 no-repeat;;
    color: white;
    padding: 0px 0px 0px 15px; 
    text-decoration:none;  

}

.admin_add_entry:hover{
  background-position: 0 -26px;
}

.admin_label_text {
  margin: 8px 0;
  padding: 0 0 0 6px;
  border-style: solid;
  border-width: 0;
  font-size:12px;
  text-align:left;
  min-height: 200px;
}

.admin_label_submit{
    background:url(../img/admin_button.png) no-repeat;
    height: 26px;
    width: 166px;  
    border:none;
    float: right;
    color: white;
    padding: 0px 0px 5px 15px; 
    text-decoration:none; 
    text-align: left;
}

.admin_label_submit:hover{
  background-position: 0 -26px;
}

.admin_label_back{
    background:url(../img/admin_button.png) no-repeat;
    height: 26px;
    width: 166px;  
    border:none;
    float: left;
    color: white;
    padding: 0px 0px 0px 15px; 
    text-decoration:none; 
    text-align: left;
}

.admin_label_addentry{
    background:url(../img/admin_button.png) no-repeat;
    height: 26px;
    width: 166px;  
    border:none;
    float: right;
    color: white;
    padding: 0px 0px 0px 15px; 
    text-decoration:none; 
    text-align: left;
}



.admin_label_addentry:hover{
  background-position: 0 -26px;
}

.admin_label_back:hover{
  background-position: 0 -26px;
}

.admin_label_icon {
    width: 56px;
    float: left;
    margin-top: 63px;
    font-size: 10px;
}

.ckeditor_config{
    padding-left: 60px;   
}

.admin_label_title{
    color:white;
    width: 500px;
    background: none;
    border:none;
}

.admin_label_title_fussball{
    background:none;
    font-weight: bolder;
    color:black;
    border:none;
    width:550px;
}
.admin_label_title_fussball_title{
    color:white;
    border:none;
    width:550px;
    background: none;    
}

.admin_label_title_fussball_title1{
    color:black;
    border:none;
    width:550px;
    font-weight: bolder;
    background: none;    
}

.admin_label_title.start{
    background-color: #FFFFFF;
    color:black;
    font-weight: bold;
    border: none;
    font-size: 12px;
    width: 500px;
}

.admin_label_subtitle{
    background-color: #ccc;
    border: none;
    color:black;
    font-weight: bolder;
    width: 500px;
}

.admin_label_subtitle_kontakt{
    border: none;
    color:black;
    font-weight: bolder;
    width: 245px;
}

.admin_label_email_kontakt{
    border: none;
    color:black;
    width: 245px;
    margin-bottom: 10px;
}

.newentry label{
    float: left;    
}

.admin_AddBoxGrey{
    background-color: #ececec;
    border: 1px solid black; 
    color:black;
    float: right;   
}

.admin_AddBox{   
    float: right;
    background-color: #ccc;
    border: 1px solid black;
    color:black;    
}

.admin_AddBoxRed{   
    float: right;
    background:url(../img/departments_title.png) repeat-y; 
    border: 1px solid black;
    color:black;    
}


.admin_AddBoxBasic{   
    float: right;
    background-color: #ccc;
    border: 1px solid black;
    color:black;    
}

#box{
    float:left;
    width:20px;
}
.changeBox{
    width: 140px;
    float: left;
}

.linkhelp{
    color:#d60000;
    font-weight: bolder;
}

.linkhelp:hover{
    color:#0339b4;
}

.admin_oldpw{
    border:black 1px solid;
    background-color: white;
    float: left;
    padding: 10px;
    margin: 10px 0 10px 0;
}

.admin_newpw{
    margin: 10px 5px 10px 0;
    padding: 10px;
    border:black 1px solid;
    background-color: white;
    float: right;
}

.admin_newpw label{
    width: 195px;
}