* {
	margin: 0;
	padding: 0;
}

@font-face {
  font-family: 'DINProPlBold';
  src: url('fonts/dinpropl-bold-webfont.eot');
  src: local('☺'), 
    url('fonts/dinpropl-bold-webfont.woff') format('woff'), 
    url('fonts/dinpropl-bold-webfont.ttf') format('truetype'), 
    url('fonts/dinpropl-bold-webfont.svg#DINProPlBold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DINProPl-Light';
  src: url('fonts/dinpropl-light.eot');
  src: url('fonts/dinpropl-light.eot?#iefix') format('embedded-opentype'),
       url('fonts/dinpropl-light.woff') format('woff'),
       url('fonts/dinpropl-light.ttf') format('truetype'),
       url('fonts/dinpropl-light.svg#dinpropl-light') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {	
	background-color: #e2e7e9;
	font-family: Tahoma;
	font-size: 12px;
	color: #474747;
	line-height: 18px;
}

a, a:visited {
  color: #ee1d25;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  border: 0;
}

input, select, textarea {
  font-family: Tahoma;
  font-size: 12px;
  color: #818383;
  border: 0 none;
}

input[type="checkbox"], input[type="radio"] {
  border: 0 none;
}

ul {
  list-style: none;
}

h2 {
  font-size: 24px;
  color: #fff;
  line-height: 24px;
  font-family: DINProPlBold;
  text-transform: uppercase;
  font-weight: normal;
}

.clear:after {
  clear: both;
  display: block;
  visibility: hidden;
  overflow: hidden;
  height: 0!important;
  line-height: 0;
  font-size: xx-large;
  content: ".";
}

.red {
  color: #ee1d25;
}

#cookies-message{

background: transparent url('ckbg.png') top; 
border: 1px solid #aaceed;
-webkit-box-shadow: 0px 0px 7px rgba(50, 50, 50, 0.32);
-moz-box-shadow:    0px 0px 7px rgba(50, 50, 50, 0.32);
box-shadow:         0px 0px 7px rgba(50, 50, 50, 0.32);
padding: 16px;
color: #333;
font-size: 13px;
position: fixed;
width: 340px; 
height: 124px;
bottom: 20px;
right: 20px;
float: right;
z-index: 999;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

} 

.ok {

background: #111;
padding: 6px 32px;
margin-top: 22px;
float: right;
color: #eee;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
opacity: 1.0!important;
z-index: 1000;
-webkit-box-shadow: 0px 0px 2px rgba(50, 50, 50, 0.68);
-moz-box-shadow:    0px 0px 2px rgba(50, 50, 50, 0.68);
box-shadow:         0px 0px 2px rgba(50, 50, 50, 0.68);
width: 80px;
}

.ok:hover {

background: #aaceed;
cursor: pointer;
color: white;
opacity: 1.0!important;
text-decoration: none;
}




.header_black {
  background-color: #000;
  padding: 5px 10px 7px 10px;
}

.header_black a, .header_black a:visited {
  color: #fff;
}

.header_black a:hover {
  color: #ee1d25;
  text-decoration: none;
}

.header_txt {
  width: 280px;
}

#home_visual {
  background: url('visual_bg.jpg') scroll no-repeat center top;
  background-color: #000;
  width: 100%;
  height: 470px;
  position: relative;
}

#subpage_visual {
  background: url('subpage_visual.jpg') scroll no-repeat center top;
  width: 100%;
  height: 83px;
  position: relative;
}

#slider {
  width: 940px;
  height: 470px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

#slider_list {
  width: 940px;
  height: 470px;
}

#slider_arrows {
  background: transparent url('slider_arrows_bg.png') scroll no-repeat 0 0;
  width: 134px;
  height: 149px;
  position: absolute;
  right: 0;
  top: 185px;
  z-index: 100;
}

#slider_prev_btn {
  background: transparent url('slider_prev_btn.png') scroll no-repeat 0 0;
  width: 21px;
  height: 38px;
  display: block;
  position: absolute;
  right: 24px;
  bottom: 14px;
}

#slider_prev_btn:hover {
  background-position: 0 -38px;
  cursor: pointer;
}

#slider_next_btn {
  background: transparent url('slider_next_btn.png') scroll no-repeat 0 0;
  width: 33px;
  height: 65px;
  display: block;
  position: absolute;
  left: 40px;
  top: 22px;
}

#slider_next_btn:hover {
  background-position: 0 -65px;
  cursor: pointer;
}

