/*@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url('../fonts/OpenSans300normal.woff') format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url('../fonts/OpenSans400normal.woff') format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url('../fonts/OpenSans600normal.woff') format('woff');
}*/

body {
	background: #fff;
	margin: 0;padding: 0;
/*	font-family: 'Open Sans', sans-serif;*/
}

#banner {
	position:absolute;
  width:336px;
  height:280px;
  border:1px solid #000000;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
  overflow: hidden;
}

#banner:hover{
	cursor:pointer
}

.content{
	position: absolute;
	width: 100%;
	height: 80%;
	top: 10%;
	background-color: #2ab0f9;
}

#bg{
  position: absolute;
  width: 100%;
  height:auto;
  left:0;
  top:0;

}

#vlak_1{

    border-radius: 0px 0px 5px 0px;
    background: #e5e5e5;
    width: 305px;
    height: 79px; 
    position: absolute;
    left:-10px;
    z-index:2;
}

#vlak_2{

    border-radius: 0px 5px 5px 0px;
    background: #ff8c00;
    width: 314px;
    height: 77px; 
    position: absolute;
    opacity:0.850;
    top:10px;
    left:-10px;
    z-index:3;
}

#vlak_3{

    /*border-radius: 0px 5px 5px 0px;*/
    background: #009e49;
    width:336px;
    height:280px; 
    position: absolute;

    
}


#txt_1{
  position: absolute;
  left:13px;
  top:28px;
  width:274px;

  z-index:5;
}


#txt_2{
  position: absolute;
  left:13px;
  top:28px;
  width:248px;

  z-index:5;
}

#txt_3{
  position: absolute;
  left:13px;
  top:28px;
  width:243px;

  z-index:5;
}

#txt_4{
  position: absolute;
  left:13px;
  top:28px;
  width:236px;

  z-index:5;
}

#logo_1a{
  position: absolute;
  width:110px;
  bottom:42px;
  right:70px;
  z-index:10;
}

#logo_1b{
  position: absolute;
  width:152px;
  bottom:15px;
  right:15px;
  z-index:9;
}




/* USER */

a {outline : none;}
a img {outline : none;}
img {border : 0;}

body {
  margin: 0px;
}

#container {
  position: relative;
  width:336px;
  height:280px;
  top: 0px;
  left: 0px;
/*  margin: auto;*/
  overflow: hidden;
  background-color: #ffffff;
}



#overlay{
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 997;
  cursor: pointer;
}

#clicktag {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  cursor: pointer;
  opacity: 0;
  z-index: 0;
}




/*
 * Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
 *
 * [1] IE9
 * [2] IE10+
 */
/* 1 */
.ie9 img[src$=".svg"] {
  width: 100%;
}
/* 2 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%;
  }
}
