html,body { height: 100%; }
body { margin: 0px; padding: 0px; -webkit-text-size-adjust: none; line-height: normal; }

body, td, p, .n, blockquote { font-family:'segoe ui',tahoma,arial;color:#999999;font-weight:400; }

H1 { font-family:'Montserrat',tahoma,arial;margin:0px;color:#96bf33; }
H2 { font-family:'PT Sans',tahoma,arial;margin:0px;color:#333333; }
H3 { font-family:'PT Sans',tahoma,arial;margin:0px;color:#96bf33; }

input, select, textarea { font-family:'segoe ui',tahoma,arial;font-size:15px;color:#666666; }

.small { color:#999999;font-weight:400; }

span.green { color: #96bf33; }
span.breadcrumb { color:#999999;font-weight:400; }
span.fusszeile { color:#999999;font-weight:400; }

input.i_text { background-color:#FFFFFF;border:1px solid #cccccc;height:28px;padding:1px 0px 1px 2px;width:85%; }
select.i_select { background-color:#FFFFFF;border:1px solid #cccccc;height:28px;padding:1px 0px 1px 2px;width:85%; }
input.i_checkbox { background-color:#FFFFFF;border:1px solid #cccccc;padding:0px; }
textarea.i_textarea { background-color:#FFFFFF;border:1px solid #cccccc;padding:1px 0px 1px 2px;resize:none;width:85%; }

input.i_text:hover { border: 1px solid #96bf33; }
select.i_select:hover { border: 1px solid #96bf33; }
input.i_checkbox:hover { border: 1px solid #96bf33; }
textarea.i_textarea:hover { border: 1px solid #96bf33; }

input.i_text:focus { border: 1px solid #96bf33; }
select.i_select:focus { border: 1px solid #96bf33; }
input.i_checkbox:focus { border: 1px solid #96bf33; }
textarea.i_textarea:focus { border: 1px solid #96bf33; }

input.r_text { background-color:#cccccc;border:1px solid #FF0000;height:28px;padding:1px 0px 1px 2px;width:85%; }
select.r_select { background-color:#cccccc;border:1px solid #FF0000;height:28px;padding:1px 0px 1px 2px;width:85%; }
input.r_checkbox { background-color:#cccccc;border:1px solid #FF0000;padding:0px; }
textarea.r_textarea { background-color:#cccccc;border:1px solid #FF0000;padding:1px 0px 1px 2px;resize:none;width:85%; }

a         { color:#96bf33;text-decoration:none;font-weight:400; }
a:hover   { color:#96bf33;text-decoration:underline; }

a.breadcrumb         { color:#999999;text-decoration:none;font-weight:400;text-transform:none; }
a.breadcrumb:hover   { color:#96bf33;text-decoration:none; }

a.fusszeile         { color:#96bf33;text-decoration:none;font-weight:400;text-transform:none; }
a.fusszeile:hover   { color:#96bf33;text-decoration:underline; }

a.small         { color:#999999;text-decoration:none;font-weight:400;text-transform:none; }
a.small:hover   { color:#96bf33;text-decoration:none; }

a.button > .btn         { color:#FFFFFF; text-decoration:none; font-weight:400; background-color:#96bf33; border-radius: 4px; border: 0px solid #96bf33; padding: 8px 14px 8px 14px; }

input.button { font-family:'PT Sans',tahoma,arial; font-size: 18px; color: #FFFFFF; font-weight: 400; background-color: #96bf33; text-align: left; height: 40px; line-height: 40px; border: 0px; margin: 0px; padding: 0px 30px 0px 30px; cursor: pointer; }

input.button:hover { background-color: #1f1f21; }