/* 


















 configuration.ftl included */

/* 
 * Copyright (C) 2012 IP Labs GmbH <http://www.iplabs.de/>
 * All rights reserved.
 *
 * Box style definition file
 *
 * @author Hendrik Pütz <h.puetz@iplabs.de>
 */

/* Default Box */ 


.box-default{
    position:relative;
    background-color: #fff;
    border: 0px solid #e4e4e4;
    border-radius: 0px;
    overflow: hidden;
    -webkit-box-shadow: #ccc 0 0 5px;
    box-shadow: #ccc 0 0 5px;
    behavior: url(/ips-opdata/layout/ips01/commons/styles/PIE.htc);
    height:auto;
    padding:0px;
}

.box-default h2 {
    margin: 20px 0;
}

.box-default-head {
    font-size: 23px;
    text-align: left;
}

.box-default-head p{
    font-size: 15px;
}

.box-default-head > .row,
.box-default-content > .row,
.box-default-subbar > .row{
	margin:0px;
}
.box-default-subbar {
    width: 100%;
    background-color: #fff;
}

.box-default-content p {
    display: inline-block;
    width: 100%;
}

.box-default-head {
    display: none;
}