body {
    font-family: Arial, Helvetica;
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: #000000;
    background-color: #FFFFFF;
}

#csend_formfieldsContainer, #csend_sendFormContainer {
    display:none;
}

#csendContentContainer {
    width: 988px;
    margin:auto;
    padding-top: 50px;
}

.csend_inputError {
    box-shadow: 0 0 0 2px #e50046;
}

.csend_userMsgbox {
    display: none;
    padding: 10px;
    color: #FFFFFF;
    margin-top: 10px;
    margin-bottom: 20px;
}

.csend_msgBoxError {
    background-color: #e50046;
}

.csend_msgBoxMessage {
    background-color: #90908f;
}

.csend_cryptAndSendBtn {
    height:40px;
    margin-bottom: 20px;
    width:300px;
}

.csend_printBtn {
    display:none;
    height:40px;
    margin-bottom: 20px;
    width:300px;
}

fieldset {
    margin-bottom: 20px;
}

label {
    margin-bottom: 5px;
    display: inline-block;
    width: 460px;
    vertical-align: top;
}

input, select, textarea {
    margin-bottom: 15px;
    vertical-align: top;
    font-family: Arial, Helvetica;
    font-size: 14px;
}

input[type="text"], 
input[type="datetime"], 
input[type="url"], 
input[type="tel"], 
input[type="email"],
textarea, 
select {
    min-width: 400px;
}

.rightCol {
    margin-left: 468px;
}

#menu {
    clear: both;
    margin-top: 5px;
    margin-bottom: 20px;
    border-top: 1px dotted #000;
    border-bottom: 1px dotted #000;
    padding: 10px;
}

#menu img {
    vertical-align: bottom;
}


.homebtn {
    text-decoration: none;
}

.homebtn img {
    margin-right: 10px;
}

.fontSmall {
    font-size: 12px;    
}


/* lfd layout start */
#csend_head {
    position: fixed;
    top:0px;
    width: 988px;
    height: 25px;
    background-color: #f2f2f2;
    box-shadow: 0 2px 6px #666;
}

#csend_head::before, #csend_head::after {
    content: '';
    bottom: 0;
    border-color: #f2f2f2;
    border-style: solid;
    border-width: 5px;
    position: absolute;
    height: 200px;
    background-color: #fff;
}

#csend_head::before {
    left: -5px;
}

#csend_head::after {
    right: -5px;
    left: none;
}


a {
    color: #000;
}

#logorow {
   text-align: right;
   width: 100%;
   padding-bottom: 20px;
}

.logoadd {
   float: left;
}

.klar {
    float: right;
}

.blink {
    -webkit-animation: blink-animation 20s steps(50, start) infinite;
    animation: blink-animation 20s steps(50, start) infinite;
}

@keyframes blink-animation {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    70% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes blink-animation {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    70% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.seitenende {
    width: 100%;
    background-color: #878787;
    clear: both;
    padding: 1em 0;
    margin-bottom: 20px;
}

.span4of4 {
    width: 988px;
}

.span3of4 {
    width: 736px;
}

.seitenende .content {
    margin: 0 auto;
}

.group::before, .group::after {
    content: '';
    display: table;
}

.group::after {
    clear: both;
}

.seitenende .content a {
    color: #fff;
    margin-right: 20px;
}

.csend_attachmentsNote {
    display: none;
    margin-top: 20px;
    margin-bottom: 20px;
}



@media print {


    #logorow {
        visibility: hidden;
    }
    .csend_printBtn {
        display: none !important;
    }
    #menu {
        visibility: hidden;
    }
    .group.seitenende {
        visibility: hidden;
    }
    #csend_head {
        visibility: hidden;
    }
    textarea {
        height: auto;
    }
    img {
        visibility: hidden;
    }
    .homebtn {
        visibility: hidden;
    }

}

/* lfd layout ende */
