@charset "utf-8";
body  {
	font: 100%  Arial, Helvetica, sans-serif;
	font-size:11px;
	background: #FFFFFF ;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
.mdyn #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.mdyn #header { 
	background: #ffffff; 
	height: 200px;
	background:url(../images/backg_header.jpg) right no-repeat;
}
.mdyn #header #logo {
width:300px;
height:51px;
margin-top:50px;
float:left;
}  
.mdyn #header #menu {
width:100px;
height:30px;
margin-top:70px;
float: right;
}  
.mdyn #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.mdyn #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-top:0px;
	margin-bottom:20px;
}
.mdyn #sidebar1 #video_baslik {
	padding-top:8px;
	padding-left:20px;
	background:url(../images/index_04.jpg) left no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	height:15px;	
	
}
.mdyn #mainContent {
	margin-left:10px;
	padding-bottom:30px;
	width:680px;
	float:right;
}
.mdyn #mainContent #index{
	margin-left:100px;
	margin-bottom:10px;
	width:400px;
	float:left;
}
.mdyn #mainContent #index2{
	margin-left:10px;
	margin-bottom:10px;
	margin-top:0px;
	width:450px;
	float:right;
}
.mdyn #mainContent #index3{
	background:#FFFFFF;
	border:#CCCCCC 1px solid;
	margin-left:5px;
	margin-right:20px;
	margin-bottom:15px;
	margin-top:0px;
	padding: 10px 10px 5px 10px;
	width:120px;
	float:left;
}
.mdyn #mainContent #index4{
	background:#FFFFFF;
	border:#CCCCCC 1px solid;
	margin-left:5px;
	margin-right:20px;
	margin-bottom:15px;
	margin-top:0px;
	padding: 10px 10px 10px 10px;
	width:600px;
	float:left;
}

.mdyn #footer {
	padding-top:10px;
	background:#ffffff;
	height:50px;
	background:url(../images/backg_footer.jpg) repeat-x;
} 
.mdyn #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.mdyn #menu1 li{
background-image:url(../images/buton/video_01.jpg)) no-repeat;
}
.mdyn #menu1 li:hover{
background-image:url(../images/buton/video_02.jpg)) no-repeat;

}

/* images slyle */

div.img
  {
  margin:2px;
  border:1px solid #b2b2b2;
  height:auto;
  width:auto;
  float:left;
  text-align:center;
  margin-right: 17px;
  text-align: left;
  font-weight:bold;
  font-family:Tahoma, Verdana;
  font-size:12px;
  color: #FFFFFF;
  }
div.img img
  {
  display:inline;
  margin:8px;
  border:1px solid #ffffff;
  }
div.img a:hover img
  {
  border:1px solid #000000;
  }
div.desc
  {
  text-align: left;
  font-weight:bold;
  font-family:Tahoma, Verdana;
  font-size:12px;
  width: 100%;
  margin:0px;
  padding-left:5px;
  padding-bottom:5px;
  }