@charset "utf-8";
/* CSS Document */

.terkepcontainer{
	width:97%;
	height:550px;
	position:relative;	
}
.terkep {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;	
}
.terkep img {
	margin-top:40px;
}

.terkepzoldsav {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
.terkepzoldsav img {
	margin-top:40px;
}

.terkeput {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
.terkeput img {
	margin-top:40px;
}

.terkepepitesihely {
	width:100%;
	height:100%;
	position:absolute;
	top:30;
	left:0;
	/*overflow:scroll;*/
}
.terkepepitesihely img {
	margin-top:40px;
}

.terkepmenu {
	width:500px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
}
.terkepopcio {
	float:left;
	margin-right:30px;
}

input[type=checkbox]:not(old),
input[type=radio   ]:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}

input[type=checkbox]:not(old) + label,
input[type=radio   ]:not(old) + label{
  display      : inline-block;
  margin-left  : -28px;
  padding-left : 28px;
  background   : url('../images/checks.png') no-repeat 0 0;
  line-height  : 24px;
}

input[type=checkbox]:not(old):checked + label{
  background-position : 0 -24px;
}