body, td  {
	font-size: 11px;
	font-family: Helvetica, "Times New Roman", Times, serif;
	background: #fff;
	line-height: 15px;
	background-image: url(../images/deniz_bg_web.png);
	background-position: center right;
	background-repeat: no-repeat;
	background-attachment: fixed;
	/*background-size: cover;
	 */
	 background-size: cover;
}


/*
@import url(https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800);
.header {
  width: 100%;
  text-align: right;
  position: fixed;
  font-family: 'Dosis';
  font-weight: 600;
  background: #222;
  height: 40px;
  top: 0px;
  left: 0px;
  overflow: hidden;
}



.link {
  display: inline-block;
  padding: 5px 0;
  margin: 5px 15px;
  position: relative;
  text-decoration: none;
  text-transform: lowercase;
  color: #666666;
  font-weight: 800;
  font-size: 20px;
  .bar {
    width: 100%;
    display: inline-block;
    border-bottom: 5px solid black;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all 500ms;
  }
}

.link:hover{
      opacity: 1;
      bottom: 5px;
}
*/

.main{
	padding: 5px 5px 5px 5px;
	width:40%;
	height: 100%;
    margin: 60px 0 0px 10px;
	
}



header {
	width: 100%;
	text-align: right;
	position: fixed;
	overflow: hidden;
	background: #222;
	margin: 0 0 0 0;
	top: 0px; 
	left: 0px;
  
}

header a, header label {
  display: block;
  padding: 20px;
  color: #fff;
  text-decoration: none;
  line-height: 20px;
}

header a:hover, header label:hover { color: #aaa; }

header label {
  float: right;
  padding: 18px 20px;
  cursor: pointer;
}

header label:after {
  content: "\2261";
  font-size: 2.8em;
}

.logo {
  float: left;
  font-weight: bold;
  font-size: 2.5em;
}
  
nav {
  float: right;
  max-height: 0;
  width: 100%;
  -webkit-transition: max-height 0.3s; 
     -moz-transition: max-height 0.3s;
       -o-transition: max-height 0.3s;
          transition: max-height 0.3s;
}

nav ul {
  margin: 0;
  padding: 0;
   padding-bottom: 10px;
}
  
nav li {
  display: block;
  text-align: left;
  padding-left: 10px;
}
  
nav a {
  padding: 10px;
  width: 100%;
  font-size: 20px;
}

#nav { display: none; }

#nav:checked ~ nav {
  max-height: 200px; /* This can be anything bigger than your nav height. The transition duration works with this */
}

@media only screen and (min-width: 700px) 
{
  
  header label { display: none; }
  
  nav {
    width: auto;
    max-height: none;
  }
  
  nav ul {
    padding: 0;
    padding-right: 10px;
  }
  
  nav li {
    display: inline-block;
    text-align: left;
  }
  
  header nav a {
    display: inline-block;
    padding: 20px 10px;
    width: auto;
  }
  
  body, td  {
	font-size: 11px;
	font-family: Helvetica, "Times New Roman", Times, serif;
	background: #fff;
	line-height: 15px;
	background-image: url(../images/deniz_bg_web.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-attachment: fixed;
	/*background-size: cover;
	 */
	 background-size: 84% auto;
}

.main{
	padding: 20px 5px 5px 65px;
	width:55%;
	height: 100%;
    margin: 60px 0 0px 10px;
	max-width: 700px;
	font-size: 15px;
    line-height: 24px;
	
}

p {
    margin: 0 0 9px 0;
	font-size: 15px;
    line-height: 24px;
}
.td_text {
	font-size: 15px;
    line-height: 24px;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; color:#666666; }
  
}












