/*
 * Global Styles
 */
/*SEO Anapssungen ========================================================= */
.su-text-start {
    height:1070px;
    overflow:auto;
}

.su-text-start h1, .su-text-start h2, .su-text-start h3, .su-text-start h4, .su-text-start h5, .su-text-start h6 {
    color: #266a2e;
    line-height: 1.35;
    font-size:18px;
    font-weight: normal;    
}

.su-text-start h1 a, .su-text-start h2 a, .su-text-start h3 a, .su-text-start h4 a, .su-text-start h5 a, .su-text-start h6 a {
    text-decoration: none;
    color:#266a2e;
}

.su-text-start ol li, .su-text-start ul li{
    margin-bottom: 10px;
    margin-left: 10px;
}

.su-text {
    margin-top: 20px;
    height:700px;
    overflow:auto;
}

.su-text h1, .su-text h2, .su-text h3, .su-text h4, .su-text h5, .su-text h6 {
    color: #266a2e;
    line-height: 1.35;
    font-size:18px;
    font-weight: normal;    
}

.headline {
    color: #266a2e;
    line-height: 1.35;
    font-size:18px;
    font-weight: normal;    
}

.su-text h1 a, .su-text h2 a, .su-text h3 a, .su-text h4 a, .su-text h5 a, .su-text h6 a {
    text-decoration: none;
    color:#266a2e;
}

.su-text ol li, .su-text ul li{
    margin-bottom: 10px;
    margin-left: 10px;
}
/* Sidebar Blocks ========================================================= */
.block {
    margin-bottom: 2em;
}
.block .block-title,
.block-heading {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    margin: 0;
    padding-left:9px;
}
.block-title {
    background: #fff url('../images/bkg_legend.png') repeat-x bottom;
    border: 1px solid #dedede;
    color: #266a2e;
    font: bold 18px/24px 'PT Sans',sans-serif;
}
.block-heading.green {
    background: #77ab20;
    border: 1px solid #6a9c1b;
    text-transform: uppercase;
    color: #fff;
}
.block .block-subtitle {
    padding:5px 10px;
}
.block .block-subtitle.blue {
    background:transparent url('../images/ui/dblue_caret.png') no-repeat 10px center;
    color:#4e8080;
    padding-left:18px;
}
.block-content {
    border: 1px solid #dedede;
    border-top: none;
}

/* Lists ========================================================= */
.product-collateral ul,
.whitebox > ul,
.cms-content ul {
    list-style:outside circle;
    margin:1em 0 1em 2em;
}
.product-collateral li,
.whitebox li,
.cms-content li {
    list-style:inherit;
}

/* CMS ========================================================= */

/* General Content Boxes */
.cbox {
    margin-top:2px;
    padding:20px 15px;
}
.cms-content,
.whitebox {
    background:#fff;
    padding:15px;
}
.head-img {
    display:block;
    margin-bottom:15px;
    overflow:hidden;
    width:714px;
}

/*
 * Small Helpers
 */
.small  { font-size:10px; }
.floatr { float:right; }
.floatl { float:left; }
.imgl   { float:left; margin-right:1em; }
.txtr   { text-align: right; }
.txtc   { text-align: center; }
.mtops  { margin-top: 10px; }
.mtopl  { margin-top: 20px; }
.mrigs  { margin-right: 10px; }
.mrigl  { margin-right: 20px; }
.link   {
    color: #498832;
    cursor:pointer;
    text-decoration:underline;
}
.link:hover { text-decoration:none; }
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix { display: inline-block; }
html[xmlns] .clearfix {	display: block; }
* html .clearfix { height: 1%; }
