#btn {
	margin-top:0;
	text-align:center;
	background-image: url(/images/events/teppen-movie/image_03.jpg);
	height:160px;
}

#bnr_01 {
	margin-top:0;
	text-align:center;
	background-image: url(/images/events/teppen-movie/image_04.jpg);
	height:439px;
}

#bnr_02 {
	margin-top:0;
	text-align:center;
	background-image: url(/images/events/teppen-movie/image_05.jpg);
	height:408px;
}

#btn a:hover img,
#btn a:hover .more:after,
#bnr_01 a:hover img,
#bnr_01 a:hover .more:after,
#bnr_02 a:hover img,
#bnr_02 a:hover .more:after{
	opacity: 0.7;
}

#anker_btn{
	margin-left:0px;
}

#entries {
	background-image: url(/images/events/teppen-movie/image_09.jpg);
	height:1243px;
	padding:50px 50px 50px;
	color:#ffffff;
}

#entries h2{
	text-align: center;
	color:#ffffff;
}

#entries a {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 1px;
}

table {
	border-collapse: collapse;
	width: 100%;
	margin: 30px 0;
}
table th {
	width: 20%;
	color:#ffffff;
	text-align: right;
	padding: 10px;
	border: 1px solid #ffffff;
	border-left: none;
}
table td {
	padding: 10px;
	text-align:left;
	border: 1px solid #ffffff;
	border-right: none;
}



*,* :before, *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}