/*
@page { margin: 10mm; }
body  { margin: 1.6cm; }
*/

html, body {
    font-family: 'DINCompPro', sans-serif;
    font-size: 12px;
	line-height: 16px;
}

[id^='hash'].box-4,
.footerBottom nav,
.share,
.html5videoplayer,
#headerBottomClone,
#headerTopClone,
#headerBottom nav,
.footerLeft a.form,
.containsSlider{
    display:none;
}
#headerTop {
    display: none !important;
}

h1 {
    font-size: 32px;
    line-height: 35px;
    margin-top: 15px;
}

h2 {
    font-size: 28px;
    line-height: 22px;
    margin-top: 15px;
}

h4 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 8px;
}
p.bodytext {
	padding-bottom: 0px !important;	
	margin-bottom: 16px;	
}

header {
    position: static;
}
#stage .csc-textpic img,
#stage .csc-textpic-image.csc-textpic-last{
    min-height: 1px;
}

#stage .csc-textpic-image.csc-textpic-last {
    height: auto;
}

div#body {
    padding-top: 0px;
}

div#headerBottom {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.container-box,
.container-breadcrumb{
    padding: 0;
}

.box-4 {
    width: 33%;
}
.box-4:empty {
    display: none;
}

.footerBottom {
    margin-top: 0;
}

#footerInner {
    padding: 25px 0;
    border-top: solid 3px #ebeae9;
}

* {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

/*.box-6 {
    width: 100%;
}*/