/* CSS Document */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0pt;
  padding: 0pt;
}
table {
  border-collapse: collapse;
  border-spacing: 0pt;
}
fieldset,
img {
  border: 0pt none;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '"';
}
abbr,
acronym {
  border: 0pt none;
}

body {
  background: #000 url('/img/spass_body_bg.jpg') center top;
  font-family: 'Verdana';
  color: #ccc;
  font-size: 12px;
}
* {
  outline: none;
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin: 0px 0px 20px 0px;
}

p {
  margin: 0px 0px 8px 0px;
  font-size: 13px;
  /*font-weight:bold;*/
  letter-spacing: 0.5px;
  color: #fff;
}

p + p {
  /*text-indent: 1.5em;*/
}

#spass {
  background: transparent url('/img/spass_bg_1.png') no-repeat center top;
  width: 462px;
  height: 656px;
  margin: 50px auto 20px auto;
  padding: 20px 6px 0px 450px;
  display: block;
}

#footer {
  width: 918px;
  height: 84px;
  margin: 40px auto 20px auto;
  display: block;
}

#balls {
  background: transparent url('/img/spass_footer.png') no-repeat 0px 0px;
  width: 200px;
  height: 84px;
  margin-right: 100px;
  float: left;
  display: block;
}

.footer_link {
  height: 52px;
  padding: 32px 0px 0px 0px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  text-align: center;
  float: left;
  display: block;
}

a.home_link {
  width: 142px;
  background: transparent url('/img/spass_footer.png') no-repeat -237px 0px;
}

a:hover.home_link {
  color: #c66;
}

a.agb_link {
  width: 142px;
}

a:hover.agb_link {
  background: transparent url('/img/spass_footer.png') no-repeat -237px 0px;
  color: #c66;
}

.blue {
  color: #fff;
}

.bold {
  font-weight: bold !important;
}

a.big_button {
  background: transparent url('/img/spass_buttons.png') no-repeat;
  width: 300px;
  height: 68px;
  margin: 0px auto 0px auto;
  text-decoration: none;
  display: block;
}

a:hover.big_button {
}

a.gogogo {
  background-position: 0px 0px;
}

a:hover.gogogo {
  background-position: 0px -70px;
}

a.te {
  background-position: 0px -140px;
}

a:hover.te {
  background-position: 0px -210px;
}

.te_form_l {
  width: 212px;
  padding: 6px 4px 0px 0px;
  margin: 6px 0px 6px 0px;
  text-align: right;
  float: left;
  display: block;
}

.te_form_r {
  width: 244px;
  padding: 0px 0px 0px 2px;
  margin: 6px 0px 6px 0px;
  float: left;
  display: block;
}

.te_input_normal {
  width: 180px;
  padding: 4px;
  border: solid 2px #884949;
}

.te_select {
  width: 192px !important;
  padding: 4px;
  border: solid 2px #884949;
}

.te_submit {
  background: #400016;
  padding: 4px 8px 4px 8px;
  border: solid 1px #b12c59;
  color: #fff;
  cursor: pointer;
}

.te_submit:hover {
  background: #800036;
  border: solid 1px #c23d61;
}

#agb p {
  color: #000 !important;
}

#showflash {
  width: 94%;
  padding: 6px;
  border: dashed 2px #ff0;
  margin: 0px auto 10px auto;
  color: #fff;
}

.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
/* End hide from IE-mac */

.cookie-cont {
  background: #123;
  color: white;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.cookie-inner {
  width: 960px;
  margin: 0 auto;
  padding: 20px 0;
}
.cookie-text {
  display: inline-block;
  font-size: 14px;
  width: 880px;
  line-height: 1.5;
}
.cookie-close {
  float: right;
  /* margin: 5px 0 0; */
  margin: 0;
  padding: 4px 7px;
  border: none;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  transition: all 0.2s ease;
}
.cookie-close:hover {
  background: rgba(255, 255, 255, 0.3);
}
