/* Start CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}
/*
ol, ul {
	list-style: none;
}*/

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
sup {
         vertical-align: super;
         font-size: smaller;
}
sub{
         vertical-align: sub;
         font-size: smaller;
}
/* End CSS Reset */
@font-face {
  font-family: 'HelveticaNeueLTStd-Md';
  src: url('fonts/helveticaneueltstd-md-webfont.eot'); /* here you go, IE */
  src: url('fonts/helveticaneueltstd-md-webfont.ttf'),
       url('fonts/helveticaneueltstd-md-webfont.woff');
}
html, body{
  width: 100%;
  height: 100%;
}
body {
    color: #000;
    font-family: Arial;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    background-color: rgb(245, 245, 245);
    background-color: rgb(38, 119, 196, 0.1);
    font-weight: 300;
}

a {
    color: #066196;
    text-decoration: none;
    outline: 0 none;
}

a:hover {
    color: #323F55;
}

p {
    padding: 0 0 10px 0;
}

b,
strong {
    font-weight: bold;
}

ul.horizontal-list li {
    float: left;
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
    background: url('images/divider.gif') no-repeat right 7px;
    list-style: none;
}

ul.horizontal-list li.last {
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
}
img{
    border: none;
    max-width: 100%;
    height: auto;
}
fieldset{
    float: left;
    width: 100%;
    clear: both;
}
h1, h2, h3, h4, h5, h6 {
    padding: 10px 0 10px 0;
    line-height: 1.4;
    color: #151515;
}

h1 {
    font-size: 34px;
}

h1.first {
    padding-top: 0;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 17px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 15px;
}

input,
button,
select,
textarea {
    /*width: 300px;*/
    width: 100%;
    padding: 7px 12px 8px 12px;
    margin: 0;
    color: #7D7D7D;
    border: 1px solid #DDDDDD;
    background: #FFFFFF;
    outline: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

select {
    /*width: 326px;*/
    width: 100%;
    padding: 6px 6px 7px 6px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

input:hover,
input:focus,
select:hover,
select:focus,
textarea:hover,
textarea:focus {
    border: 1px solid #BBBBBB;
    background: #FCFCFC;
    outline: 0;
}

input[type=submit],
input[type=button],
input[type=reset],
input[type=radio],
input[type=checkbox],
button {
    width: auto;
}

input[type=radio] {
    float: left;
    margin: 3px 10px 3px 0;
    padding: 0;
    border: 0 none;
}

input[type=checkbox] {
    float: left;
    margin: 4px 10px 4px 0;
    padding: 0;
    border: 0 none;
}

input[type=text] {
    line-height: 17px;
}

button,
input[type=submit],
input[type=button],
input[type=reset] {
    padding: 8px 10px 7px 10px;
    color: #fff;
    font-size: 13px;
    line-height: 17px;
    text-decoration: none;
    cursor: pointer;
    border: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-color: white #F8F8F8 #F2F2F2 #F8F8F8;
    box-shadow: 1px 1px 2px #C5C5C5;
    -moz-box-shadow: 1px 1px 2px #C5C5C5;
    -webkit-box-shadow: 1px 1px 2px #C5C5C5;
    -o-box-shadow: 1px 1px 2px #C5C5C5;
    background: #2677C4;
    transition: all ease .2s;
    -moz-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
}

.c7n-register-content button, .c7n-register-content input[type=submit], i.c7n-register-content nput[type=button], input[type=reset] {

    background: #000000;

}

.loginbutton,
.loginbutton:link,
.loginbutton:hover,
.loginbutton:visited {
    display: block;
    float: left;
    color: transparent;
    height: 26px;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 189px;
}

.loginbutton:hover {
    text-decoration: underline;
}

.loginbutton.facebook {
    background: url("images/facebook_login.png") no-repeat;
}

.loginbutton.google {
    background: url("images/google_login.png") no-repeat;;
}

.loginbutton.twitter {
    background: url("images/twitter_login.png") no-repeat;
}

button[disabled=disabled],
input[disabled=disabled] {
    opacity: 0.6;
    cursor: default;
}

.ie7 button,
.ie8 button {
    border: 1px solid #DDDDDD;
}

button:hover,
input[type=submit]:hover,
input[type=reset]:hover {
    background: #000;
}

.c7n-register-content button:hover,
.c7n-register-content input[type=submit]:hover,
.c7n-register-content input[type=reset]:hover {
    background: rgba(0,0,0,0.8) !important;
}

button[disabled=disabled]:hover,
input[disabled=disabled]:hover {
    background: #000;
}

legend {
    display: none;
}

.news-content-image img {
    width:  100%  !important;
    height: auto !important;
}

table {
    width: 100%;
    margin:  0;
    padding:  0;
    margin-bottom: 1em;
    clear: both;
    float: none !important;
}

table td{
 border-bottom:  1px solid #D6D6D6;
}

.einsatz table td{
    padding-left: 0;
    border-bottom: 0;
}