/* 
================================
 Container Styles for neonwerk.de
================================
*/
.AdminContainer{
    position: relative;
}

.AdminHeaderContainer{
    height: 40px;
    position:relative;
}

.AdminContainerSpacer{
    margin-bottom:5px;
    font-size:3px;
}

.MarginBottom{
    margin-bottom:10px;
    font-size:3px;
}

.DefaultContentPane{
    clear: both;
    text-align:left;
    position:relative
}

.RulerBottomDarkGreen{
    position:relative;
    height:5px;
    margin-top:10px;
    background-color:#63CA00;
    font-size:3px;
}

.RulerTopDarkGreen{
    position:relative;
    height:5px;
    margin-bottom:10px;
    background-color:#63CA00;
    font-size:3px;
}

.RulerTopLightGreen{
    position:relative;
    height:5px;
    margin-bottom:10px;
    background-color:#B1E580;
    font-size:3px;
}

.RulerBottomLightGreen{
    position:relative;
    height:5px;
    margin-top:10px;
    background-color:#B1E580;
    font-size:3px;
}

.RulerTopLightGray{
    position:relative;
    height:5px;
    margin-bottom:10px;
    background-color:#EAE8E8;
    font-size:3px;
}

.RulerBottomLightGray{
    position:relative;
    height:5px;
    margin-top:10px;
    background-color:#EAE8E8;
    font-size:3px;
}

