@media only screen and (max-width:768px){
		body{width:100%;maring:0;padding:0;}
		#main{width:100%;}
		#header{width:100%;}
		#ad728x90{width:75%; }
		#ad728x90 img{width:100%; height:60px;}
		#ad165x90{width:25%; }
		#ad165x90 img{width:100%; height:60px;}
		#logo{width:100%; height:auto;}
		#wrapper{width:100%;}
		#content-wrapper{width:100%;}
		#content{width:97%;}
		#haberblok{width:100%; float:left;}
		.entry{margin:5px 0px 10px 0px;}
		#SolaTestler{width:100%; height:auto;}
		#SolaTestler img{width:100%;}
		#UzmanKosesi{width:100%; text-align:center;}
		#sola183Blok{width:80%; margin:0 10%;}
		#sola183Blok img{width:100%;}
		#sidebar-wrapper{width:100%;}
		#sidebar{width:100%;}
		#ad300x250{width:90%; margin:0 5%;}
		#ad300x250 img{width:100%}
		#SagBlok{width:90%; margin:5% 5% 5% 7.5%;}
		.icerik{width:85%; margin:5%;}
		#basliklar{width:98%; margin:1%;}
		#sponsorlar{width:90%; margin:5%;}
		#sponsorlar img{width:100%; height:100%}
		.habericerik{width:100%; margin:0%; }
		.mobilemenutable{width:100%;}
		.mobilemenutabletr{width:100%;}
		.menu{background-color:#c80b64;}
		.menuOver{width:100%; height:25px; background-color:#c80b64;}
		.menuNormal{width:100%; background-color:#c80b64;}
		.menutable a, .menutable a:link, .menutable a:visited, .menuOver a, .menuOver a:link, .menuOver a:visited, .menuNormal a, .menuNormal a:link, .menuNormal a:visited{color:#fff;}
		form.cmxform{width:100%;}
		input[type=label]{
		width:25% !important;}
		input[type=text]{
		width:50% !important;}
		input[type=password]{
		width:50% !important;}
		#showhere{width:100%;}
		#showhere table{width:100% !important;}
		#showhereshow{width:100% !important; height:auto !important;}
		#showhereshow img{width:100% !important; height:auto !important;}
		#OpenMenuImage { background-color:#c80b64 !important; padding:5.5%; float:right; margin:0 !important; color:#fff;}
		#CloseMenuImage{ background-color:#c80b64 !important; padding:5.5%; float:right; margin:0 !important; margin-right:-120px !important; color:#fff;}
		.link_nor{width:20%;}
    }
@media only screen and (max-width:980px){
		
    }
    @media only screen and (min-width:1440px){
        /* styles for browsers larger than 1440px; */
    }
    @media only screen and (min-width:2000px){
        /* for sumo sized (mac) screens */
    }
    @media only screen and (max-device-width:480px){
       /* styles for mobile browsers smaller than 480px; (iPhone) */
    }
    @media only screen and (device-width:768px){
       /* default iPad screens */
    }
    /* different techniques for iPad screening */
    @media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
      /* For portrait layouts only */
    }

    @media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
      /* For landscape layouts only */
    }