html, body {
	width:100%;
	height:100%;
	margin: 0px;
	padding: 0px;
	overflow-x:hidden;
	overflow-y:visible;
	background-color: transparent !important;
}
* {
	margin: 0;
	padding: 0;
}
div {
	display:block;
}
li {
	list-style: none;
	display: list-item;
	text-align: -webkit-match-parent;
}
a {
	text-decoration: none;
	outline: 0;
}
/* ------------------------------------------------------------------------------------- */
/* generell class */
/* ------------------------------------------------------------------------------------- */
#background_image {
	position:relative;
	background-image:url(../images/bg.jpg);
	background-position:top left;
	background-repeat:repeat;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
}
div#minheight {
	height:25px;
	clear:both;
}
/* ------------------------------------------------------------------------------------- */
/* Header class */
/* ------------------------------------------------------------------------------------- */
header {
	position:relative;
	height:291px;
	z-index:101;
	display:block;
}
header .wrapper {
	position:relative;
	width:980px;
	margin:0 auto;
}
header .logo {
	position:relative;
	top:5px;
	left:0px;
}
header .baslik {
	position:relative;
	left:0px;
	top:63px;
}
/* ------------------------------------------------------------------------------------- */
/* Main class */
/* ------------------------------------------------------------------------------------- */
main {
	position: relative;
	display: block;
	width:100%;
	height: auto;
	padding-bottom: 335px;
}
main .ana_bg {
	background-image:url(../images/ana_bg.png);
	background-repeat:no-repeat;
	background-position:top center;
	height:440px;
}
main .wrapper {
	position:relative;
	width:980px;
	top:0px;
	background-color:#fff;
	margin:0 auto;
}
main .wrapper2 {
	position:relative;
	width:980px;
	top:0px;
	margin:0 auto;
}
main .table_bottom {
	background-image:url(../images/table_bottom.png);
	background-repeat:no-repeat;
	width:980px;
	height:65px;
	margin:0 auto;
}
main .urun_box {
	width:220px;
	height:260px;
	border:1px solid #ababab;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	background-color:#e7e7e7;
}
main .urun_box_aciklama {
	background-color:#000;
	border-top:1px solid #ababab;
	border-bottom:1px solid #ababab;
}
main .urun_box_aciklama a {
	font-family: 'Oswald', sans-serif;
	font-size:14px;
	font-weight:300;
	line-height:28px;
	color:#fff;
}
main .aciklama_box {
	background-color:#555;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	width:320px;
	font-family:Arial, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#fff;
}
main .txt {
	font-family:Arial, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#000;
	text-align:justify;
}
main .link {
	font-family:Arial, sans-serif;
	font-size:16px;
	line-height:20px;
	color:#000;
	text-align:justify;
}
/* clear */
.clear {
	clear:both;
}
/* margins */
main .margin10 {
	height:13px;
	clear:both;
}
main .margin20 {
	height:23px;
	clear:both;
}
main .margin30 {
	height:33px;
	clear:both;
}
main .margin50 {
	height:50px;
	clear:both;
}
/* Tool Tip Bereich */
a.tooltips {
  position: relative;
  display: inline;
}
a.tooltips span {
  position: absolute;
  width:230px;
  height:122px;
  color: #FFFFFF;
  background: #000000;
  border: 1px solid #ABABAB;
  line-height: 22px;
  text-align: left;
  visibility: hidden;
  border-radius: 6px;
  padding-left:10px;
  padding-top:10px;
  font-family: 'Oswald', sans-serif;
  font-size:14px;
  font-weight:300;
}
a.tooltips span:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  width: 0; height: 0;
  border-top: 12px solid #ABABAB;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}
a.tooltips span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-top: 8px solid #000000;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
a:hover.tooltips span {
  visibility: visible;
  opacity: 0.9;
  bottom: 130px;
  left: 50%;
  margin-left: -115px;
  z-index: 999;
}

/* ------------------------------------------------------------------------------------- */
/* Footer class */
/* ------------------------------------------------------------------------------------- */
footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height:335px;
	margin: -335px auto 0;
	background-image:url(../images/footer_bg.png);
	background-repeat:no-repeat;
	background-position:bottom center;
}
footer .wrapper {
	position:relative;
	width:980px;
	margin:0 auto;
}
.footer_txt, .footer_txt a {
	font-family: 'Oswald', sans-serif;
	font-size:12px;
	font-weight:300;
	line-height:20px;
	color:#000;
	text-align: right;
	padding-bottom:25px;
}

/* ------------------------------------------------------------------------------------- */
/* Header Tags */
/* ------------------------------------------------------------------------------------- */
h1 {
	font-family: 'Oswald', sans-serif;
	font-size:36px;
	font-weight:400;
	line-height:45px;
	color:#fff;
	text-transform:uppercase;
	display:inline;
}
h2 {
	font-family: 'Oswald', sans-serif;
	font-size:36px;
	font-weight:300;
	line-height:45px;
	color:#fff;
	text-transform:uppercase;
	display:inline;
}
/* ------------------------------------------------------------------------------------- */
/* Generelles */
/* ------------------------------------------------------------------------------------- */
.input_2 {
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	border:1px solid #acacac;
	padding:5px;
	text-align:right;
	width:85px;
	background-color:#fff;
}
.select_2 {
	background-color:#fff;
	padding: 5px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	border:1px solid #acacac;
	-webkit-appearance: none;
}
.button_2 {
	background-color:#209d73;
	color:#fff;
	padding: 5px 15px 5px 15px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	border:1px solid #acacac;
	margin-right:24px;
}
.text-center {
	text-align:center;
}