/* CSS Styles */

HTML, BODY {margin:0px; padding:0px;}
BODY {/*background: url(../images/layout/body_bg.png) repeat-x; */}

BODY,DIV,TH,TD,INPUT,SELECT,TEXTAREA,P,H1,H2,H3 {font-family: 'Lato', sans-serif; font-weight:400;font-size: 13px; line-height:19px; color: #555555;}

H1 {font-size: 19px; font-weight:400; line-height:20px; color: #F33B1B; margin-top:0px; margin-bottom:30px;}
H2 {font-size: 16px; font-weight:300;line-height:17px; color: #333333; margin-top:50px; margin-bottom:25px;}
H2.first {margin-top:-20px;}
H3 {font-size: 15px; font-weight:400;line-height:17px; color: #333333; margin-top:25px; margin-bottom:15px;}
P {font-size: 13px; line-height:19px; color: #555555; margin-top:15px; margin-bottom:15px;}

IMG {border:0px;}
FORM {margin:0px;padding:0px;}
A, INPUT, SELECT {outline: none;}
A {color:#F33B1B; text-decoration: none;}
A:Hover {color:#F33B1B; text-decoration: underline;}

INPUT, TEXTAREA, SELECT {padding:0px 3px 0px 2px; border:1px solid #CCCCCC;}
INPUT.checkbox { border: 0px;  width:auto;}

UL { list-style-type: square; }
TD,TH {text-align:left; vertical-align: top;}

.rechnung_button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.rechnung_button:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}
